-
data structure c language teaching demonstration
数据结构c语言的演示教学-data structure c language teaching demonstration
- 2023-01-15 13:30:03下载
- 积分: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
-
网吧管理
网吧管理是项目照顾的网吧相关职能部门。它记录的时间每个用所选计算机上的用户时,可以生成的报告
- 2023-05-19 12:35:03下载
- 积分:1
-
its about the binary recursion
its about the binary recursion
- 2022-03-20 08:59:49下载
- 积分:1
-
For K
求K阶斐波那契序列 一个难得的数据结构示例 有详细注解 适合正在学习数据结构的STU-For K-order Fibonacci sequence a rare example of data structure has detailed annotations are learning the data structure suitable for the STU
- 2022-04-22 01:20:38下载
- 积分:1
-
1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。
2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。
3 求图的...
1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。
2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。
3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!)
-Create a storage structure of a given graph from the adjacency list and adjacency matrix are two ways to choose a store. Two pairs of maps created by the depth and breadth-first search traversal, given the culmination of the process of traversal sequence. 3 order to map the minimum spanning tree, according to the order of the output side of the sequence structure. (Both methods require!)
- 2022-12-16 12:05:03下载
- 积分:1
-
一个很简单的java web系统的需求分析及数据库设计
一个很简单的java web系统的需求分析及数据库设计-A very simple java web systems analysis and database design
- 2022-02-04 02:38:39下载
- 积分:1
-
这是一个用C++编写的代码,实现了最小堆和最小左偏树在插入删除元素性能方面进行比较....
这是一个用C++编写的代码,实现了最小堆和最小左偏树在插入删除元素性能方面进行比较.
-This is a preparation of the C code, the smallest and youngest sculpture tree in the left side inserted delete elements performance comparisons.
- 2023-08-22 23:35:03下载
- 积分:1
-
FastReport demonstration program. FastReport VCL library is under a tripartite s...
fastreport演示程序。fastreport是vcl库的下的一个报表三方控件,写的比delphi自带的报表系统好的多。(DELPHI中有bug)可以下载-FastReport demonstration program. FastReport VCL library is under a tripartite statement Control and writing than delphi"s own statements over a good system. (Delphi is bug) can be downloaded to s
- 2022-04-15 18:29:27下载
- 积分:1
-
名片夹软件,用户可以建立并管理自己的名片。数据库配置为_app目录下的config目录中的database文件...
名片夹软件,用户可以建立并管理自己的名片。数据库配置为_app目录下的config目录中的database文件-name card management software.
- 2022-03-18 05:14:23下载
- 积分:1