资源列表
managementsystem
- c语言数据结构学年设计,学生成绩管理系统,源程序+txt文件,方便使用。-c language data structure of school design and student achievement management system, source code+ txt file, easy to use.
huffman
- c++的Huffman编码,运用到二叉树 -c++ of the Huffman coding, applied to the binary tree
introduction_Algorithms
- 这书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。书中专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。此书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提供了900多个练习题和
conversion
- 数据结构中利用堆栈的CPP语言来实现表达式的计算,表示,包括抽象数据类型栈的定义以及栈的表示和实现-Stack data structure used to achieve expression of CPP calculation language that includes the definition of abstract data type stack and stack and realize that
LinearList
- 基于模板类(STL)线性表的顺序存储的实现-datastructure (stl)
factorial
- 组合数学里面计算n的阶乘后面有几个0,并对结果进行校验-compute how many zeros in the endwhen you compute an int number
assgin02
- 本程序解决下列问题:利用动态规划算法实现装配线调度问题。 要求测试数据以文本文件的形式存储, 即所有的数据由文本文件读入。-This program addresses the following issues: the use of dynamic programming algorithm assembly line scheduling problem. requires test data to a text file is st
c
- 输入一个字符串,内有数字和非数字字符。将其中连续的数字作为一个整数,一次存放到一个数组a中。统计共有多少个整数,并输出这些数。-Enter a string containing numbers and non-numeric characters. Will be one of a number of consecutive integers, one in a store into an array. Statistics Total number of integers, and the
shujujiegou
- 一本学习数据结构的电子书籍。适用于考计算机专业研究生的同学。-A study of the electronic book data structure. Test computer for postgraduate students.
sortings
- 基本排序算法,数据结构采用线性表。包括归并排序、希尔排序、快速排序、直接插入排序、选择排序、冒泡排序。有测试用例。-Basic sorting algorithms, data structures, linear form. Including the merge sort, Hill sort, quick sort, direct insertion sort, selection sort, bubble sort. A test case.
Powell
- Powell算法-Powell
AStarPathfinding
- 一种很有效的寻路算法,经典算法!在游戏中应用很广-A very efficient pathfinding algorithm, the classical algorithm!
