-
旅行商问题:
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅...
旅行商问题:
某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman problem : A salesman to a number of cities to sell commodities, known the distance between cities (or travel). He selected from a resident, after each city again, the last resident to return to the line, making the total distance (or travel) is the smallest.
- 2023-07-26 02:35:04下载
- 积分:1
-
用vc基于数据库编程源代码
用vc基于数据库编程源代码-with vc-based database programming source code
- 2022-02-15 12:10:43下载
- 积分:1
-
基于C、c++排序大全
//希尔排序void ShellSort(int r[], int n){ int i; int d; int j; for (d=n/2; d>=1; d=d/2) //以增量为d进行直接插入排序 { for (i=d+1; i0 &am
- 2022-03-05 10:56:55下载
- 积分:1
-
清华大学数据结构讲义
清华大学数据结构讲义-data structure lectures Tsinghua University
- 2022-12-08 13:40:03下载
- 积分:1
-
在 php 中的登录系统
供应链管理 — — 在 PHP 开发网上考勤系统。
这个软件将帮助您管理组织出席中复杂的交互方式。它的设计与 PHP 技术。您可以管理网上考勤。网上考勤管理软件将为您提供设施,以操作毫无阻碍地通过互联网出勤。
- 2022-08-12 15:15:15下载
- 积分:1
-
这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用...
这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
- 2022-11-27 01:15:03下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1
-
初学者学习c语言数据结构的编码,
初学者学习c语言数据结构的编码,-Beginners to learn c language data structure encoding,
- 2022-09-25 03:00:02下载
- 积分:1
-
省市区县(含全国完整数据库)Ajax代码,功能详细,可完全适用。...
省市区县(含全国完整数据库)Ajax代码,功能详细,可完全适用。-Provincial and municipal districts and counties (including the national integrity of the database) Ajax code, functional details can be fully applicable.
- 2022-08-06 12:22:16下载
- 积分:1
-
数据结构课程设计的一些源代码!
数据结构课程设计的一些源代码!-Data structure the curriculum design of some source code!
- 2022-03-19 10:49:50下载
- 积分:1