CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - missing

搜索资源列表

  1. uuuuu

    0下载:
  2. LRU算法,能输出缺页率,内存状态,和输入队列-LRU algorithm, missing pages can be output rate, the memory state, and input queue
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1437
    • 提供者:杨穿横
  1. BugTrap_Documentation

    0下载:
  2. .NET support - now BugTrap supports native, managed and mixed assemblies. Source code - I have been criticized for missing source code many times. Full source code of BugTrap is included! Thread isolation - BugTrap suspends all threads in the a
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:754414
    • 提供者:田博
  1. aic79xx-linux-2.4-20040522.tar

    0下载:
  2. 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:499525
    • 提供者:LiuQingShan
  1. Psapi

    0下载:
  2. 包含了Psapi.h和Psapi.lib 适用于VC6.0 也是里面缺少的头文件 像操作进程之类的都很有用-Contains a Psapi.h and Psapi.lib for VC6.0 is missing inside the header file as the operation of the process of the class is very useful for
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:2828
    • 提供者:wing
  1. BitArrayApp

    0下载:
  2. The class CBitArray behaves like a specialization of the MFC template class CArray. A real specialization is not possible because of a missing simple data type for a bit. For maximum efficiency the bits are packed into a dynamic array of unsign
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:23354
    • 提供者:tony Lam
  1. EDA

    0下载:
  2. 潘松先生结合个人长期从事相关方面理论研究的经验为中国在电子设计自动化方面编写的启蒙教科书。本书内容干练,言简意赅为培养下一棒提供了宝贵的学习文献。(中间缺章)-Mr. Pan Song of individuals engaged in related aspects of long-term experience in theoretical research of China s electronic design automation in the preparation of textb
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4496299
    • 提供者:huangzhenhua
  1. Nachos-scheduler.tar

    0下载:
  2. 本课题的目的是要实现缺页处理程序,这需要在适当的时候将某些页面替换出/入。为了减少缺页和将页面从内存淘汰到磁盘的次数,要求你实现五种页面替换算法。 NRU(Not Recently Used)算法 SC(Second Chance)算法 Clock算法 Working Set算法 Aging算法 -The purpose of this project is to achieve the missing page handling procedures, which ne
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:572356
    • 提供者:gavinfeng
  1. mcwsrc21

    0下载:
  2. Windows API Message Cracker Wizard Tool for easier use of WINDOWSX.H message cracking macros (c) 2003-2005 Hernan Di Pietro Release 2.1 version history 1.0 - first release 1.2 + multiple message selection feature + adde
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:47963
    • 提供者:Charles Lee
  1. LRUalgorithm

    0下载:
  2. LRU算法实现分页管理的缺页调度。此算法实现用LRU算法实现分页管理的缺页调度。-LRU algorithm paging management, scheduling missing pages. This algorithm is LRU algorithm with the paging management, scheduling missing pages.
  3. 所属分类:Windows Kernel

    • 发布日期:2016-01-27
    • 文件大小:85519
    • 提供者:谢琳琳
  1. l2_her.txt

    0下载:
  2. DES encryption. Only missing function "key_former"
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1044
    • 提供者:Felix
  1. mswlogosource65

    0下载:
  2. Logo语言 开源代码 一门小学的开发语言,命令简单易学- MSWLogo Version 6.5b for Micro-Soft Windows 95/98/NT/2000/XP ------------------------------------------------------------ Contents ---
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:970049
    • 提供者:jiaxianhua
  1. Oracle10GInstallAndConfigForLinux

    0下载:
  2. 包含ubuntu 和suse11 下安装oracle10G数据库的安装说明、suse11安装过程中缺少的安装包、oracle的jdbc驱动、Myeclipse配置oracle-Including ubuntu and install oracle10G database suse11 installation instructions, suse11 the installation process to install the missing package, oracle' s jdb
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2680965
    • 提供者:zhynan
  1. processhacker-2.1-src

    0下载:
  2. 这个工具完全是模仿< 深入理解windows系统 4th Edith>>的作者Mark写的Process explore(进程浏览器)写的,论坛里有1.3.6版本的,1.x版本是用CSHARP实现的,我研究过,从中学里很多东西。最近发现,作者发布了一个2.1版本的代码,是用C写的,太酷了,这对于想深入了解windows系统机制的人是一个必须看的源码,而且该源码涉及windows进程的各个方面,很多功能可以直接拿来使用。研究这个代码,一定要看看<<深入理解window
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:2051097
    • 提供者:lijun
  1. md5

    0下载:
  2. md5 troubles missing part md5.dsp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:136419
    • 提供者:paul
  1. MSS

    0下载:
  2. 现在,移动存储的应用很多,你U盘及移动移动硬盘之类的,如果你不小心遗失了这些设备,万一里面的数据比较重要,那很容易就泄漏了,那么如何让我们的移动设备在丢失了之后也不造成数据丢失呢?这里最简单的方法就是对设备加密,然后再解密,本源代码 就是一个与此相关的例子,对U盘数据加密,保护信息隐蔽,防止隐私泄露。本程序在运行时首先检测本地计算机的移动设备是否存在,然后选择移动设备,实现加密。 -Now, a lot of mobile storage applications, your mobile
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:16214
    • 提供者:madud00084
  1. Linux-net-program

    0下载:
  2. Linux下网络编程的经典书籍,作者说明问题很透彻,便于初学者。(缺8、9、10章)-The classic network programming under Linux books, the authors illustrate the problem very thorough, easy for beginners. (Chapter 8,9,10 missing)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1831398
    • 提供者:易华容
  1. SQ20_Server1001_LINUX_GBK

    0下载:
  2. 功能就是目前为止所有的更新的了,不明白的请到功能区和更新区查看。GBK是简体版,BIG5是繁体版,登陆器请用本论坛的登陆器,否则无法进入游戏。 最大在线人数20人,上线广告提示,其他没有任何功能限制了。如果有BUG或者疑问请到BUG区提交。感谢您的支持。 程序不包含DATA。请自行增加DATA。如果遇到DATA下缺少文件启动不了。请自行查看程序提示增加,有疑问请在论坛提出-Function is so far all of the updates, and do not under
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1389252
    • 提供者:黎姿几
  1. SQ20_Server_LINUX_GBK_for_5005

    0下载:
  2. 功能就是目前为止所有的更新的了,不明白的请到功能区和更新区查看。部分高版本的功能,5005版服务端无法使用,目前只有GBK是简体版,登陆器和*请用本论坛的提供5005登陆器和SachXP++5.0.50,否则无法进入游戏。 最大在线人数20人,上线广告提示,其他没有任何功能限制了。如果有BUG或者疑问请到BUG区提交。感谢您的支持。 程序不包含DATA。请自行增加DATA。如果遇到DATA下缺少文件启动不了。请自行查看程序提示增加,有疑问请在论坛提出!-Function is so
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1373625
    • 提供者:黎姿几
  1. Grub4Dos_0.45C_SRC

    0下载:
  2. GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are missing from
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:1584749
    • 提供者:竹叶青
  1. Grub4Dos_0.46A_SRC

    0下载:
  2. GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。这是目前最新版本的源码。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-09
    • 文件大小:1585205
    • 提供者:竹叶青
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com