资源列表
huffman
- 哈夫曼编码及译码实现--数据结构哈夫曼算法实现-Huffman coding and decoding achieve
managementsystem
- 学生成绩管理系统实现 用数据结构算法Student achievement management system-Student achievement management system
SimulatedAnnealing
- Simulated Annealing (SA) is a smart (meta)-heuristic for Optimization. Given a cost function in a large search space, SA replaces the current solution by a random "nearby" solution. The nearby solution is chosen with a probability that depends on the
exam1
- icarnegie ssd 5 exam 1答案 ssd5是数据结构的学习课程 ,希望这个东东对正在学习的朋友有帮助-icarnegie ssd 5 exam 1 answer ssd5 is a data structure course of study and hope that this Dongdong friends who are studying to help
eightequeen
- 经典著名的八皇后问题,利用stl源码加工而成的,具有商业性质-eight queen
MessageBox
- The preparation of Euler circuit algorithm, bipartite graph of the curriculum design, implementation, use of credit to the path to achieve
chuanfuzhi
- 实现串的基本功能,串初始化,串删除,串插入,求串长,取字串等-To achieve the basic functions of string, string initialization, string delete, insert strings, seeking a long string, string, etc. to take
Binary_Tree
- 用c#实现二叉树(二叉树的前序,中序,后序遍历,以及删除节点等功能)-To use c# to achieve binary tree (binary tree preorder, inorder, postorder, and delete nodes and other functions)
hash
- 哈希表链地址法的实现,用链地址法处理冲突-hash table
1
- 这是一个很优秀的C++ 程序,里面所用的技巧是很巧妙的。-C++ program.this is a very excellent program,you will learn much knowlege.
Simplex
- 单纯形法算法,试过,比较好用,大规模没有验证过,希望有人提出宝贵意见-Simplex method algorithm, tried to compare easy to use, large-scale has not verified the hope that it was valuable advice
czsjf
- 1、本程序实现计算任意长的整数的加法运算. 以用户和计算机对话的方式,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令,然后程序就计算并显示出这两个数的运算。 2、本演示程序中,集合的元素限定为数字字符[‘0’~’9’]和字符‘,’与‘;’,输入字符可以任意长,输入形式以“回车符”为结束标志,串中字符顺序不限,且允许出现重复字符。 3、利用双向循环链表现实长整数的存储,每个结点含一个整形变量。输入的形式以回车结束,可以直接输入正数或负数。按中国对于长整数
