-
数据结构实习 迷宫求解
数据结构实习 迷宫求解-data structure internship Maze Solving
- 2022-12-13 03:15:03下载
- 积分:1
-
链表,实现两个链表的相加。用于求多现实!
链表,实现两个链表的相加。用于求多现实!-List, list the sum of the achievement of the two. Used for more than reality!
- 2023-01-30 08:25:03下载
- 积分:1
-
经过改进的C语言位操作功能
经过改进的C语言位操作功能-improved C-language feature
- 2022-04-11 23:25:38下载
- 积分:1
-
C#学籍信息管理系统
本系统是基于C# Winform应用程序进行开发的。系统实现了用户登录、修改密码、成绩录入和查询,学生学籍信息查询、班级添加和查询、专业信息添加、修改和查询等等基本功能,链接SqlServer数据库,是初学者不可不参考的教程
- 2022-01-28 06:58:38下载
- 积分:1
-
SQL 语句帮助文件
SQL 语句帮助文件-SQL sentence help document
- 2022-04-01 20:18:42下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
Video streaming
在线视频流,并将其转换为mp3格式的音频文件。这个项目是在PHP框架下开发的。
- 2022-06-02 09:04:19下载
- 积分:1
-
yinhangmoni
这是一个简单的银行模拟系统
1、 客户的到达时间随机
2、 客户需要处理的业务随机(不同业务处理的平均长度不同,例如:取款时间较短,开户和销户时间较长)
3、 处理客户业务所需时间随机(在一定范围内)
4、 使用文本文件记录每个客户到达时间、业务处理时间、业务结束时间
5、 动态显示(刷新时间可调)目前每个窗口累计处理客户数量、等待人数,每个窗口的平均业务处理时间,不同业务类型业务的累计办理量。
(This is a simple bank simulation system
1 customer arrival time random
2, customers need to deal with the business of random (the average length of the different business processes, such as: the withdrawal shorter, longer to open an account and cancel the account)
3, the time required to deal with customer service random (within certain limits)
4, using a text file to record each customer arrival time, business processing time, the business end of time
5 dynamically display (refresh time is adjustable) each window is accumulated to handle the number of customers waiting for the number the average business processing time of each window, different type of business operations total for the amount.)
- 2012-11-22 00:08:18下载
- 积分:1
-
各种排序法
数据结构各种经典排序法集锦,包含了几种最常用的排序法(various data structure classic sort magazines, including several ranking of the most commonly used method)
- 2005-06-06 13:46:40下载
- 积分:1
-
一个基于VC+ACCESS的通讯录系统设计,简单方便
一个基于VC+ACCESS的通讯录系统设计,简单方便-a VC-based directories ACCESS system design is simple and convenient
- 2022-06-17 08:17:54下载
- 积分:1