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

搜索资源列表

  1. pe文件结构

    0下载:
  2. 查看PE文件的工具 方便 学习PE文件结构-View PE document tools facilitate learning PE file structure
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:368012
    • 提供者:mail0001
  1. IP地址扫描利器

    0下载:
  2. 结构简单,可以扫描他人IP,功能并不强大,但它占用内存较小,短小精悍!-simple structure, others can scan IP, function is not strong, but it occupied a smaller memory, short and pithy!
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:27537
    • 提供者:管胜威
  1. virtualMem

    0下载:
  2. 使用win32 API 实现分配虚拟内存。对window操作系统的内存结构,以及应用程序的内存使用情况都有帮助。-use win32 API virtual memory allocation. Window operating system to the memory structure and the application of the use of memory can help.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9903
    • 提供者:王东
  1. switch1240

    1下载:
  2. s1240 74字节话单二进制格式转换程序,程序结构可用语其他交换机话单格式转换-s1240 74 single-byte words binary format conversion procedures, program structure can then switch language other single format conversion
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:50757
    • 提供者:郭秋
  1. UNIX文件模拟系统

    0下载:
  2. 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:230290
    • 提供者:黄小文
  1. JCHENG

    0下载:
  2. 设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间(Alltime) 将PCB块联接在一个单链表(数据结构)中,并在屏幕上显示其内容-n design process procedures, which each process control block PCB include : process (ID), the process priority (Priority), the p
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1995
    • 提供者:姚紫欣
  1. buddy_算法

    1下载:
  2. Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这
  3. 所属分类:系统编程

    • 发布日期:2011-05-27
    • 文件大小:4311
    • 提供者:npu
  1. 数据结构算法与应用C__语言描述

    0下载:
  2. 数据结构算法与应用C__语言描述,数据结构是专业程序员不得不看得教程,建议在成为codefans之前,对数据结构和操作系统远离多把握一些-algorithm and data structure Application C__ language, data structure is a professional programmer to see the guides, as recommended in codefans before the data structure and operat
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11776142
    • 提供者:韶华
  1. Linux内核模块和驱动的编写

    0下载:
  2. Linux内核是一个整体是结构,因此向内核添加任何东西,或者删除某些功能,都十分困难。为了解决这个问题引入了内核机制。从而可以动态的想内核中添加或者删除模块。-Linux is a kernel of the whole structure, it added to the kernel anything, or delete certain functions are very difficult. To solve this problem the introduction of core
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3145
    • 提供者:李明
  1. success_SliMdPWM

    2下载:
  2. 这是用Matlab编写的滑模变结构控制的PWM的例子,可以运行-This is prepared using Matlab Sliding Mode Variable Structure Control of PWM example, you can run
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:23230
    • 提供者:冉涛
  1. PCB

    0下载:
  2. 实现一个模拟进程状态转换及其相应PCB组织结构变化的程序。 程序界面能反映出在模拟条件下,进程之间状态转换及其对应的PCB组织的变化。-Process to achieve a simulated state transitions and the corresponding changes in the organizational structure of the program PCB. Program interface to reflect the simulated con
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:69300
    • 提供者:小弟
  1. QPFvirtual-table-structure

    0下载:
  2. QPF虚表结构 , MATH函数虚表结构, 函数表结构及THIS指针 使用文档 源码资料-QPF virtual table structure, MATH virtual function table structure, table structure and function pointer to use the document source data THIS
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:40710
    • 提供者:chel
  1. ext2-filesystem-structure

    0下载:
  2. linux上ext2文件系统磁盘结构分析,仅供学习交流-linux ext2 file system on the disk structure analysis, only learning exchanges
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:182375
    • 提供者:欧进利
  1. geometric-data-structure-for-computer-graphics.zi

    0下载:
  2. A general descr iptions about advanced data structure used in computer graphics
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2263883
    • 提供者:xxcger
  1. Clanguage-data-structure

    0下载:
  2. 关于C语言数据结构和算法的一些例子,很好用-about data structure using c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:262430
    • 提供者:liaojian
  1. Structure

    0下载:
  2. Structure Source Code for linux QT Interface Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:9409
    • 提供者:bangmeryang
  1. data-structure-algorithm-code

    0下载:
  2. 使用Visual Studio 2010开发了数据结构算法演示程序,包括二叉树,栈,线性表的演示。-we use Visual Studio 2010 software to design data structure algorithm code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:209248
    • 提供者:LiXiuRong
  1. A-Multi-Scale-Bilateral-Structure-Tensor

    0下载:
  2. A Multi-Scale Bilateral Structure Tensor
  3. 所属分类:CA program

    • 发布日期:2017-05-05
    • 文件大小:423643
    • 提供者:ramana
  1. Structure-9789STEWARDESS--803449

    0下载:
  2. 这是一个不错的代码Structure-9789STEWARDESS 803449,可以学习,很适合同学们学习用-This is a good stewardess code Structure- 9789-803449, can learn, very suitable for students with learning
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:ZW-14567
  1. Structure--2865Testing--02013

    0下载:
  2. 分享一个系统源码Structure 2865Testing 02013给大家学习与参考,很不错-Share a system Structure of source code- 2865 testing- 02013 for everybody to learn and reference, very good
  3. 所属分类:Network Security

    • 发布日期:2017-04-13
    • 文件大小:2434
    • 提供者:HECS-616900
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com