资源列表
code
- 基于C语言的半字节编码(本人信息论的上机程序)-Half Encode
StringOperations
- 对输入的所有字符串按字典序排序,并输出到一个文件中。同时统计出字符串个数、最长字符串、最短字符串。 -All of the input string lexicographically sorted, and output to a file. While the statistics of the number string, the longest string, the shortest string.
DSDesign
- DS Design Experiment Report - Implementation of abstract data type tr-DS Design Experiment Report- Implementation of abstract data type tree
binTree-hfut
- 合肥工业大学数据结构试验三二叉树(包括实验要求、预习报告、最终试验报告)。 主要实验内容: <1>求二叉树的高度。 <2>设计算法按中序次序输出二叉树中各结点的值及其所对应的层次数。 <3>将按顺序方式存储在数组中的二叉树转换为二叉链表形式。 <4>复制一棵二叉树T到T1。 <5>交换二叉树中每个结点的左右孩子指针的值。 <6>设计算法以实现下面所提到以扩
Conversor
- Contador de pulsos PSOC
astar-contest
- 百度之星2012年,资格赛,水题代码,上来奉献-baidu astar contest for coding 2012
Huffman
- 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-In accordance with ascii code ascii characters in the document the frequency of the situation created Haffman tree, and then the character of the Huffman code corresponding to write docu
DIjkstras-algorithm
- 迪杰斯特拉算法的C++实现 其中使用一个例子验证实现该算法-Dijkstra algorithm in C++ which uses an example to implement the algorithm verification
vb10012
- 应该是不错的源码 望朋友们分享 应该是不错的源码 望朋友们分享 -should be a good source Pillar friends sharing should be a good source Pillar friends sharing
labs20090709.tar
- OpenAccess操作Demo, EDA专业必学必练-Demo for using OpenAccess,Necessary for EDA study.
LCS
- LCS(最长公共子序列)有关算法 详解 -Something about LCS
java4
- 数据结构(java描述)课件(第四讲:图论)