资源列表
ThreadBTree-
- 线索化二叉树(二叉树是很重的树结构,这个代码可以复用)-Threaded binary tree (binary tree structure is important, the code can be reused)
BFS
- 该代码实现了基于邻接表的深度优先遍历和广度优先遍历,并包含求图的割点的算法,可以在VS2010下直接运行。-The code implement the BFS and DFS of graph based on adjacence list.It includes the algorithm that find all articulated node. It can run in the environment of VS2010.
source
- 求6000以内的阿姆斯特朗数,测试过 oK-Demand within a few Armstrong 6000, tested oK
sort
- 冒泡排序,插入排序和选择排序算法 数据结构-Bubble sort, insertion sort, selection sort algorithm and data structure
array
- 数组的排序,在价值999元的《程序员专业开发资源库——Visual C++ 》中提取的-Sort array in the value of 999 yuan, "the programmer professional development resource library- Visual C++" extracted
lkkt
- 龙格库塔法求解常微分方程组,经典算法,值得分享-Runge-Kutta method for solving ordinary differential equations
STL读取
- 基于OPenGL 、VC++DE stl文件的读取及显示
TeachingPlan
- 教学计划编制问题,程序实现两种编排策略:1使学生在各学期的学习负担尽量均匀;2是使课程尽量集中在前几个学期中-Teaching planning issues, program scheduling two strategies: one to enable students to learn as much as possible the burden evenly in each semester 2 is to try to focus on the course in the firs
Huffman
- 哈弗曼编/译码器,实现以下功能:初始化,编码,译码,打印代码文件,打印哈夫曼树-Huffman encoder/decoder, the following functions: initialization, encoding, decoding, printing code file, print Huffman tree
listing
- 数据结构:链表数据结构常用面试算法实现。-data structure: list data structure related interviewing algorithm.
crosslist
- 十字链表数据结构实现。这是学习指针的终极练习题。-Cross linked data structure. This is the ultimate exercise for learning pointers.
sorting
- 基于C++模板技术实现的各种常用排序算法。-Variety of commonly used sorting algorithm based on C++ template technology.