-
一个判断输入的一个时间是否为瑞年的简单算法,也于大家分享吧!...
一个判断输入的一个时间是否为瑞年的简单算法,也于大家分享吧!-a judgment entered a time for the Swiss, a simple algorithm, but also to share with you!
- 2022-03-23 20:56:12下载
- 积分: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
-
这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。...
这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-This is while finishing the operating system lesson, the practice done is designed, the purpose to test again, analyse , design. That was adopted is to use responding it than the homework dispatcher s algorithm.
- 2022-01-25 21:48:05下载
- 积分:1
-
在知道点的坐标或者数量和权重值时,选择最优的路径,这种有的是基于时间有的是基于运费等等,自动找两点路径最短距离!...
在知道点的坐标或者数量和权重值时,选择最优的路径,这种有的是基于时间有的是基于运费等等,自动找两点路径最短距离!-Know the coordinates of points in the volume and weight or value, the choice of the optimal path, this time based on some because of some freight, etc., automatically find the shortest distance between two points in the path!
- 2023-05-14 01:05:03下载
- 积分:1
-
建立快速傅利叶变换 C 语言源代码 17K
建立快速傅利叶变换 C 语言源代码 17K-establish Fast Fourier Transform C language source code 24K
- 2022-04-20 19:23:52下载
- 积分:1
-
ADO MD 程序员参考手册
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小:...
ADO MD 程序员参考手册
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 808 KB
-ADO MD programmer"s reference manual books Language : English books categories : program design license : free software books Size : 808 KB
- 2022-04-27 06:01:55下载
- 积分:1
-
数据结构中,关于一元多项式的加减乘求导等算法的实现
数据结构中,关于一元多项式的加减乘求导等算法的实现-Data structure, on the one polynomial addition and subtraction, such as by derivation algorithm
- 2022-01-22 01:30:34下载
- 积分:1
-
kruscal的源代码,实现最小生成树的算法,这个是本人自己编的小程序。...
kruscal的源代码,实现最小生成树的算法,这个是本人自己编的小程序。-kruscal the source code to achieve the minimum spanning tree algorithm, this is my own small part of the process.
- 2022-07-05 06:14:17下载
- 积分:1
-
数据结构常用算法:平衡二叉排序树的综合操作
全部程序代码,在C环境编译通过。...
数据结构常用算法:平衡二叉排序树的综合操作
全部程序代码,在C环境编译通过。-algorithm commonly used data structures : a balanced binary sort tree all integrated operation code, the C compiler through the environment.
- 2022-01-31 18:19:18下载
- 积分:1
-
一元多项式相加程序,用于完成一元多项式的相加
一元多项式相加程序,用于完成一元多项式的相加-One of the polynomial sum of procedures used to complete the sum of the polynomial 1
- 2022-01-26 05:40:56下载
- 积分:1