资源列表
d_function
- 分支限界tsp算法中求下界函数的值。有中文注释。-Tsp branch and bound algorithm for the lower bound of the value function. Chinese Notes.
zuidachengji
- 一个正整数一般可以分为几个互不相同的自然数的和,如3=1+2,4=1+3,5=1+4=2+3,6=1+5=2+4,…。 现在的任务是将指定的正整数n分解成若干个互不相同的自然数的和,且使这些自然数的乘积最大。 -A positive integer in general can be divided into several separate and natural numbers, such as 3 = 1+2,4 = 1+3,5 = 1+4 = 2+3,6 = 1+5 = 2+
cyuyan3
- 采用C语言编程计算稳态温度场各节点的温度-The use of C language programming calculation of steady temperature field in each node temperature
Reduce
- 用C写的关于n个人围成一圈的报数问题-Written with C n personal circle of reports on the number of issues!!!!
pack2
- 数据结构中栈的经典算法——第二类背包问题,已经通过测试!-The stack data structure in the classic method- II knapsack problem, has passed the test!
identifyword
- 一个验证身份证号码有效性的小程序。身份证号码必须是18位,而且前17位必须是数字,最后一位只能是数字或小写字母x,第7到14位是出生年月日,必须符合有效性检测,即年在1900到2010之间,月要在1到12之间,日子要考虑闰年的情况。-Verify the identity card numbers of the effectiveness of the program. Identity card number must be 18, and 17 must be numeric, the la
AVL_TREE
- 构建AVL树的相关C++程序,具有插入、删除、排序等功能。-To build the AVL tree C++ program, insert, delete, sort, and other functions.
vectoruse
- c++中向量的使用实例,向量关于函数的值返回值和引用返回的区别-vector use
bitree
- 二叉树的遍历(前序遍历、中序遍历、后序遍历、层序遍历等)-Binary tree traversal (pre-order traversal, inorder traversal, postorder traversal sequence traversal, etc.)
Fibonacci
- 利用递归产生斐波那契数列的一个小程序。希望能有帮助-Recursive Fibonacci sequence produces a small program.Hope can be helpful.
B-Tree
- B 树的各种操作 严蔚敏 数据结构 用c++ 实现的-B tree Yan Wei Min various operational data structures c++ implementation
insertion-sort
- 实现了插入排序,用插入排序的方法实现了对输入数值进行从小到大的排序。-Achieved insertion sort, insertion sort method implements the input values for small to large order.