搜索资源列表
2
- 算法研究,用于研究文件的打开,关闭,生成。由hex文件生成coe文件-Algorithm for the study of documents opened, closed, generated. Hex file generated by the coe file
shujujiegou
- 主要 文本格式化 数据结构 课题源码 绝对好用 可以格式化文本 还有其他很多源码 我一个学期的结晶 如 约瑟夫环 进制转换 z3回文判断等等 共有18个课题-The main subject of text formatting source data structure can be absolutely easy to use formatted text there are many other source I have one semester
huffman3
- 3进制的哈弗曼编码程序C下面的,操作界面请按照提示输入-3 hex coding procedures Hafu Man C
zhan
- 数据结构与算法分析——栈实验,要求将某个十进制转换成八进制或二进制,根据栈的特点可以实现进制转换的算法-Data structures and algorithm analysis- stack test, request to convert an octal, decimal or binary, according to the characteristics of the stack algorithm can hex conversion
huffman_m
- m进制的Huffman编码,可以进行进制的设置-m ary of the Huffman coding, can be set to hex
6666
- 很完整的2、8、10、16进制转换方法 最近在研究C语言,因为要用到各进制间转换,所以收集了一些资料…-英语中文(简体)日语 Is a complete binary conversion method 2,8,10,16 Recent study of the C language, because to use to convert between the hex, so collect some information ...
sadsa
- 比如输入的是123,2,33,1006,12这样几个数字。 先找出最大的数字的位数是4位,再将所有 的数字变成4位数: 1230 2000 3300 1006 1200 然后进行排序: -itoa () function takes three parameters: The first argument is the number to be converted, the second parameter is to be written to convert the resu
zhan
- 1、用栈实现10进制,转其它进制的算法,要求输入一个10进制整数和需要转换的进制,输出转换后的结果。 2、用栈完成括号匹配检验程序。 3、用递归求n!。-A base 10, using the stack, turn the other hex algorithm asked to enter a decimal integer, and the need to convert the hex output conversion results. Match the test pr
hex-to-string
- 16进制转换三种方法测试通过,下面是使用举例,在VisualStudio2008+SP1及VC++6.0中调试通过-//The following is an example, debugging through VC++6.0 in VisualStudio2008+SP1
Stack_conversion
- 优化的进制转换程序,栈结构,虽然思想简单,但是经过改进,解决了输入字母导致程序崩溃问题-Hex conversion program optimized stack structure, although the thinking is simple, but improved to solve the enter letters causes the program to crash problems
change
- 进制转化,包含二进制八进制十六进制等等代码的互相转化。-The hex conversion contains binary octal hexadecimal code transform into each other.
zhan
- 栈问题的应用,此外还有进制转化和表达式求值-Stack problem, in addition to hex conversion and expression evaluation
jinzhizhuanhuan
- C语言版数据结构实验,进制转换相关功能的实现,C++环境,多多理解-C language version of the data structure experiments hex conversion function the implementation, C++ environment, a lot of understanding
jinzhuzhuanhuan
- 进制转换,一个进制转换的程序,能实现进制转换-Hex conversion, a hex conversion program, to achieve binary conversion
4
- 初始化栈、判栈为空、出栈、入栈、求栈顶元素等运算,自己填写主函数。 利用顺序栈的基本操作,实现将任意一个十进制整数转化为R进制整数 3、用顺序存储来定义循环队列结构。编程实现, 初始化队列、判队列为空、出队列、入队列、求队列头部元素等运算。 只有尾指针的单循环链表表示的队列的入队和出队程序.-Initialize the stack, the stack is empty sentence, stack, stack, seeking the top element and ot