-
利用WINDOWS API写的VB下的注册表操作,使用方便简单,带示例程序....
利用WINDOWS API写的VB下的注册表操作,使用方便简单,带示例程序.-WINDOWS API written in VB using the registry under the operation, easy to use simple, with a sample program.
- 2022-11-10 19:45:03下载
- 积分:1
-
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写...
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
- 2022-02-03 15:12:43下载
- 积分:1
-
Simple Notepad....................
简易记事本-Simple Notepad....................
- 2022-12-31 07:05:11下载
- 积分:1
-
本源代码是针对存储管理的设计,可直接用TC打开使用,有问题请与本人联系,共同探讨!...
本源代码是针对存储管理的设计,可直接用TC打开使用,有问题请与本人联系,共同探讨!-storage management design can be directly used with TC open, and I question, please contact, and explore together!
- 2022-02-06 23:43:16下载
- 积分:1
-
实现cpu调度问题.值得参考学习.可以改进使用.
实现cpu调度问题.值得参考学习.可以改进使用.-The realization of cpu scheduling problem. It is also useful to learn. Can improve the use of.
- 2023-07-18 19:25:03下载
- 积分:1
-
Downloaded from the Internet most of usb
从网上下载usb相关的程序大多没带这些文件,编译不成功,去下载ddk也很麻烦,为了方便大家,我从xp ddk 2600版中提出来的,与usb相关的头文件和库,添加进工程中就可以编译。(很全,满足usb设备相关的程序)-Downloaded from the Internet most of usb-related procedures did not have these documents, the compiler is not successful, go download the DDK is also very troublesome, in order to facilitate everyone, I went from xp ddk 2600 version put forward, with the usb-related header files and libraries, add project can be compiled. (Very wide, to meet the usb device-related procedures)
- 2022-02-20 20:24:46下载
- 积分:1
-
8皇后问题,N皇后问题,随机算法,提高速度
8皇后问题,N皇后问题,随机算法,提高速度-this is a randomized solution of N Queens. with random algrithism, we can improve the speed of finding solution
- 2022-07-18 12:37:32下载
- 积分: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
-
通过读注册表得到本地或远程计算机上安装的应用程序列表.zip
通过读注册表得到本地或远程计算机上安装的应用程序列表.zip- Through reads the registration table to obtain the application
procedure which on this locality or the long-distance computer
installs to tabulate zip
- 2022-03-13 19:52:45下载
- 积分:1
-
运行EXE程序,选择路径直接可以运行,原理是调用WinExec函数,可以扩展加热键。...
运行EXE程序,选择路径直接可以运行,原理是调用WinExec函数,可以扩展加热键。-EXE program running, select the path can be run directly, the principle is called WinExec function, can be extended plus hotkey.
- 2022-01-20 22:50:26下载
- 积分:1