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

搜索资源列表

  1. 256tohui

    0下载:
  2. 256 转换为灰度图像的代码,数据结构, 使用vc++开发-256 converted to grayscale images of code, data structure, use vc + +
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:133.43kb
    • 提供者:zhanggang
  1. lunhuan

    0下载:
  2. 这是个操作系统的时间片转换代码 希望可以对大家有所帮补 ^_^-this is the operating system for time-code conversion hope you all have a right to help make ^ _ ^
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:lili
  1. taosheng

    1下载:
  2. 1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.38kb
    • 提供者:王涛
  1. nbl

    0下载:
  2. 中缀表达式到逆波兰式转换的程序代码,学习数据结构的可以
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.28kb
    • 提供者:zhiyou
  1. DataStructure-Transform

    0下载:
  2. 数据结构 数制转换 代码。这个是要上交的作业,所以完全可以正确运行-Data structure conversion code number system. This is to be handed the job, it can correctly
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.94kb
    • 提供者:王彬彬
  1. qianzhuizhuanerchashu

    0下载:
  2. 前缀表达式转换成二叉树的代码,通过转换成二叉树可以轻松实现转换成后缀,前缀,中缀形式。-Prefix expression into a binary tree code, through the binary tree can be converted easily into a suffix, prefix, infix form.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3.41kb
    • 提供者:wxg
  1. Binary_Tree

    0下载:
  2. Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.11kb
    • 提供者:hunter
  1. hw3

    0下载:
  2. 转换二叉排序树,C++代码片段。只包含函数部分。-Convert binary sort tree, C++ code fragments. Contains only part of the function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3.7kb
    • 提供者:茹嫣
  1. C51code

    0下载:
  2. 单片机C51典型应用设计代码:串行口、AD转换、lcd液晶显示、I2C应用、定时器时钟、综合应用-Typical C51 MCU application design code: serial port, AD converter, lcd liquid crystal display, I2C applications, timer clock, integrated application
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.79mb
    • 提供者:a120730125
  1. GrayCode

    0下载:
  2. 格雷码(Gray code),又叫循环二进制码或反射二进制码 在数字系统中只能识别0和1,各种数据要转换为二进制代码才能进行处理,格雷码是一种无权码,采用绝对编码方式,典型格雷码是一种具有反射特性和循环特性的单步自补码,它的循环、单步特性消除了随机取数时出现重大误差的可能,它的反射、自补特性使得求反非常方便。 -Gray code (Gray code), also known as cyclic binary code or binary code reflected in the d
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:8.54kb
    • 提供者:夏雪
  1. Deepc

    0下载:
  2. C语言程序,具备画图、十进制数转换、汉诺塔和二叉树编码功能。调试运行都没有问题,代码还可以进一步完善-C language program.It contains drawing graphic, decimal conversion, Tower of Hanoi code and the binary tree encoding. Commissioning are no problems, the code can be further improved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:304.71kb
    • 提供者:
  1. jinzhi

    0下载:
  2. 此代码主要是利用栈的数据结构进行十进制与二进制之间的转换。-This code is mainly carried out using the stack data structure conversion between decimal and binary.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1006byte
    • 提供者:xunlu
  1. exchange

    0下载:
  2. 用栈实现递归和非递归的转换,内有详细解释和代码-Stack implementation using recursive and non recursive conversion, with detailed explanations and code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:14.15kb
    • 提供者:
  1. data-1

    0下载:
  2. 通过C语言将并行数据转换成串行数据的原始程序代码-Parallel data through the C language into the original serial code
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:29.79kb
    • 提供者:耀翔
  1. Convert

    0下载:
  2. Visual Studio2010 C#编写的进制转换,包含代码和程序-Visual Studio2010 C# written in binary conversion, including code and procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:48.09kb
    • 提供者:
  1. Data_structure

    0下载:
  2. 数据结构代码,包括顺序表,链表,栈,队列及其应用包括数制转换,表达式求值,约瑟夫环,括号匹配-Data structure code, including the order form, linked lists, stacks, queues and their applications including system conversion, expression evaluation, Josephus, bracket matching, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:138.66kb
    • 提供者:哥特式
  1. Huffman

    0下载:
  2. HUFFMAN树 利用该书法将英语短文翻译成huffman代码储存并将短文转换成代码-huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:562.26kb
    • 提供者:周源杰
  1. VBTime

    0下载:
  2. VB代码文档 时间的各种算法与转换 A variety of algorithms and conversion of VB code documentation time-A variety of algorithms and conversion of VB code documentation time
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:11.68kb
    • 提供者:黄富军
  1. subsetComput.rar

    0下载:
  2. 子集法实现NFA到DFA的转换,教学中给学生演示的。图用最简单的方法表示,非常便于理解。纯C代码,在windows和linux都可以编译运行,Subset of the NFA to DFA conversion, teaching to the student demonstration. Figure easiest way, very easy to understand. Pure C code can be compiled to run in windows and linux
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2.27kb
    • 提供者:丁力
  1. inorderAndpreorder

    0下载:
  2. 此代码是实现基于数据结构算法二叉树的原理,用递归的方法实现把中序遍历转换成前序遍历输出-This code is a recursive method based on the principle of data structure algorithms binary tree traversal sequence converted to pre-order traversal output
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:615byte
    • 提供者:韦龙
« 12 »
搜珍网 www.dssz.com