资源列表
ICTCLAS50_Windows_32_C
- C++实现的中文分词算法,可以直接运行,也可以编译运行,还可以添加词典。-C++ of the realization of the Chinese word segmentation algorithm, it can run directly, also can compile operation, also can add dictionary.
BST
- 用C++写的二叉树,实现了相关的功能,是数据结构入门的经典-binary tree template
Cdepthprofiling
- C语言深度剖析 C语言使用的要点,对C语言的关键字的使用、函数调用、指针、结构体、文件读写等做了深入剖析,许多内容一般的教科书没有涉及-C language depth analysis of the main points of the C language, use the C language keywords, function calls, pointer, structure, file reading and writing in-depth analysis, many elem
Data-structure-notes
- 数据结构讲义,是编程必学的内容,负有两个实验,做了有帮助-Data structure notes, is the content of the programming will learn, have two experiments, did help
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
Accepted
- UVA online judge problem number 11054
Circular-Doubly-Linked-List
- Link list example for C++ Circular Link List Doubly Link List
Gof23
- 多种设计模式简单实现,供新手入门指导,可以结合各算法分析对比理解-A variety of design patterns is simple to implement, for the guidance of beginners, and can be combined with the algorithm analysis and comparison to understand
BinaryTree
- 实现二叉树的基本操作,前序遍历、中序遍历、后序遍历、层次遍历实现二叉树的遍历方法-The basic operation of the binary tree preorder traversal, the traversal after traversal, level traverse the binary tree traversal
Program
- 刚好手头的项目需要为客户提供一个路线指引功能的小模块,需要自动计算图形上两点间的最短路径。工作之余想着这个算法还是比较的常用,就总结了一下,与大家共享。-Just the project at hand to provide customers with a route guidance function module to automatically calculate the shortest path between two points on the graph. Spare time
hf
- 实现数据结构中哈弗曼编码译码问题的求解。-data structure haffman code and decode
Josephus
- 约瑟夫环的C代码实现。里面还包含了具体的文档报告。对于开始学数据结构的同学们有不小的帮助。-Josephus C code. Which also contains a specific document report. No small help for the students began to learn the data structure.
