搜索资源列表
李森数据结构作业
- 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
taosheng
- 1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中
sourcecode
- 以上一共五个在VC环境下编写的程序,分别为串的基本操作,哈夫曼编译码系统,简单词法分析器,进程转换模拟控制,最短路径搜索算法。为节省上传时间,只有源代码,工程文件都删除了,但是上述源码都在本机上编译通过,并且能够正确运行。谢谢!-More than a total of five in the VC environment prepared by the procedure, namely the basic string operations, Huffman encoding and dec
stack
- 三个文件实现了栈的三个基本应用:进制转换、迷宫、四则运算。-Implementation of the stack of three documents, the three basic applications: M-ary conversion, the maze, four computing.
Binary_Tree
- Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
huffman_3
- 功能包括从文件中读取文章,将文章转换为哈夫曼编码,将哈夫曼编码还原,就是那几个基本算法的实现啦。 为了方便查看,这里输出的哈夫曼编码是1byte的,其实真正应该将其变为1bit存储,这样才能达到压缩的目的。-Features include articles to read from the file, the article is converted to Huffman coding, Huffman coding will be restored and that is the rea
zhuanhuan
- 这是大小不写转换的一个文件,是文便将字母的大小写进行转换-This is not the size of a file to write conversion is the case of Wen Bian Jiang convert letters
4
- 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。输入的字符串以!结束。-Enter a string from the keyboard will be all lowercase letters converted to uppercase letters, and then output to a disk file " test" to save. Enter the string! End.
Classic_structures
- VC++数据结构经典算法源码包,包括底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找等! -VC++ source package classical algorithm data structures, including low-level programming, calibration algorithm, the problem algorithms, file algorithms, case conversion, base con
wenjianjiegou
- 把文件的逻辑结构转换成存储结构,设计便于顺序存取和直接存取的文件存储结构-Logical structure of the file into a storage structure, designed to facilitate sequential access and direct access to the file storage structure
MyPro
- 处理输入文件,通过特定的算法,转换形成输出文件。可自定义输出格式。-A program source which can process input files and convert them to outputfiles using select algorithm.
string_trans
- 从文本文件中读取按照一定格式存储的数据,并经过字符串处理,将数据存储到数组中。主要用到了char*到浮点数的转换,文件读取的一些常用函数。-Read from a text file format for storing data according to certain, and after a string processing, the data stored in the array. Main use of the floating-point conversion to char*,
input-string
- 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。 输入的字符串以!结束 -From the keyboard a string, will be small letters all converted into capital letters, and then the output to a disk file "test" save. The input string to! end
diguizhuhuandaofeidigui
- 递归怎样转换到非递归的形式的PPt文件,方便初学者更好理解递归。-Recursive How to convert PPt file to a non-recursive form, easy for beginners to better understand recursion.
WordCount
- 文字转换--将输入的文字转换成相应的输出文字,可实现文件加密-Text conversion- the input text into the corresponding output text file encryption can be achieved
MidastoFlac3D
- 迈达斯建模,然后由软件模型转换,形成FLAC文件,可以连接到勤达后手- Midas modeling, and then converted by the software model, the formation of flac files, get connected to the flac of
off2stl
- 三维模型文件的数据结构转换,能将off格式文件转换成stl格式,可用于3d打印-transform off to stl
seedFormatParse
- java版本的seed解析,包括seed转换miniseed(Seed analysis of java version)