搜索资源列表
200482712133053
- 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。 -process Scheduling Algorithm : The
my123jianjava
- java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展。 ... 例如,使用Net classes 编写的应用程序 可以从任何正确执行了HTTP 1.1 协议的Web 服务器上下载数据。-the original documents can be compiled under the vc its advanced features include : pipeline technica
软件加密与解密
- 看雪论坛2001年12月25日之前的精华帖集合,记录软件加密解密的大量实例.-see Ice Forum on December 25, 2001 prior to the essence TIE pool records software encryption and decryption of a number of examples.
softhy853
- 1) 本站不保证所提供软件或程序的完整性和安全性。 2) 请在使用前查毒。 4) 转载本站提供的资源请勿删除本说明文件。 5) 本站提供的程序均为网上搜集,如果该程序涉及或侵害到您 的版权请立即写信通知我们。 6) 本站提供软件只可供研究使用,请在下载24小时内删除, 切勿用于商业用途,由此引起一切后果与本站无关。-1) site does not guarantee provided by the software or the integrit
kdbv4.3
- 很好的linux内核调试软件 兼辕马,没有密码。 The ia64 and ix86 directories contain versions of kdb prior to v2.0 (kdb version v2.0, not the kernel version). Older versions of kdb had complete patches for each architecture it supported, each patch included all th
tc-8psk-sect
- The same two-stage decoder as above. However, when transforming the symbols prior to Viterbi decoding, the amplitude information is ignored and only the phase of the received symbol is employed in the metric computation stage. -The same two-stage
bind8x
- bind prior to 8.2.3-REL remote root exploit - exploits the named INFOLEAK and TSIG bug. Includes shellcode for Linux.
不错的进程调度
- 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : Th
20011222_164418
- 功能简介: 文件捆绑器可用来将二个不同的可执行文件合并成一个文件,运行合并后的文件等同于同时运行合并前的二个文件,并提供同步和异步运行二种方式,操作十分简便。 注意: 如果文件编释后不能运行的原因可能是:1、请把它置为RELEASE版再编释。2、可能是编释器设置不同,使最终生成文件大小不同,请把您RELEASE版编释后的文件大小记下,在CBindFileDlg类中的初始对话框类OnInitDialog中的最后,把原来的文件大小184K,替换后您新编释后的文件大小既可。-profiles : Fi
x25
- 之前积累的一个X25在LINUX下的协议实现代码,现在估计应该比较少见了,应该是收藏的东西-Prior to the accumulation of an X25 in the protocol under LINUX code, now estimated to be relatively rare, and should be a collection of things
Fedora.Core.7.and.Red.Hat.Enterprise.Linux.The.Com
- The Red Hat Linux and Fedora distributions have become one of the major Linux distributions, bringing to the PC all the power and flexibility of a Unix workstation as well as a complete set of Internet applications and a fully functional desktop
autopatch1_1_5
- 网络游戏自动更新程序.之前上传过一个给系统自动打补丁的小程序,但运行时界面有些问题。这个是我重新改写后的,界面方面有了很大的改进。压缩包内有几个示例补丁。-Online games automatically updates. Prior to upload to the system a small automatic patching process, but some problems with run-time interface. This is after I have rewrit
KBSJ
- 卡巴斯基通用破解器现在只知道对2008年和08年以前的使用,09年的还没试过,希望对大家有用-Universal crack Kaspersky is now only know that the 2008 and 2008 prior to use, have not tried the 2009, in the hope that useful to everybody
meidadound
- 我所设计的多媒体音频播放器AudioPlayer用MCI接口和RealPlayer G2 ActiveX插件实现音频的播放,能够播放MediaPlayer支持的格式和RealPlayer支持的格式(包括wav, mp3, wma, rm, wmv等),但必须安装RealPlayer播放器。AudioPlayer有播放、暂停、停止、打开文件、播放上一首、播放下一首、循环或是不循环播放、顺序或是随机播放等功能;可以静音、改变音量大小;可以拉动播放;能够增加、删除、选择播放文件;能够保存和载入播
bootloader
- bootloader讲解 bootloader代码是芯片复位后进入操作系统之前执行的一段代码.-bootloader on reset chip bootloader code is entered prior to the implementation of the section of the operating system code.
filesystem
- 本章目的是分析在Linux系统中如何实现新的文件系统。在介绍文件系统具体实现前先介绍文件系统的概念和作用,抽象出了文件系统概念模型。熟悉文件系统的内涵后,我们再近一步讨论Linux系统中和文件系统的特殊风格和具体文件系统在Linux中组成结构,逐步为读者勾画出Linux中文件系统工作的全景图。最后在事例部分,我们将以romfs文件系统作实例分析实现文件系统的普遍步骤。-The purpose of this chapter is to analyze how the Linux system,
007
- 做的一个网管工具!!需要源码的同学请联系我!!!!!因为我不想别人只是下载!!我想的是可以以前交流改进!!现在的一个BUG就是进程无法在win7下运行-To do a network management tool! ! Students need to source code, please contact me! ! ! ! ! Because I do not want people just to download! ! I think that could be improved pr
zhivote
- 简易的网上投票系统,系统管理: 你的域名/admin/admin_login.asp 帐号:admin 管理密码:123456 配置文件/include/config.asp 数据文件/include/conn.asp 注意事项: 1.本程序只需支持ASP空间即可运行,使用前请先联系空间商。 2.上传wwwroot文件夹到你的网站根目录,然后运行即可。 4.免费版只适合试用和个人用途,如需建立商业站点或公司使用请购买商业版。-Easy online
KQ
- 以前做兼职的时候做的一个指纹考勤机管理程序源代码-Part-time prior to the time to do a fingerprint attendance management program source code
LinuxC
- 简要介绍一下什么是Linux,C语言的特点,程序开发的预备知识,Linux下C语言开发的环境,程序设计的特点和原则以及编码风格等。通过本章的学习,可以对在Linux下使用C语言编程有一个基本的了解。-A brief overview of what is Linux, C language features, prior knowledge of program development, Linux development environment under the C language, pr