-
一个会议签到系统
一个会议签到系统-a meeting attendance system
- 2023-04-11 08:50:04下载
- 积分:1
-
方括号做的程序,用户可以输入括号,以及是否可以使用。
用C做的括号匹配程序,可以检测用户输入的括号是否匹配并给出提示-C matching brackets do procedures, the user can input the brackets and whether the match is suggested
- 2023-01-21 12:30:03下载
- 积分:1
-
workbooks that you s
作业练习题 你们-workbooks that you s
- 2022-05-28 14:29:42下载
- 积分:1
-
计算机销售系统 一个不错的程序
计算机销售系统 一个不错的程序-computer sales system a good procedure
- 2023-01-31 00:40:04下载
- 积分:1
-
数据结构中有关单链表操作的源码
数据结构中有关单链表操作的源码-data structure of the single-source operating Chain
- 2022-07-22 09:35:48下载
- 积分:1
-
c++链式队列的实现
c++链式队列的实现头文件如下:
typedef int Item;
typedef struct node * PNode;
typedef struct node
{
Item data;
PNode next;
}Node;
typedef struct
{
PNode front;
PNode rear;
int size;
}Queue;
/*构造一个空队列*/
Queue *InitQueue();
/*销毁一个队列*/
void DestroyQueue(Queue *pqueue);
/*清空一个队列*/
void ClearQueue(Queue *pqueue);
/*判断队列是否为空*/
int IsEmpty(Queue *pqueue);
/*返回队列大小*/
int GetSize(Queue *pqueue);
/*返回队头元素*/
PNode GetFront(Queue *pqueue,Item *pitem);
/*返回队尾元素*/
PNode GetRear(Queue *pqueue,Item *pitem);
/*将新元素入队*/
PNode EnQueue(Queue *pqueue,Item item);
/*队头元素出队*/
PNode DeQueue(Queue *pqueue,Item *pitem);
/*遍历队列并对各数据项调用visit函数*/
void QueueTraverse(Queue *pqueue,void (*visit)());
- 2023-09-04 20:50:03下载
- 积分:1
-
先进的高校管理系统
它是用户的先进的大学作为背 end.5 不同类型编写 C#.Net 4.5 作为前端和 SQL Server 2012 中的管理系统项目1.管理-一切2.讲师 (考勤及内部标记的条目只)3.账目专员 (仅限交易记录)4.招生主任 (学生注册,配置文件条目只)5.学生 (查看出勤、 内部标记、 费用详细信息、 事件和主体信息)6.数据库备份和还原的选项主要特点是: slipStudent StudentsProfile EntryHostelers EntryRegistration/AdmissionAttendanceInternal 标记 EntryEmployee 配置文件 EntryTransactionSalary PaymentCourse 费 PaymentBus 费 PaymentScholarship PaymentHostel 费 PaymentOthers TransactionTransportation ManagementEvents ManagementCourse 费付款 ReceiptScholarship 付款 ReceiptHostel 费付款 ReceiptBus 费付款 ReceiptSalary 报告 CardUsersRegistrationChange PasswordPassword RecoveryAdvance 记录 SearchingAdvance ReportsLogin 信息: 用户类型-访问权限名称-adminPassword-12345
- 2022-05-13 13:22:51下载
- 积分:1
-
完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结...
完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结-completion of the pilot all the functional requirements and run through the algorithm of a certain novelty, with code written norms, experimental report describes a distinct and comprehensive, detailed analysis and summary
- 2023-08-26 03:15:03下载
- 积分:1
-
关于哈夫曼编码的C程序 自动统计并编码,同时实现了文件的读取,和良好的C环境下输入输出健壮性...
关于哈夫曼编码的C程序 自动统计并编码,同时实现了文件的读取,和良好的C环境下输入输出健壮性-Huffman coding on the C statistics and automatically encoding, while achieving the document read, and good input and output C environment robustness
- 2022-01-22 01:23:47下载
- 积分:1
-
C#代码创建Access MDB数据库,无需Access环境.
C#代码创建Access MDB数据库,无需Access环境.-C# Code to create Access MDB database without Access environment.
- 2022-03-26 19:15:15下载
- 积分:1