搜索资源列表
binary_tree
- 二叉树的基本功能的实现,在VC++6.0环境下编程实现,有良好的注释。-The realization of the basic functions of a binary tree, in VC++6.0 programming environment, there is a good comment.
Exercise5
- exercise 5 for ssd4, very good work with comment
exam4
- 源程序给出了插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序等多种排序算法,其中有17处需要填空。 1) 完成17处填空; 2) 调整输出方式:去掉多余的空行,保留中间结果以便确认排序方法是否正确; 确认程序能正确运行之后,去掉(或注解)输出中间结果的语句,直接输出排序前、后的数组内容。 -Source gives the insertion sort, selection sort, Hill sort, heap sort,
Chap6_Graph
- 图的数据结构源码。内附有逻辑和存储结构,以及附加的功能,代码中有详细注释。封装性良好,可以直接使用。-Figure source data structure. Enclosed is the logic and storage structures, and additional features, the code comment in detail. Good encapsulation can be used directly.
A_Star_8
- 用A*算法处理八皇后问题,有详细注释。按照标准算法编码,没有考虑效率问题。-Deal with the A* algorithm for the eight queens problem, a detailed comment. Coded according to the standard algorithm, without considering the efficiency.
selectionsort
- 选择排序法精讲,并附上代码,每行都有注释,很好理解。-Selection Sort Jingjiang, along with the code, each line has a comment, well understood.
QuickSort
- 快速排序 学习数据结构很好的例子 注释很全-Quick Sort learning data structures are all very good example comment
link_stack
- link_stack, 自己写的链栈,注释很清楚,运行通过,您可以由此温习下c语言编程。纯c写的,用的是vs2010编译器,您可以复制代码用别的编译器编也是可以的-link_stack, write their own chain stack, a comment is clear, run through, which you can study under the c programming language. Pure c write, using vs2010 compiler, you
R019M
- 实现阶乘运算,方便快捷的算法。运用C++编程。有注解。-Achieve factorial operation, convenient and efficient algorithms. The use of C++ programming. A comment.
1
- 判断回文数的算法,代码简洁易懂,注释清晰明了-Algorithm to determine palindrome, code easy to read, comment clarity
20116110167907
- 本程序可以计算出C++、C语言代码的有效行数,包括有效代码行数、注释行数、空白行数。 -The program can calculate the C++, C language code of the number of active lines, including the effective lines of code, comment lines, blank lines.
datastruct
- 一些数据结构的源码,自己写的,c c++,有注释-some data struct write by c/c++, have comment
JosephImitate
- 约瑟夫环的模拟算法.注释部分取消之后可以有更好的功能.-Josephus simulation algorithm. Comment section after the abolition of the better features.
Joseph
- 约瑟夫环问题,简明算法.注释部分可单独构成助于理解的文档.-Josephus, concise algorithm. Comment section can be used alone constitute a help to understand the document.
_n!
- 用双向链表模板类做的n的阶乘 没有注释-With two-way linked list template class do not comment n the factorial
zoj1027
- 这是zoj1027代码,求串的相似度,里面有注释-This is zoj1027 code and string similarity inside a comment
filecfg
- 超轻量级的配置文件写入、读取工具。格式为key=value,每行一个。支持#注释。适用于嵌入式系统中,保存系统配置。-The ultra-lightweight configuration file is written to, read the tool. The format is key = value, one per line. Support# comment. Suitable for embedded systems, save the system configuration.
tanxinsuanfa
- 贪心算法 我自己做的贪心算法,暂时还没有注释。-Own greedy algorithm, there is no comment. Ok,your can do it by yourself .thank you .
MergeSort
- 自己在学习数据结构过程中,优化总结的数据结构经典排序算法-归并排序算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure optimized classic sorting algorithms- merge sort algorithm source code, with a detailed comment line
RadixSortTest
- 自己在学习数据结构过程中,优化总结的数据结构经典排序算法-基数排序算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure optimized classic sorting algorithms- fast sorting algorithm source code, with a detailed comment line
