-
使系统托盘是不可见的。..(我不知道怎么形容)
取得系统托盘中不可见的。。。(不知道怎么形容了)-made the system tray is not visible. . . (I do not know how to describe.)
- 2022-03-09 11:30:32下载
- 积分:1
-
好的系统托托盘显示类
好的系统托托盘显示类-good system Toto-type show
- 2022-06-11 12:55:53下载
- 积分:1
-
SysTray.rar 系统托盘实例,非常详细。
SysTray.rar 系统托盘实例,非常详细。-System tray SysTray.rar example, very detailed.
- 2022-05-19 06:50:26下载
- 积分:1
-
使用VC访问串口,指定串口波特率,起始位和终止位,连续读取,十六进制数据显示...
使用VC访问串口,指定串口波特率,起始位和终止位,连续读取,十六进制数据显示-VC visit to serial use, specify the serial baud rate, initiation and termination spaces, continuous read, hexadecimal data show
- 2022-04-29 17:45:09下载
- 积分:1
-
本源代码应用vc中的mfc编写出系统屏幕保护程序
本源代码应用vc中的mfc编写出系统屏幕保护程序
- 2022-03-03 09:35:49下载
- 积分:1
-
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被...
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被自动加电。-NVRAM WakeUp BIOS can read and write the WakeUp time (through the recent 2.4.x kernel/dev/nvram). In this WakeUp time, the computer will stop the soft state automatically increases power.
- 2023-08-21 21:30:03下载
- 积分:1
-
use standard api realization windows Password
使用标准api实现得到windows密码-use standard api realization windows Password
- 2022-05-22 21:56:44下载
- 积分:1
-
windows undocNT source with the Chinese version
windows undocNT 中文版与源码-windows undocNT source with the Chinese version
- 2022-10-23 07:30:04下载
- 积分:1
-
modebus simulator.open source.
modebus simulator.open source.
- 2022-04-16 03:18:57下载
- 积分: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