-
这个程序跟其它的关机程序不同,它是用于调出windows本身的关机对话框
这个程序跟其它的关机程序不同,它是用于调出windows本身的关机对话框- This procedure is different with other pass machine procedures,
it is uses in to assign out the windows itself pass machine dialog box
- 2023-04-27 11:10:02下载
- 积分: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
-
通过本程序可以轻松注册系统热键,使您在具体操作工程中更加得心应手!...
通过本程序可以轻松注册系统热键,使您在具体操作工程中更加得心应手!-through this procedure can easily registration system hotkey, allowing you to concrete projects in more handy!
- 2022-02-24 11:13:36下载
- 积分:1
-
在delphi中实现让ring3的程序运行在ring0
在delphi中实现让ring3的程序运行在ring0-In delphi to achieve so that the program runs ring3 in ring0
- 2022-06-17 17:09:05下载
- 积分:1
-
文件查询系统,功能比较强大,面向对象的思想设计
文件查询系统,功能比较强大,面向对象的思想设计
- 2022-02-02 01:18:52下载
- 积分:1
-
获取DELL,光宝,SD CARD机器码的类
获取DELL,光宝,SD CARD机器码的类-access DELL, Guangbao, SD CARD native Class
- 2022-03-10 14:44:04下载
- 积分:1
-
C#的例子
C#的例子-C# Example
- 2022-01-22 06:45:33下载
- 积分:1
-
粉碎机 可以粉碎任何文件和注册表只类的东西
粉碎机 可以粉碎任何文件和注册表只类的东西-Mill can crush any files and registry only things
- 2022-01-27 14:29:52下载
- 积分: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
-
This is a code for feature selection. Which combines minimum redundency and max...
This a code for feature selection. Which combines minimum redundency and max relevance and Ftest. Originally it is written for gene selection but can be used for any kind of feature selection.-This is a code for feature selection. Which combines minimum redundency and max relevance and Ftest. Originally it is written for gene selection but can be used for any kind of feature selection.
- 2023-08-04 23:25:03下载
- 积分:1