-
银行排队的模拟
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
-
VB和ACCESS作的物品管理软件 比较容易分析
VB和ACCESS作的物品管理软件 比较容易分析-VB and Access Management for the items easier analysis software
- 2023-06-28 16:10:03下载
- 积分:1
-
数据结构实验程序
线性表
栈和队列
二叉树
图
查找
内部排序...
数据结构实验程序
线性表
栈和队列
二叉树
图
查找
内部排序-Experimental procedures for linear data structures stack and queue table tree diagram to find the internal order
- 2023-08-17 09:45:03下载
- 积分:1
-
精心链表操作,对单向双向的链表操用实例,精当
精心链表操作,对单向双向的链表操用实例,精当-carefully chain operation, a one-way pairs two-way linked list speaks examples of elder
- 2022-05-31 19:36:09下载
- 积分:1
-
在线翻译程序
在线翻译程序-Online translation program
- 2022-03-04 03:36:38下载
- 积分:1
-
一个用VB编写的很有代表性的数据库搜索器(虽然界面不怎么样)...
一个用VB编写的很有代表性的数据库搜索器(虽然界面不怎么样)-a VB prepared by the very representative of the database search (though not impressive interface)
- 2022-02-26 20:18:39下载
- 积分:1
-
简单的全排列与组合问题的递归解法,数据结构与算法中较基础的问题...
简单的全排列与组合问题的递归解法,数据结构与算法中较基础的问题-simple combination with the full array of recursive method, data structure and algorithm based on the issues than
- 2023-05-12 12:55:02下载
- 积分:1
-
一个简单的文件系统模拟算法
一个简单的文件系统模拟算法-a simple file system simulation algorithm
- 2022-09-29 23:35:03下载
- 积分:1
-
小的 VB6 程序,接收来自 YHT3 称的重量。
VB6 的小程序,接收来自 YHT3 规模的重量,保存日期来访问数据库。
- 2023-01-17 18:00:04下载
- 积分:1
-
具有n 个顶点的无向网络G的每个生成树刚好具有n
具有n 个顶点的无向网络G的每个生成树刚好具有n-1条边,采用三种不同的贪婪策略来选择这n-1条边。-n vertices to the non-G network spanning tree just with each n-1 edge, using three different strategies to choose greed that n-1 edge.
- 2022-04-16 04:01:43下载
- 积分:1