-
很有价值的,提供另外一种设计接口的方法,打破了C++单纯使用虚函数来做接口的代码...
很有价值的,提供另外一种设计接口的方法,打破了C++单纯使用虚函数来做接口的代码
- 2022-07-12 21:04:28下载
- 积分: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
-
数据结构:用链表做存储结构求两个一元多项式相加的结果
数据结构:用链表做存储结构求两个一元多项式相加的结果-Data structures: The linked list storage structure seeking to do two one dollar sum of the results of polynomial
- 2022-04-28 00:57:03下载
- 积分:1
-
两结构分析程序,用于制备Fortran90,主要用于结构…
结构分析程序2,用fortran90编写,主要用于结构分析-two structural analysis procedures used to prepare FORTRAN90, mainly for structural analysis
- 2022-03-10 15:05:06下载
- 积分:1
-
Casually doing! Shortage of places which have requested the U.S. to help me corr...
随便做做!有哪不足的地方请大家帮我改正!谢谢了啊!-Casually doing! Shortage of places which have requested the U.S. to help me correct! Thank you, ah!
- 2022-02-03 14:06:07下载
- 积分:1
-
描述图的头文件,不过是用C描述的,移植到了VC当中
描述图的头文件,不过是用C描述的,移植到了VC当中-description of the plan is the first document, but is described in the C and transplant them to the VC
- 2022-02-22 03:04:58下载
- 积分:1
-
看见有些拿螺旋数字矩阵做考题的,虽然本来也不难,可是你要一着急也许就想不出来了呢:)...
看见有些拿螺旋数字矩阵做考题的,虽然本来也不难,可是你要一着急也许就想不出来了呢:)-see some figures with spiral matrix so many questions, although otherwise it is not difficult, but you may be an anxious not want to come out? :)
- 2022-02-15 02:28:39下载
- 积分:1
-
Kruskal算法寻找最小生成树,C语言实现,有完整的注释!
Kruskal算法寻找最小生成树,C语言实现,有完整的注释!-Kruskal finding minimum spanning tree algorithm, C Language, a complete Notes!
- 2022-07-23 02:10:48下载
- 积分:1
-
数据结构学习点滴
数据结构学习点滴-bit data structure study
- 2022-09-16 02:45:03下载
- 积分:1
-
使用汇编写的二叉树遍历,我用的是按层存储算法,容易理解...
使用汇编写的二叉树遍历,我用的是按层存储算法,容易理解-was compiled using the binary tree traversal, I used is based on the storage layer algorithm, easy to understand
- 2022-04-29 02:03:41下载
- 积分:1