资源列表
hfm
- 提供了一种基于哈弗曼编码的文件压缩算法,可以对.TXT、.DOC、.JPF等文件进行压缩-Huffman coding provides a file-based compression algorithm can .TXT, .DOC, .JPF and other file compression
datastruct
- 严蔚敏数据结构算法VC源代码完整版,编译器为vc++6.0-this is code of datastructure
KM
- N阶方阵不同行不同列最优权值,利用KM算法结合匈牙利算法,代码配有我的理解与注释,便于观看学习。-KM Algorithm and The Hungarian algorithm.
timu
- 杭电OJ2452的题解,有助于学习数据结构的 搜索-Hang electrical OJ2452 solution to a problem, and very helpful for learning search
timu
- 杭电OJ1429题解,有助于学习数据结构 搜索以及状态压缩的知识-Hang electrical OJ1429 solution to a problem, contribute to learning and knowledge state data structure search compression
timu
- 杭电OJ5012,有助于数据结构以及动态规划的提升学习哦-Hang electrical OJ5012, helps to enhance the dynamic programming data structures and learning oh
da1-1
- 根据每个教练的喜好分配球员,获得了分配结果,满足大数据和边界情况-Players choose to answer questions at different levels of each coach s preference classification coaches, the players get the allocation results
linklist
- 双向链表的实现,基本操作包括增加节点,删除节点,查询功能都可以实现-Two-way linked list
StackTest
- 顺序栈和堆栈的实现。 顺序栈被定义为一个结构类型,它有两个域data和top。data为一个一维数组,用于存储栈中元素,DataType为栈元素的数据类型(有待设定)。top为int型,它的取值范围为0..sqstack_maxsize-1。top=0表示栈空,top=sqstack_maxsize-1表示栈满。-Order stacks and stacks of implementation. Is defined as a sequence of stack structure typ
ClockTest
- 时钟类代码。具有时间添加,运行,显示时间,设置时间等功能。Vs2010环境下编写。-Clock class code. Have time to add, run, display time, set the time and other functions. Preparation of the next Vs2010 environment.
CounterTest
- 计数类的C++代码。程序具备计数功能,包括加减乘除等功能。适合初学类定义的人。-Count class C++ code. Counting functions, including addition, subtraction and other functions. Suitable for beginners class defines man.
StudentTest
- 学生类的C++程序。程序具有学生ID,姓名,数学英语计算机成绩,以及计算总分,平均分等其他功能。-Student class C++ program. Program has a student ID, name, computer math scores in English, as well as calculate the total score, the average grading other features.