-
使应用程序带参数运行~~
首次运行该程序时改写注册表,使右键菜单里多了参数运行项,可以带参数执行程序...
使应用程序带参数运行~~
首次运行该程序时改写注册表,使右键菜单里多了参数运行项,可以带参数执行程序-To enable applications to run with the parameters ~ ~ The first time you run the program to rewrite the registry, so that right-menu item to run more parameters can be the implementation of procedures without parameters
- 2022-06-15 19:20:21下载
- 积分:1
-
在windows程序中读取bios内容
在windows程序中读取bios内容 -Procedures in the windows read bios content
- 2022-02-28 12:08:41下载
- 积分:1
-
《Windows核心编程》PASCAL版示例(由VC代码转换而来)
《Windows核心编程》PASCAL版示例(由VC代码转换而来)-pascal version example(converted from vc code)
- 2022-01-24 17:05:50下载
- 积分:1
-
CPU编程,比较低层的硬件编程的 chm 资料文件
CPU编程,比较低层的硬件编程的 chm 资料文件--
- 2022-07-23 00:49:00下载
- 积分:1
-
在pc上用喇叭来播放音乐的冬冬,比较简单的代码
在pc上用喇叭来播放音乐的冬冬,比较简单的代码-the pc used loudspeakers to broadcast music kick, relatively simple code
- 2022-08-02 16:49:04下载
- 积分: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
-
gclipboard是一个基于bonobo的剪切板服务器,它定义了新的剪切板标准(草案),比如品味(flavors),IDL接口,开发使用的API。...
gclipboard是一个基于bonobo的剪切板服务器,它定义了新的剪切板标准(草案),比如品味(flavors),IDL接口,开发使用的API。-gclipboard is cuts the board server based on bonobo, it defined
newly has cut the board standard (draft), for instance savored
(flavors), IDL connection, development use API.
- 2023-01-09 16:00:03下载
- 积分:1
-
一个讲windows中定时器使用的文章,很全,将所有可能的用法都讲到了。...
一个讲windows中定时器使用的文章,很全,将所有可能的用法都讲到了。-a timer used in the article, is full of all possible usage spoke of.
- 2023-03-07 09:45:03下载
- 积分:1
-
VC中如何捕获和释放鼠标
VC中如何捕获和释放鼠标-VC how to capture and release the mouse
- 2023-06-21 17:55:02下载
- 积分:1
-
一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用...
一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用-A demo program about MMF
- 2022-06-19 03:50:06下载
- 积分:1