-
在应用层查看WINDOWS系统对象,实现类似于WINOBJ的功能
在应用层查看WINDOWS系统对象,实现类似于WINOBJ的功能-At the application layer view the WINDOWS system objects to achieve similar functionality WINOBJ
- 2023-02-16 09:55:03下载
- 积分:1
-
一个实现了NT服务的小程序。
能够让服务安装,卸载,启动,停止。...
一个实现了NT服务的小程序。
能够让服务安装,卸载,启动,停止。-A realization of the NT services applet. That allows services to install, uninstall, start, stop.
- 2022-07-14 02:49:00下载
- 积分:1
-
java中的文件处理方法.有输入输出流,和文件读取流的用法
java中的文件处理方法.有输入输出流,和文件读取流的用法-of document processing methods. With input and output streams, and the flow of documents to read Usage
- 2023-02-10 20:30:03下载
- 积分:1
-
I open a pop
我的一个打开和弹出光驱的小程序 放在 桌面上 以方便 开、关 光驱托盘!-I open a pop-up drive and the small program on the table to facilitate the opening and closing drive tray!
- 2022-07-25 12:29:31下载
- 积分: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
-
该程序用于设置程序的自动启动和运行,多用于程序的演示操作...
该程序用于设置程序的自动启动和运行,多用于程序的演示操作-The program for the automatic setup program up and running, multi-operation for the demonstration program
- 2022-02-13 19:10:22下载
- 积分:1
-
本程序将完成修改因某些病状造成的主页无法修改..以及注册表学习使用
本程序将完成修改因某些病状造成的主页无法修改..以及注册表学习使用-This procedure will be modified for some symptoms caused by the home page can not be modified .. as well as learning to use the registry
- 2023-06-22 08:45:04下载
- 积分:1
-
Q to feed pets a software, very easy to use and portable, can provide the best s...
一个养活Q宠物的软件,很方便使用和携带,能提供目前最好的服务-Q to feed pets a software, very easy to use and portable, can provide the best service
- 2022-03-03 10:34:44下载
- 积分:1
-
应用程序与USB接口通信的代码,可以编译执行
应用程序与USB接口通信的代码,可以编译执行-Applications and USB communications interface code, the compiler implementation
- 2022-01-25 22:45:07下载
- 积分:1
-
View system service names and types, running absolute originality
查看系统服务名称和类型,还有运行状态 绝对原创-View system service names and types, running absolute originality
- 2022-01-22 13:19:07下载
- 积分:1