-
自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我...
自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我-b own development code tree, after I test, it already passed, please contact the problems I
- 2022-07-27 15:30:06下载
- 积分:1
-
考勤系统
系统功能简介
针对原考勤系统存在的缺点,新系统开发具有如下功能:
1. 支持CTR-2000II 和 ID-AS2000两种电脑考勤仪,且卡号为5位;
2. 工号最在长度为10位,实际使用长度可由用户自已决定;
3. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 08:36:15下载
- 积分:1
-
该程序提供对需要进行遍历的树的自定义输入,并可以在对树进行先序线索化之后遍历该树。...
该程序提供对需要进行遍历的树的自定义输入,并可以在对树进行先序线索化之后遍历该树。-the procedures needed to traverse the tree from the definition of import, and to be right tree for first sequence of clues after traversal of the tree.
- 2022-06-17 13:06:07下载
- 积分:1
-
data structure
数据结构――动态规划算法-data structure-- Dynamic Programming
- 2023-08-05 10:50:03下载
- 积分:1
-
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对...
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用.
算法平均时间复杂度: O(nlogn)
-Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the array to be divided, the first part is less than P, the latter part of the final division is greater than p. Department store p , and then were divided into the first part and the latter part of recursive calls. algorithm the average time complexity: O (nlogn)
- 2022-03-12 12:50:19下载
- 积分: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
-
Algorithm
算法类,二进制加法的源代码,算法导论上的-Algorithm-type, binary adder
- 2022-03-25 22:19:43下载
- 积分:1
-
ADO use and Packaging example, a very practical
ADO使用和封装的例子,很实用-ADO use and Packaging example, a very practical
- 2022-04-21 04:01:12下载
- 积分:1
-
分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的
分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
- 2023-05-30 03:30:03下载
- 积分:1
-
比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载...
比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载
- 2022-07-06 23:58:58下载
- 积分:1