-
MAPX开发基础程序,实现简单的地图控制操作
MAPX开发基础程序,实现简单的地图控制操作-MAPX the basis of procedures developed to achieve a simple map control operations
- 2022-05-18 18:19:01下载
- 积分:1
-
A good package priority queue, using C++ Realize, and have been debugging direct...
一个封装好的优先队列,用C++实现的,已经经过调试,直接用就行-A good package priority queue, using C++ Realize, and have been debugging directly on the line
- 2022-06-16 19:19:10下载
- 积分:1
-
数据结构与算法
数据结构与算法-程序、素材---使用矩阵类-Data Structures and Algorithms- procedures, materials--- the use of matrices
- 2022-05-24 05:17:33下载
- 积分: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
-
DD牛USACO的源代码!学习算法的人很有帮助
dd牛的usaco源代码!对学习算法,oi的人很有帮助-dd cattle usaco source code! Of learning algorithm, oi the people very helpful
- 2022-11-13 15:45:03下载
- 积分:1
-
Classical data structure:
数据结构经典:《数据结构基础》 "Fundamentals of Data Structures" 作者:Horowitz 1983年第一版-Classical data structure:
- 2023-03-09 21:45:06下载
- 积分:1
-
所有的数据管理都在类模块中进行,在窗体中不直接对结果集和字段操作 , 操作对象是类
属性和类方法.真正实现了数据管理逻辑和用户接口逻辑的分离...
所有的数据管理都在类模块中进行,在窗体中不直接对结果集和字段操作 , 操作对象是类
属性和类方法.真正实现了数据管理逻辑和用户接口逻辑的分离-all the data management in the category module, the window of which do not directly result sets and field operations, Operation Object class attribute is referring. truly realize the data management logic and the user interface logic of separation
- 2022-03-25 11:10:57下载
- 积分:1
-
图书管理程序,使用MFC将图书管理自动保存到数据库中,方便,代码简便。...
图书管理程序,使用MFC将图书管理自动保存到数据库中,方便,代码简便。-Library management procedures, the use of MFC library management will be automatically saved to the database, convenient and simple code.
- 2022-07-17 15:32:04下载
- 积分:1
-
为了方便大家学习数据结构,上传了一本数据结构的电子书供大家参考...
为了方便大家学习数据结构,上传了一本数据结构的电子书供大家参考-In order to facilitate them to learn from the data structure, the upload of a data structure of the e-books for your reference
- 2023-04-17 02:15:05下载
- 积分:1
-
三
三级网络技术上机题答案-three-network technology that answers
- 2022-10-26 01:00:04下载
- 积分:1