搜索资源列表
256tohui
- 256 转换为灰度图像的代码,数据结构, 使用vc++开发-256 converted to grayscale images of code, data structure, use vc + +
lunhuan
- 这是个操作系统的时间片转换代码 希望可以对大家有所帮补 ^_^-this is the operating system for time-code conversion hope you all have a right to help make ^ _ ^
taosheng
- 1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中
nbl
- 中缀表达式到逆波兰式转换的程序代码,学习数据结构的可以
DataStructure-Transform
- 数据结构 数制转换 代码。这个是要上交的作业,所以完全可以正确运行-Data structure conversion code number system. This is to be handed the job, it can correctly
qianzhuizhuanerchashu
- 前缀表达式转换成二叉树的代码,通过转换成二叉树可以轻松实现转换成后缀,前缀,中缀形式。-Prefix expression into a binary tree code, through the binary tree can be converted easily into a suffix, prefix, infix form.
Binary_Tree
- Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
hw3
- 转换二叉排序树,C++代码片段。只包含函数部分。-Convert binary sort tree, C++ code fragments. Contains only part of the function.
C51code
- 单片机C51典型应用设计代码:串行口、AD转换、lcd液晶显示、I2C应用、定时器时钟、综合应用-Typical C51 MCU application design code: serial port, AD converter, lcd liquid crystal display, I2C applications, timer clock, integrated application
GrayCode
- 格雷码(Gray code),又叫循环二进制码或反射二进制码 在数字系统中只能识别0和1,各种数据要转换为二进制代码才能进行处理,格雷码是一种无权码,采用绝对编码方式,典型格雷码是一种具有反射特性和循环特性的单步自补码,它的循环、单步特性消除了随机取数时出现重大误差的可能,它的反射、自补特性使得求反非常方便。 -Gray code (Gray code), also known as cyclic binary code or binary code reflected in the d
Deepc
- 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.
jinzhi
- 此代码主要是利用栈的数据结构进行十进制与二进制之间的转换。-This code is mainly carried out using the stack data structure conversion between decimal and binary.
exchange
- 用栈实现递归和非递归的转换,内有详细解释和代码-Stack implementation using recursive and non recursive conversion, with detailed explanations and code
data-1
- 通过C语言将并行数据转换成串行数据的原始程序代码-Parallel data through the C language into the original serial code
Convert
- Visual Studio2010 C#编写的进制转换,包含代码和程序-Visual Studio2010 C# written in binary conversion, including code and procedures
Data_structure
- 数据结构代码,包括顺序表,链表,栈,队列及其应用包括数制转换,表达式求值,约瑟夫环,括号匹配-Data structure code, including the order form, linked lists, stacks, queues and their applications including system conversion, expression evaluation, Josephus, bracket matching, etc.
Huffman
- HUFFMAN树 利用该书法将英语短文翻译成huffman代码储存并将短文转换成代码-huffman tree
VBTime
- VB代码文档 时间的各种算法与转换 A variety of algorithms and conversion of VB code documentation time-A variety of algorithms and conversion of VB code documentation time
subsetComput.rar
- 子集法实现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
inorderAndpreorder
- 此代码是实现基于数据结构算法二叉树的原理,用递归的方法实现把中序遍历转换成前序遍历输出-This code is a recursive method based on the principle of data structure algorithms binary tree traversal sequence converted to pre-order traversal output