-
VC写的获得GetIpNetTable
VC写的获得GetIpNetTable-VC write access GetIpNetTable
- 2022-03-22 02:01:14下载
- 积分:1
-
vbapi function description. Vb which contains all the instructions for use of th...
vbapi函数的说明。包含了所有的vb当中的api函数的使用说明-vbapi function description. Vb which contains all the instructions for use of the api functions
- 2022-03-15 09:26:19下载
- 积分: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
-
sharememery s server
sharememery s server
- 2023-05-06 15:40:02下载
- 积分:1
-
一个对程序实施保护的代码,非常适合于想加密自己的程序的朋友...
一个对程序实施保护的代码,非常适合于想加密自己的程序的朋友-one pair of procedures to protect the code, is ideally suited to its own encryption procedures friends
- 2022-02-10 15:53:27下载
- 积分:1
-
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
- 2023-01-05 08:05:04下载
- 积分:1
-
禁止程序在开始运行时新建一个文挡
禁止程序在开始运行时新建一个文挡-prohibited procedures at the beginning of a new run-block
- 2022-08-13 21:13:41下载
- 积分:1
-
统计键盘点击和鼠标移动的程序
src目录下的Old_Version目录是老版本的程序,里面的功能不如New_Version丰富
程序功能:...
统计键盘点击和鼠标移动的程序
src目录下的Old_Version目录是老版本的程序,里面的功能不如New_Version丰富
程序功能:
1. 统计鼠标移动距离和键盘点击次数;
2. 按下键盘时,发出声音
程序工作原理:
1. 用系统钩子来拦截键盘消息
-Statistics mouse clicks and keyboard procedures src directory under the directory Old_Version is an old version of the program, which function as New_Version rich program features: 1. Statistics from the mouse and keyboard clicks 2. Press the keyboard, the sound procedures working principle: 1. to use the system keyboard hook to intercept the news
- 2022-02-25 03:32:43下载
- 积分:1
-
本程序利用iphlpapi可以实现检索出主机的所有网卡,并且可以得到每块网卡的mac地址,ip地址,子网掩码,网关等,以及在其上运行的服务...
本程序利用iphlpapi可以实现检索出主机的所有网卡,并且可以得到每块网卡的mac地址,ip地址,子网掩码,网关等,以及在其上运行的服务-iphlpapi use of this procedure can be retrieved from the mainframe to achieve all the LAN, and can be every piece of the card mac address, ip address, subnet mask, gateway, as well as in its running of services
- 2023-02-01 14:15:03下载
- 积分:1
-
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较...
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较。
(1) 最佳适应(Optimal)页面置换算法;
(2) 先进先出(FIFO)页面置换算法;
(3) 最近最久未使用(LRU)页面置换算法;
(4) 最少使用(LFU)页面置换算法。
要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page replacement algorithm in the performance testing requirements: system for the distribution of partial replacement of fixed storage allocation strategy, the preparation of simulation program on the following page replacement algorithm performance testing, and the results were analyzed and compared. (1) the best adaptation (Optimal) page replacement algorithm (2) First In First Out (FIFO) page replacement algorithm (3) the most recent use of long (LRU) page replacement algorithm (4) use at least (LFU) page replacement algorithm. Requirements applicable to the keyboard input and automatically generated pages to a random sequence of two data entry methods.
- 2022-03-10 14:23:25下载
- 积分:1