-
friends do a software tool, in order to download a useful source, he had sold. W...
一个朋友做的工具软件,为了下载一个有用的源码,不得不把他出卖了。 有WinXP风格的菜单,VC托盘等功能。-friends do a software tool, in order to download a useful source, he had sold. With WinXP style menu, VC tray functions.
- 2023-05-31 17:30:03下载
- 积分:1
-
不需打开网站就可以自动登录网站,解决日常工作中有时嫌每次输入用户名和密码麻烦的问题。...
不需打开网站就可以自动登录网站,解决日常工作中有时嫌每次输入用户名和密码麻烦的问题。-Do not open the website can automatically log in on the website to address the day-to-day work, sometimes too-per-enter your username and password problem trouble.
- 2022-10-22 13:40:08下载
- 积分:1
-
MYOS
MYOS - C写的简单的OS// 英文
对写程序会很有帮助。-MYOS-C to write a simple OS// English to write procedures would be helpful.
- 2022-06-01 13:33:59下载
- 积分: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
-
BiosId 主板序列号获取动态链接库
BiosId 主板序列号获取动态链接库-BiosId motherboard serial access dynamic link library
- 2023-06-21 09:35:04下载
- 积分:1
-
可视化仿真过程管理,可以创建、调度、阻塞、唤醒
可视化模拟进程管理,可以建立,调度,阻塞,唤醒进程◎-Visual Simulation of process management, can create, scheduling, blocking, wake-up process ◎! ! !
- 2022-04-11 20:53:08下载
- 积分:1
-
This is an extract registry procedures, it can tell you how to put the registry...
这是一个提取注册表的程序,它可以告诉你如何的把注册表的信息提取出来-This is an extract registry procedures, it can tell you how to put the registry information extracted
- 2022-06-11 20:19:43下载
- 积分:1
-
快速访问CPU序列号可以用来做硬件的外滩…
快速取得CPU序列号,可以用于做一些硬件捆绑之类的软件-Quick access to CPU serial number can be used to do something like hardware bundled software
- 2022-01-26 00:41:46下载
- 积分:1
-
访问使用的是,使网上购物系统,包括常见的前面…
用ASP和ACCESS做的网上购物系统,包括常见的前台购物系统及后台购物系统模块.适用毕业设计参考及学习.-ACCESS using ASP and make the online shopping system, including common front to the background systems and modules to the system. Applicable to graduation design reference and learning.
- 2022-05-28 01:33:34下载
- 积分:1
-
本程序将完成对CPU性能的检测,主要练习使用性能计数器,及系统控件
本程序将完成对CPU性能的检测,主要练习使用性能计数器,及系统控件-This procedure will be completed on the CPU performance test, mainly to practice the use of performance counters, and system control
- 2022-08-19 02:50:50下载
- 积分:1