-
有关新型标的创见,插入,删除等操作.使用C语言编写的,自我感觉还不错...
有关新型标的创见,插入,删除等操作.使用C语言编写的,自我感觉还不错-the subject of a new innovative, insert, delete operation. The use of the C language, and feel quite well
- 2022-01-22 12:30:35下载
- 积分:1
-
p2pdbanywhere 可以通过之udp方式远程连接数据库的组件,这个组件非常好,是Delphi7,9,2006能够使用,包含源码....
p2pdbanywhere 可以通过之udp方式远程连接数据库的组件,这个组件非常好,是Delphi7,9,2006能够使用,包含源码.-p2pdbanywhere adoption udp can approach the remote database connectivity components, this component was very good Delphi7, 9,2006 to use, contains source.
- 2022-02-13 03:40:50下载
- 积分:1
-
Combine two polynomials using linked list, then format printing
利用链表解决合并两个多项式的问题,最后按格式输出多项式-Combine two polynomials using linked list, then format printing
- 2022-02-06 04:34:01下载
- 积分: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
-
文件包含的内容: 常见的algorithm,使用vc6开发的 包括排序算法...
文件包含的内容: 常见的algorithm,使用vc6开发的 包括排序算法-document contains elements : common algorithm used in the development vc6 Sorting Algorithm
- 2022-11-06 22:20:03下载
- 积分:1
-
数据结构课程设计,文具店管理系统,自己写的程序,方便大家使用。...
数据结构课程设计,文具店管理系统,自己写的程序,方便大家使用。-Data structure the curriculum design, stationery shop management system, its own written procedures to facilitate people to use.
- 2022-07-04 14:21:31下载
- 积分:1
-
一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。...
一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。-a small and PARADOX DB data file repair tool to repair damage to the majority of DB documents.
- 2022-07-02 03:00:37下载
- 积分:1
-
数据结构
数据结构
数据结构
数据结构
数据结构
数据结构
数据结构
数据结构
-data structure data structure data structure data structure data structure data structure data structure data structure data structure
- 2023-02-03 21:55:03下载
- 积分:1
-
vc下的ADO数据库编程
vc下的ADO数据库编程-vc the ADO database programming
- 2023-04-30 20:00:03下载
- 积分:1
-
同样具 体引退台与与与土他 与体引退台与与与同同样具体引退台与与与土他与土他与 土他与...
同样具 体引退台与与与土他 与体引退台与与与同同样具体引退台与与与土他与土他与 土他与 -same with the same specific retire with Taiwan and with the soil and soil his body and he retire with Taiwan and the same with concrete and retire with Taiwan and with the soil and soil samples with specific units and retire with his Turkish soil with soil with soil and he
- 2022-05-06 10:04:01下载
- 积分:1