-
语料 chiffres en 纯文学
ch_lettres est une 统一德尔福倒拉转换
des chiffres en 纯文学法文
- 2022-01-26 00:11:16下载
- 积分:1
-
binary search algorithm, to achieve a set of data for the search operation, the...
折半查找算法,实现对于一组数据的查找操作,利用折半查找法进行查找-binary search algorithm, to achieve a set of data for the search operation, the use of binary search method you
- 2023-02-02 17:15:04下载
- 积分:1
-
] [String with a variety of ways to have the whole string arrangement with, (non
][String]有多种方法可以使整个字符串排列,(不重复)整个数组,还有字典方法
- 2022-02-28 13:53:20下载
- 积分:1
-
decimal number and the number of binary interchangeable programming exercises
十进制数与二进制数的互相转换 编程练习-decimal number and the number of binary interchangeable programming exercises
- 2023-07-10 15:35:02下载
- 积分:1
-
Backup restore firebird or interbase
备份还原firebird或interbase
- 2022-06-19 13:58:27下载
- 积分:1
-
sqlitebrowser
SQLite浏览器-1.3-src.tar.gz文件伟大的
- 2022-03-23 10:41:55下载
- 积分: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
-
school materials management system
教材管理系统
- 2022-03-10 11:21:33下载
- 积分:1
-
用VC加ADO操作ACCESS数据库,很好的例子!采用文档视图界面,其中CListcTrl控件应用于数据的显示上,方法灵活恰当,很值得一看。...
用VC加ADO操作ACCESS数据库,很好的例子!采用文档视图界面,其中CListcTrl控件应用于数据的显示上,方法灵活恰当,很值得一看。-increase ADO VC operation ACCESS database, a good example! Using documents View interface, which controls applied CListcTrl data showed that the methods appropriate, it is worth looking at.
- 2023-03-12 13:15:03下载
- 积分:1
-
数据备份与恢复源码,给需要的一个参考,可以直接运行
数据备份与恢复源码,给需要的一个参考,可以直接运行-Data backup and recovery source, a reference to the need, you can directly run
- 2022-08-14 20:53:26下载
- 积分:1