搜索资源列表
buddy_算法
- Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这
一个很简单的操作系统(版本六)
- 这是最后一个版本的简单操作系统了,教你怎么编写操作系统的IO系统!!以后有新版本小弟还会陆续贴出-this the last one simple version of the operating system. teach you how to prepare the operating system IO system! ! after finding a new version will continue posting! !
xsxkxt
- 学生选课系统,PB9+SQL2000有兴趣的朋友可以继续补充啊-students, PB9 SQL2000 interested friends can continue to add ah
EMTS
- 自己原创的程序,启动以后自动隐藏到快捷栏中,使我自己开发的程序的开始部分,本程序实现自动拨号,网络通信,SMS发送等一系列功能,以后会陆续上传-their original procedures, initiated after quick to automatically hide column, so I developed the procedures for the beginning part, the program automatically dial-up and network
wushuidian
- 继续倾情奉献一个水电费管理系统,以继续学习ACCESS的实用的数据库应用系统!!!呵呵,完全免费! 重新修改了,下载后解压即刻!安装ACCESS2003!-DEDECATES dedication to a system management utilities, ACCESS to continue to learn the practical application of the database system. ! ! Oh, absolutely free! Revisi
dm9000for2.6
- 这个源码相信对很多用arm开发板开发的人会有用的,大家觉得好的话以后继续上传其他源码。-believe that the source of many development arm with the development of the plate will be used, We feel good to continue to upload other source.
uda1380for2.6
- 这个源码相信对很多用arm开发板开发的人会有用的,大家觉得好的话以后继续上传其他源码。-believe that the source of many development arm with the development of the plate will be used, We feel good to continue to upload other source.
FS2410Pkeydriver
- 这个源码相信对很多用arm开发板开发的人会有用的,大家觉得好的话以后继续上传其他源码。-believe that the source of many development arm with the development of the plate will be used, We feel good to continue to upload other source.
WRITELogFILE
- 这是一个写日志类,可用于实际项目开发应用。实现原理是创建一个队列,然后将日子字符串不断加入队列,启动一个线程将队列中的字符串写入日志文件,可以设置报错级别。-This is a written log type, can be used in practical application of project development. The principle is to create a queue, then the string will continue to join the day
open_dialog_in_dialog
- 我的这个源代码是在对话框里继续打开对话框。-my, this source code is in the dialog box to open the dialog to continue.
NetSim
- ns-2的代码,希望对大家有用哦,我会继续努力的哦-ns-2 code, we hope to useful Oh, I will continue to work hard oh
linux_c_chat
- linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program sh
littlegreenbats-svn2007.11.18.tar
- The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a group of graduate students from the department of AI at the University of Groningen, The Netherlands. Our team name is derived from the fact that the
Udpsenderlast
- 这是一个含有界面的udp包发送程序,他能不断的发送udp包。-containing interface udp packets sent procedures, he will continue to send udp packets.
本实验要实现一个简单的命令解释器
- 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征: 能够执行外部程序命令,命令可以带参数。 . 。 能够执行fg、bg、cd、history、exit等内部命令。 使用管道和输入输出重定向。 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
chat-window
- 基于Qt4 SDK 开发的聊天室小软件,支持多人通信,聊天界面可以继续完善。-Based on the the Qt4 SDK chat rooms software development, support multiplayer communication, the chat interface can continue to improve.
RegeditManger
- 程序模仿WINDOWS的注册表,实现的绝大多数功能不过细节上和WINDOWS的注册表相比还是有差距的,如果有兴趣的话可以继续改进,呵呵虽然如此,但在一些对注册表限至比较严的网吧中用来顾顾急救救火还是可以的 冷风 2007-6-14-Procedures mimic WINDOWS registry, the realization of the vast majority of functionality, however the details of WINDOWS registry
C02
- 学习源码继续上传中-From source to continue learning in
FILLPOLY
- 在TC环境下实现用鼠标画多边形: 左键开始,右键结束时画一条边,键入任意值继续,-In TC environments polygon drawing with the mouse: left button to start, right side of the end of a painting, type any value to continue,
shell
- #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *