-
图论算法,旅行推销员问题,很有趣。
可算出图中的哈米尔顿回路...
图论算法,旅行推销员问题,很有趣。
可算出图中的哈米尔顿回路-graph algorithm, traveling salesman problem, very interesting. Map can be calculated totally dominated the circuit
- 2022-01-25 19:16:27下载
- 积分:1
-
Graduate management systems: divided into six modules: authentication modules, g...
毕业生管理系统:分为六个模块:身份验证模块、毕业生资料模块,考试成绩录入模块、通信录及数据输出与系统设置模块、毕业生成绩统计模块、数据库维护模块。-Graduate management systems: divided into six modules: authentication modules, graduates of information modules, examination results entry module, communications were recorded and the data output and system settings module, graduates accomplishments statistics module, database maintenance module.
- 2022-03-24 18:17:20下载
- 积分:1
-
Delphi 2007 Remobjects分布式ERP模型
Delphi 2007 Remobjects分布式ERP模型-Delphi 2007 Remobjects Distributed ERP model
- 2023-03-30 21:40:03下载
- 积分:1
-
数据库水印软件包和PostgreSQL数据库
与postgresql数据库结合的数据库水印软件包-Database watermark software pakage along with postgresql database
- 2022-03-17 21:46:26下载
- 积分:1
-
具有电影院的界面和功能,是基础,提供给初学数据库的人
具有电影院的界面和功能,是基础,提供给初学数据库的人-Interface with a cinema and functions are the basis of the database available to the person learning
- 2022-01-25 20:38:39下载
- 积分:1
-
四计算(语言课程设计数据结构)
四计算(c语言数据结构课程设计)
- 2022-04-07 20:39:56下载
- 积分:1
-
银行排队的模拟
void hugemenu()//最大的菜单
{
char menu; //服务项目菜单 采用字符型比较可靠!因为如果定义成整型,万一输入了字符,可能会造成死循环错误
while(1) //系统将一直运行 直到运行 turnoff()函数
{
printf("
********************欢迎您使用本系统********************
");
printf(" 【请选择服务项目】:
");
printf(" 1.客户取票 2.VIP服务
3.客服系统 4.关闭系统
");
printf(" 【您的选择】:");
scanf("%s",&menu); //用%s 比%c好 %c会记录字符 而且比如
- 2022-01-24 08:52:17下载
- 积分:1
-
某心理咨询公司有三个顾员,其编号为1~3,他们上班时间为每天的8~17点,请打出某天他们接待咨询的时间。...
某心理咨询公司有三个顾员,其编号为1~3,他们上班时间为每天的8~17点,请打出某天他们接待咨询的时间。-a psychological consulting company three LAB, the No. 1 ~ 3, They go to work every day for the 8 ~ 17:00, making Somewhere they receive counseling time.
- 2022-02-05 03:45:00下载
- 积分:1
-
java通过ODBC JDBC桥完成数据库的操作简单代码
java通过ODBC JDBC桥完成数据库的操作简单代码-java through ODBC database JDBC Bridge completed the simple code
- 2022-01-28 01:55:48下载
- 积分:1
-
经典八数码问题,回溯法的解决
经典八数码问题,回溯法的解决-eight digital classic, backtracking solution
- 2022-05-21 06:51:41下载
- 积分:1