CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 数值转换

搜索资源列表

  1. 李森数据结构作业

    1下载:
  2. 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19992
    • 提供者:李森
  1. szzh

    0下载:
  2. 本程序适用栈来完成不同数制之间的数值转换,是栈这种数据结构的一种典型应用。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:855
    • 提供者:youjing
  1. Convert

    0下载:
  2. 针对输入的数值,可以转换成任意进制数据。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1966
    • 提供者:刘峰
  1. biaodashiqiuzhi

    0下载:
  2. 题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。 概要设计 1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中; 2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈; 3、当读入左括号时,即入栈; 4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。 5、使用VS栈来存储读入的操作和运算结果,然后进行数字字符到数值的转换。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6345
    • 提供者:布瓜
  1. ConvertDemo

    0下载:
  2. 编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能-VC good preparation for the foundation of binary, octal, decimal, hexadecimal numerical converter, similar to the function of the windows of conversion calculator functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:316335
    • 提供者:罗宾
  1. zhan-shixian-shuzhi-zhuanhuan

    0下载:
  2. 数据结构试验报告 用栈实现数值之间的转换-Stack test report with data structures to achieve the conversion between the value
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:855
    • 提供者:liuwei
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:15320
    • 提供者:海霞
  1. shujujiegou

    0下载:
  2. 数据结构课程设计 数值进制转换 学生成绩管理-Numerical data structures curriculum design student achievement management hexadecimal conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:44509
    • 提供者:ZC
  1. translate

    0下载:
  2. 数值之间的转换,用于两个不同进制的数之间进行转换 -maths translate
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:429165
    • 提供者:刘杰
  1. stack

    0下载:
  2. 栈子系统,主要包括了进栈、出栈、显示、数值转换、逆波兰式及返回-Stack subsystem, including the Progressive stack, the stack, display, numeric conversion, Reverse Polish Notation and return
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1477
    • 提供者:july
  1. jisuanqi

    0下载:
  2. 用数据结构的堆栈实现计算器的各种功能包括数值转换功能-Stack data structure used to achieve various functions including numerical calculator conversion
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1969218
    • 提供者:姜冷
  1. char_manipulation

    0下载:
  2. 包含几个字符操作的经典程序:数字字符转换成数值、统计单词出现次数、选择法进行字符串排序、在串中查找一个字串出现的次数、字符串的选择法排序、字符串中的大写字母改小写字母-Contains several classic characters operating procedures: digital characters into numerical, statistical word occurrences, select the sort method for strings, a strin
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2639
    • 提供者:fangchen
  1. shuzhi

    0下载:
  2. 实现不同数制之间的转换 当你输入一个数值要求后再输入数值就能转换成相应的数制值-To achieve the conversion between different number system when you enter a value and then enter the required values can be converted into the corresponding value of the number of system
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:6097
    • 提供者:助威
  1. RK

    0下载:
  2. 实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:218279
    • 提供者:chenb
  1. anyhex

    0下载:
  2. c语言的数据结构,实现了任意进制数值到任意进制数值转换-c language data structure to achieve any hexadecimal value to convert any hexadecimal value
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:721
    • 提供者:tsy
  1. Number-system-conversion

    0下载:
  2. 数据结构中,运用链表实现各种数值进制的转换,运行在控制台上。-Data structure, using a variety of value chain to achieve the conversion of binary to run on the console.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:527599
    • 提供者:一三口乂刀
  1. ssbm

    0下载:
  2. 编程实现算术编码算法 进一步熟悉算术编码算法; 掌握C语言编程(尤其是数值的进制转换,数值与字符串之间的转换等)-Programming arithmetic coding algorithm More familiar with the arithmetic coding algorithm To master the C programming language (especially values ​ ​ decimal conversion, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:232397
    • 提供者:张浩
  1. 进制转换

    0下载:
  2. 写出一个程序,接受一个十六进制的数值字符串,输出该数值的十进制字符串。(多组同时输入 )。 输入描述 : 输入一个十六进制的数值字符串。 输出描述 : 输出该数值的十进制字符串。(Write a program that accepts a sixteen binary numeric string and outputs the decimal string of the value. (multi group input at the same time). Input Descr
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:505爱夏
搜珍网 www.dssz.com