-
本程序用另外一种算法即近邻算法解决TSP,即旅行商问题,请高手指教....
本程序用另外一种算法即近邻算法解决TSP,即旅行商问题,请高手指教.-this procedure with the other algorithms that solve the TSP neighbor algorithm, the traveling salesman problem, experts advise.
- 2022-05-11 02:39:42下载
- 积分:1
-
所有的数据管理都在类模块中进行,在窗体中不直接对结果集和字段操作 , 操作对象是类
属性和类方法.真正实现了数据管理逻辑和用户接口逻辑的分离...
所有的数据管理都在类模块中进行,在窗体中不直接对结果集和字段操作 , 操作对象是类
属性和类方法.真正实现了数据管理逻辑和用户接口逻辑的分离-all the data management in the category module, the window of which do not directly result sets and field operations, Operation Object class attribute is referring. truly realize the data management logic and the user interface logic of separation
- 2022-03-25 11:10:57下载
- 积分:1
-
归并外排序,要先运行file程序,在硬盘上建立dat文件,再运行排序程序...
归并外排序,要先运行file程序,在硬盘上建立dat文件,再运行排序程序-ranking first run file procedures, the establishment of dat drives on paper, sorting operation procedures
- 2022-09-21 13:05:04下载
- 积分:1
-
经典算法:旅行商算法,采用爬上法和分支界限搜索
经典算法:旅行商算法,采用爬上法和分支界限搜索-classical algorithm : traveling salesman algorithm, used to climb up and branch Boundary Search
- 2022-12-17 21:30:03下载
- 积分:1
-
插队买票
AppWizard has created this 插队买票1 application for you.
This file contains a summary of what you will find in each of the files that
make up your 插队买票1 application.
插队买票1.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
插队买票1.cpp
- 2022-03-02 22:02:48下载
- 积分:1
-
虚拟化存储系统
存储虚拟化是指将用户看到的存储资源同具体的物理存储设备分隔开来,为存储用户提供统一的虚拟存储池。它是具体存储设备或存储系统的抽象,展示给用户一个逻辑视图,同时将应用程序和用户所需要的数据存储操作和具体的存储控制分离。
- 2022-05-12 10:53:32下载
- 积分:1
-
tree data structure formation and operation of the algorithm
数据结构 之树的生成与操作 算法-tree data structure formation and operation of the algorithm
- 2022-10-23 13:00:03下载
- 积分:1
-
VFP图书馆管理系统
VFP图书馆管理系统-VFP Library Management System
- 2022-09-23 21:45:03下载
- 积分:1
-
1
说明: The famous Collatz sequence is generated by a method decribed as follows. Given a positive integer N, if it is odd, then replace it with 3*N+1. For even number N, use N/2 instead. You can get a sequence of number by this method. It is conjectured that the algorithm above will terminate at 1 for any integral input value. Despite the simplicity of the algorithm, it is unknown whether this conjecture is true. It has been verified, however, for all integers n such that 0 < n < 1,000,000 (and, in fact, for many more numbers than this.)
(Input
The first line contains a single integer T tells that there are T cases in the problem. Then for each case, there is an integers N.
Output
For each number N, output the sequence generated in a line, using coma as its separator.
)
- 2012-12-08 20:33:43下载
- 积分:1
-
9_database例版
这节课将为您介绍SQL(结构化查询语言)和一个数据库连接。该术语“查询”是指搜索,质疑,或找到或研究。当你查询数据库,你是搜索在数据库中的信息。查询组件封装了一个SQL语句是在客户端应用程序用于检索,插入,更新,以及从一个或多个数据库中删除数据表。查询组件可以使用远程数据库服务器(客户端/服务器)和其他许多数据库驱动程序。大多数情况下,你使用查询来选择一个用户应该在应用程序中看到的数据,当您使用表组件,就像你做。查询,但是,也可以进行更新,插入和删除显示操作以及检索的记录。当您使用查询来执行插入,更新和删除操作,查询通常不会返回的记录进行查看。
- 2022-03-07 11:13:44下载
- 积分:1