-
in Windows, do not have to restart your computer can automatically modify its IP...
在WINDOWS下,不用重新启动计算机就可以自动修改其IP地址。-in Windows, do not have to restart your computer can automatically modify its IP address.
- 2023-05-31 05:55:02下载
- 积分:1
-
FontList程序用两种方式使用EnumFontFamilies函数来枚举系统里所有字体
FontList程序用两种方式使用EnumFontFamilies函数来枚举系统里所有字体-FontList procedures used in two ways EnumFontFamilies system function to enumerate all the fonts
- 2022-05-25 11:11:53下载
- 积分:1
-
众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows...
众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows.h这个头文件。 里面主要介绍的是几个常用的api函数,通过它我们可以获取用户磁盘的相关信息。-known in the Microsoft operating system, to prepare applications, or through the main windows api provided by the various functions to achieve the operation of these functions can usually be directly used, as long as it contains the header files windows.h. They introduced are several common api function, through which we can access disk users to the relevant information.
- 2022-11-23 10:55:03下载
- 积分:1
-
Windows98下直接访问物理内存(带部分源代码)
Windows98下直接访问物理内存(带部分源代码)-Windows98 direct access to physical memory (with source code)
- 2022-11-21 04:55:03下载
- 积分:1
-
ibm硬盘保护单元外部调用方法
可以操作ibm笔记本系统的陀螺仪...
ibm硬盘保护单元外部调用方法
可以操作ibm笔记本系统的陀螺仪-ibm external hard drive protection unit can call the method of operation ibm notebook system gyroscope
- 2022-02-12 21:45:17下载
- 积分:1
-
获取windows版本号和运行模式!vc写的
获取windows版本号和运行模式!vc写的-access windows version and the operation mode! Vc write
- 2022-01-31 11:57:21下载
- 积分:1
-
be completed decimal to binary and decimal to binary conversion between the
可以完成十进制到二进制和二进制到十进制之间的转换-be completed decimal to binary and decimal to binary conversion between the
- 2022-02-27 01:46:23下载
- 积分: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
-
自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)...
自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)-himself in a system can shield key procedures, shielding WIN button, of course, you can modify other shielding keys! (Barry wrong by preventing the withdrawal was made with one of his aids)
- 2022-01-24 18:09:26下载
- 积分:1
-
IDE devices directly reader ASM (written in assembly language), the DOS can be u...
IDE设备直接读取程序 ASM(汇编语言编写),在DOS下可直接使用。-IDE devices directly reader ASM (written in assembly language), the DOS can be used directly.
- 2023-08-07 13:40:03下载
- 积分:1