资源列表
Drugstore_management_system
- 1 本软件可用于商业用途 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据库配置方法,在sqlserver2000新建yd数据库,关闭数据库服务器,
Food_and_beverage_management
- 双击会员消费管理文件夹内的MDIApp工程文件,在Delphi工作环境下打开工程,单击运行程序即可。-Catering management source code revision, the use of BDE Administrator on the local machine to add a Paradox alias named WorkData, specify the path to the actual file path, double-click the MDIApp
Phase
- 利用zernike多项式系数拟合波前,采用的是zernike边缘多项式,有36项(Fitting wavefront using Zernike polynomial)
sample1
- 基础粒子群算法,输出迭代次数与适应度值关系图(The relation between the number of output iterations and the fitness value of the basic particle swarm optimization algorithm)
dm
- Source codes of ontrack for example test generic
停车
- 停车管理系统,记录车辆出入停车场的数量并标记,记录停车和离开的时间并进行计费(The parking management system records the number of vehicles entering and leaving the parking lot, signs and records the time of parking and departure and charges)
学生管理系统3.0
- 输入 输出 查找 是严蔚敏版的数据结构的代码实现的(input output insert surech)
二叉搜索树的创建与遍历
- 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
两个有序链表的交集
- 求两个有序链表的交集,并在另一行显示出来。(Find the intersection of two ordered lists, and show them on another line.)
旅游规划题目
- 写一个程序,帮助前来咨询的游客找一条出发地和目的地之间的最短路径。如果有若干条路径都是最短的,那么需要输出最便宜的一条路径。(Write a program that helps visitors come to the shortest path between a destination and a destination. If there are several paths that are shortest, then you need to output the cheapest p
py3book30
- python程序教程源码,python程序教程3(the code of the book called python programing)
chapter4
- TSP是典型的NP完全问题,既其最坏情况下的时间复杂度随着问题规模的增大按指数方式增长,到目前为止还未找到一个多项式时间的有效算法。(TSP is a typical NP complete problem, and its worst-case time complexity increases exponentially as the problem size increases. So far, no polynomial time efficient algorithm has been