-
本程序的一个托盘,详细说明了如何使用该编写的…
本程序详细描述了如何使用VC编写的出现在Windows托盘中的顺序本程序说明了如何用VC来编写在目前的Windows托盘中的程序,用Visual C编程界面/GUI开发
- 2022-07-06 20:05:55下载
- 积分:1
-
串口的读功能 串口的读功能
串口的读功能 串口的读功能 -Read serial serial serial read read read serial
- 2022-05-22 17:27:58下载
- 积分: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
-
A series of Microsoft programmers to allow system and network server time synchr...
一个微软程序员编的让系统与网络服务器时间同步的程序源码-A series of Microsoft programmers to allow system and network server time synchronization procedure source
- 2022-01-25 17:19:47下载
- 积分:1
-
vxd的入门范例。.内附测试程序。
vxd的入门范例。.内附测试程序。-vxd entry model. . Enclosing the test.
- 2022-02-13 20:52:27下载
- 积分:1
-
This is a convenient volume control procedures, vc programming enthusiasts is a...
这是一个可以方便控制音量的程序,对于vc编程爱好者来说是个不错的示例-This is a convenient volume control procedures, vc programming enthusiasts is a good example
- 2022-03-18 01:55:09下载
- 积分:1
-
窗口吉娜源代码
windows的gina源码-windows gina source code
- 2023-07-25 00:50:03下载
- 积分:1
-
#如果定义(__msdos__)&!定义(msdos)
#if defined(__MSDOS__) && !defined(MSDOS)
# define MSDOS
#endif
#if defined(__OS2__) && !defined(OS2)
# define OS2
#endif
- 2022-04-09 22:32:48下载
- 积分:1
-
一个封装的系统调用的API库,配合w2k_spy的驱动可以对系统的设备进行访问!...
一个封装的系统调用的API库,配合w2k_spy的驱动可以对系统的设备进行访问!-A package system calls the API library, with w2k_spy driver on the system equipment can visit!
- 2022-02-25 01:47:44下载
- 积分:1
-
判断程序是文本界面/console程序还是图形界面/GUI程序
判断程序是文本界面/console程序还是图形界面/GUI程序 -Judging the app is whether a console app or a GUI a
- 2023-08-05 01:50:02下载
- 积分:1