资源列表
99chengfa
- 99乘法表的实现,采用ASM语言.语言简单易用好学!-the realization using ASM language. Studious language easy!
huanghou
- c++ N皇后求解源码。。。,希望有帮助。-c++ N Queen solve the source code. . . Hope that helps.
5.8
- 二叉排序树中序排列,先创建二叉排序树,后中序排列-Binary sort tree arrangement should first create a binary sort tree, the latter arranged in the order
backbag
- 该程序是一个背包算法,是由C++写的源程序-that the procedure was a knapsack algorithm is written in C source files
lianbiao
- 数据结构链表作业题,经调试通过,可做作业参考
H1
- 贪心算法解删数问题 运用C++ Delete a few greedy algorithm for solving the problem-Delete a few greedy algorithm for solving the problem
1
- 约瑟夫(Joeph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Joseph (Joeph) a descr iption of the problem is: number is 1,2, ...,
1099
- ZOJ ACM的小程序 1099 对于进行算法测试的人有帮助-ZOJ ACM 1099 small program tests for the algorithm to help people
zhan
- 数据结构与算法分析——栈实验,要求将某个十进制转换成八进制或二进制,根据栈的特点可以实现进制转换的算法-Data structures and algorithm analysis- stack test, request to convert an octal, decimal or binary, according to the characteristics of the stack algorithm can hex conversion
3
- 机械优化设计中的DFP法(变尺度法),常用在多维无约束问题中-Mechanical design of multidimensional unconstrained optimization problem
link-list
- C++语言实现的链式存储线性表的插入、删除、查找等操作源程序-C++ language to achieve chain store linear table insert, delete, search operations such as source code
queue
- 数据结构中有关于队列的构建、节点的读取、删除、插入等操作。-About queue data structure constructs, the node read, delete, insert, etc. operations.