-
This a collection of algorithms for sorting and searching.
This a collection of algorithms for sorting and searching.
- 2023-04-13 06:05:04下载
- 积分:1
-
用vc基于数据库编程源代码
用vc基于数据库编程源代码-with vc-based database programming source code
- 2022-02-15 12:10:43下载
- 积分:1
-
我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,...
我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
- 2022-06-12 19:43:12下载
- 积分:1
-
Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the...
迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论
起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Designing a program, for any set of the maze, find a path from the entrance to the export, or come to the conclusion there is no access point is a square matrix of the (1,1) The end is (m-1, n-1)
- 2022-04-15 13:14:53下载
- 积分:1
-
数据结构及算法
对于参加ACM的学生有一定帮助
里面有详细的解答...
数据结构及算法
对于参加ACM的学生有一定帮助
里面有详细的解答-Data structure and algorithm for ACM students to participate in some help there are detailed answers
- 2022-06-16 23:18:31下载
- 积分:1
-
系统administrasi
应用背景系统复杂,短语,Penilaian阳丹,丹,系统不多,红毛猩猩短语。SISTEM INI轭,DI意念dengan被mudah丹tidak memerlukan帮助程序员untuk将祂,林嘉欣拥有管理员祂自己的公主就可以diubah dengan甘庞为 ;为 ;为 ;为 ;为 ;为 ;为 ;为 ;为。 ;SISTEM Penilaian杨被Kompleks丹,选票untuk berbagai SISTEM丹贝卢姆洞巴尼亚选票Oleh猩猩猩猩。SISTEM INI轭,DI意念dengan被mudah丹tidak memerlukan帮助程序员untuk将祂,林嘉欣拥有管理员祂自己的公主就可以diubah dengan甘庞为 ;为 ;为 ;为 ;为 ;为 ;为 ;为 ;为。 ;SISTEM Penilaian杨被Kompleks丹,选票untuk berbagai SISTEM丹贝卢姆洞巴尼亚选票Oleh猩猩猩猩。SISTEM INI轭,DI意念dengan被mudah丹tidak memerlukan帮助程序员untuk将祂,林嘉欣拥有管理员祂自己的公主就可以diubah dengan甘庞为 ;为 ;为 ;为 ;为 ;为 ;为 ;为 ;为。 ;SISTEM Penilaian杨被Kompleks丹,选票untuk berbagai SISTEM丹贝卢姆洞巴尼亚选票Oleh猩猩猩猩。SISTEM INI轭,DI意念dengan被mudah丹tidak memerlukan帮助程序员untuk将祂,林嘉欣拥有管理员祂自己的公主就可以diubah dengan甘庞为 ;为 ;为 ;为 ;为 ;为 ;为 ;为 ;为。 ;SISTEM Penilaian杨被Kompleks丹,选票untuk berbagai SISTEM丹贝卢姆洞巴尼亚选票Oleh猩猩猩猩。SISTEM INI轭,DI意念dengan被mudah丹tidak memerlukan
- 2022-10-24 12:50:03下载
- 积分:1
-
用C++写的矩阵鞍点求法
用C++写的矩阵鞍点求法-C wrote saddle point Matrix Method
- 2022-02-04 04:38:52下载
- 积分:1
-
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进...
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack) is in the programming process frequently
meets the vitality one kind of construction of data form under, it has
such characteristic regarding data depositing and the operation: 1) it
only has a logarithm according to the port which carries on stores and
takes out; 2) less advanced first leaves, namely finally the data
which will store first is taken out. Its form looks like one kind of
memory coin very much the small container, each time only may press in
a coin from the peak, but takes out also only may carry on from the
peak, namely less advanced first leaves. Such data storage and the
management form are very useful in some programmings. For example, in
the compiling system (this is a kind of quite complex procedure),
transfe
- 2023-08-22 21:50:04下载
- 积分:1
-
This is an improvement from a top
这是一个改进了自顶向下的归并排序,它改进的地方主要有:采用小子文件截止的机制,当序列长度小于32时,采用直接插入排序;对归并的内循环作了优化,判断的次数更少。-This is an improvement from a top-down sort of merger, it improved the main : the deadline for the paper boy mechanism, the length of the sequence is less than 32, the use of direct insertion sorting; Merging with the right circle made optimization, the number of less judgment.
- 2022-02-25 21:49:47下载
- 积分:1
-
realization of the Polish
实现了波兰式的求解,对大数计算使用,可以到100位数的运算-realization of the Polish-solving, the use of large numbers calculation, the median of 100 Operators
- 2022-06-11 15:17:39下载
- 积分:1