-
收费站管理系统。采用VC++,MFC,C++技术开发
收费站管理系统。采用VC++,MFC,C++技术开发-toll station management system. Using VC, MFC, C technology development
- 2023-02-27 12:10:03下载
- 积分:1
-
C++完美演绎编程基础训练,上手简单明了,迅速提高动手能力。...
C++完美演绎编程基础训练,上手简单明了,迅速提高动手能力。-C++ Perfect interpretation of the basic training program, start simple, rapid ability to improve yourself.
- 2022-02-05 04:34:37下载
- 积分:1
-
Record the mouse events and replay it.
Record the mouse events and replay it.
- 2022-07-04 08:17:14下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。...
用代码模拟鼠标点击事件,在程序中模拟鼠标点击了某个位置或者按钮。包括单击和双击。同样的可以推广到键盘模拟。-Code simulation of mouse click events, in the proceedings of a simulated mouse clicks or button position. Including click and double-click. The same can be extended to simulate the keyboard.
- 2022-08-17 08:50:26下载
- 积分:1
-
Windows未公开API说明和源码例子
Windows未公开API说明和源码例子
- 2022-02-10 17:13:03下载
- 积分:1
-
信号量的类封装,适合C++开发,通过此类,能够直接对信号量进行创建、关闭等操作开发。...
信号量的类封装,适合C++开发,通过此类,能够直接对信号量进行创建、关闭等操作开发。-Semaphore class package for C++ development, through such, can be carried out directly on the semaphore creation, closure, and so operate the development.
- 2022-01-21 06:21:38下载
- 积分:1
-
Windows API 大揭密
Windows API 大æå¯†-Windows API TERRY
- 2022-08-22 16:54:45下载
- 积分:1
-
消除图片移动的效果,非常不错的原代码,适合对图像处理的参考代码....
消除图片移动的效果,非常不错的原代码,适合对图像处理的参考代码.-To eliminate the effect of moving picture, very good original code, suitable for image processing reference code.
- 2022-03-16 03:03:01下载
- 积分:1
-
北京市公交车车站查询及车次查询,简单的程序让初学VC的人快速入门...
北京市公交车车站查询及车次查询,简单的程序让初学VC的人快速入门-Beijing Bus stations inquiries and trips inquiries, simple procedures to enable quick start beginner who VC
- 2023-06-11 18:20:03下载
- 积分:1