-
我自己写的AOE网络算法
我自己写的AOE网络算法-I wrote it myself AOE Network Algorithm
- 2022-01-31 15:40:44下载
- 积分: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
-
这是一个表示数据结构tree的c++模板对象,封装的非常好.tree
这是一个表示数据结构tree的c++模板对象,封装的非常好.tree-msvc.hh能在 visual c++下使用,如同使用stl标准模板类库一样-This is a tree data structure that the c++ template object, the package is very good. Tree-msvc.hh be able to use visual c++, as the use of standard template library stl the same as
- 2023-02-18 15:55:03下载
- 积分:1
-
数据结构课程设计,表达式,用C语言实现,难度系数较高
数据结构课程设计,表达式,用C语言实现,难度系数较高-data structure curriculum design, expression, using C language, the higher the coefficient of difficulty
- 2022-08-06 03:22:22下载
- 积分:1
-
清华大学版数据结构的一下试题资料,望对大家有帮助
清华大学版数据结构的一下试题资料,望对大家有帮助-Tsinghua University, version data structure questions about the information, hope for all of us help
- 2022-02-10 16:06:41下载
- 积分:1
-
《数据结构与算法分析+C 2B 2B+描述+第三版》答案
《数据结构与算法分析+C 2B 2B+描述+第三版》答案-answer
- 2022-03-11 09:49:42下载
- 积分:1
-
将mysql数据库生成数据字典
使用VBA可以将SQLServer数据库生成数据库,用word宏实现的数据字典生成器。
打开word文档后,按alt+f11即可看到源码。
需要修改其中的数据库连接串,否则无法连接数据库成功,也无法生成数据字典。
按F5即可运行查看生成的数据字典。
目前只支持SQL Server,不支持其他数据库
- 2022-11-29 04:50:03下载
- 积分:1
-
这几个是本人整理的.cpp程序,您可以借鉴参考
这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference--- gt; Gt; Dos prospects for the background color set. Cpp two. 8. 10. Hexadecimal conversion function. Cpp binary tree traversal. Cpp graphics priority to search for the breadth of France. Cpp graphics depth-first search of the law. Cpp C language compile a calendar. C
- 2022-02-11 17:38:43下载
- 积分:1
-
用O(nlogn)的算法对Cograph进行识别
用O(nlogn)的算法对Cograph进行识别-O (nlogn) algorithm for the identification of Cograph
- 2022-07-21 17:12:57下载
- 积分:1
-
希望对大家的学习能有所帮助
希望对大家的学习能有所帮助-member of the study can be helpful
- 2022-02-06 14:22:17下载
- 积分:1