-
基于dos的事实多任务调度核心,简单的演示程序,共九个任务在运行...
基于dos的事实多任务调度核心,简单的演示程序,共九个任务在运行-based on the fact that many dos task scheduling core, a simple demonstration, with a total of nine tasks running! !
- 2023-07-29 20:30:02下载
- 积分:1
-
core Windows programming source 2 is another one of the windows core programming...
Windows核心编程源码2这个是另外一个windows核心编程源代码-core Windows programming source 2 is another one of the windows core programming source code
- 2022-07-07 08:06:30下载
- 积分: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
-
定时器中断SDT
定时器中断SDT-timer interruption SDT
- 2022-05-17 07:34:01下载
- 积分:1
-
一个简单的查杀进程的软件
一个简单的查杀进程的软件-a simple process of software to detect and disinfect
- 2022-03-14 05:08:19下载
- 积分:1
-
VC6下实现的UNICODE码集和GBK码转换
VC6下实现的UNICODE码集和GBK码转换-VC6 achieve the UNICODE code sets and code-switching GBK
- 2022-09-18 00:45:03下载
- 积分:1
-
vc中实现重启动和关闭计算机
vc中实现重启动和关闭计算机-vc realizes the heavy start and the closure computer
- 2022-08-12 13:10:58下载
- 积分:1
-
进程调度模拟程序是从网上下载供参考…
调度器进程模拟程序是从网上下载的,供参考
- 2022-03-19 01:22:30下载
- 积分:1
-
the instance of making floppy disk mirror image under windows9x/2k/xp.Under wind...
windows9x/2k/xp下面的软盘镜象制作例子。 在windows9x下面采用了VWIN32_DIOC_DOS_DRIVEINFO 来对软盘进行绝对读写。-the instance of making floppy disk mirror image under windows9x/2k/xp.Under windows9x adopt the VWIN#@_DIOC_DOS_DRIVEINFO absolutely read and write the floppy disk.
- 2022-03-22 04:21:52下载
- 积分:1
-
这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写...
这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写rootkit的研究成果,所以它能写rootkit更有效果并且更简单。这里也同样包括了我的实践。 在这篇文档中隐藏对象意味着改变某些用来命名这些对象的系统函数,使它们将忽略这些对象的名字。这样一来我们改动的那些函数的返回值表示这些对象根本就不存在。 最基本的方法(除去少数不同的)是我们用原始的参数调用原始的函数,然后我们改变它们的输出。 在这篇文章里将描述隐藏文件、进程、注册表键和键值、系统服务和驱动、分配的内存还有句柄。-This document is in the Windows NT operating system hidden objects, documents, services, process technology. This method is based on the Windows API function link. This article describes techniques are, I wrote rootkit from the results of research, so it was rootkit more effective and more simple. Here, too, including my practice. In this document hidden object means certain changes to these objects naming system functions so that they will ignore these objects by name. So we change those functions return values, said these objects simply do not exist. The most basic method (excluding a few different) is that we should call the original parameters of the original function, and then we change their
- 2022-03-07 17:00:50下载
- 积分:1