搜索资源列表
LinuxGroupMan
- Unix 成组链接法 模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理-Unix Group Links UNIX System Simulation of spare pieces Group link, disk storage space to achieve the management
dao350
- 重写的dao350.dll动态连接库程序。-rewriting dao350.dll dynamic link library procedures.
memory-allocation
- use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space. -use double link list to a memory implenment llocation. There will not appear maloc, new,
maskeditlianxi
- 这是用delphi完成的一个功能,是对maskedit组件的联系,希望的功能-delphi This is the completion of a function, maskedit components of the link, hope that the function
MyUPnP
- 端口映射工具MyUPnP连接-port mapping tools MyUPnP Link
phpBook-1[1].50
- phpBook 是個建立於 PHP 及 MySQL 的留言板。 功能包括: -- 內建多種語法 (包括中文) -- IP 封鎖及禁止存取 -- 可自訂表情符號 -- URL-Code,包括 URL-Link s, URL-Picture s -- 自訂禁止字句 -- 防止惡意灌水式攻擊
main
- 模拟成组链接法,实现文件系统磁盘空间管理,包括申请,释放-Simulation of the group link method, the file system disk space management, including the application, the release of
qe
- 对已分配盘块采用索引方式管理,空闲盘块采用成组链接管理-Disk blocks have been allocated for the use of index management, the use of free disk block management group link
LetWINDOWSXPspeedup
- 笔者对硬件和操作系统的工作原理进行了更深一层的研究和学习后,陆陆续续地发现优化中有很多重要环节被我们忽视了。经反复实践对比后发现,这些环节对优化效果起这决定性的作用!总结起来大体上有九个环节,下面笔者就逐一道来。-The author of the hardware and operating system working principle deeper research and study, the land gradually optimization has found an impor
link
- 操作系统调试技术,操作系统只用,操作系统调试技术,操作系统只用-Debugging operating system technology
J-Link
- 北航国家精品课程嵌入式系统.rar 北航国家精品课程嵌入式系统.rar-embeded beihang
virtual_os
- 在vc6中实现了一个虚拟的操作系统,做操作系统课程设计的人士可以参考该程序。文件系统采用成组链接法-Vc6 achieved in a virtual operating system, operating system, curriculum design so people can refer to the program. File system link to law group
linuxC
- C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开
as
- 编写C语言程序,模拟UNIX磁盘空间管理中使用的分组链接法。 1.定义一个记录磁盘块号的堆栈S—free[10],以及记录栈中现有磁盘块数的变量S—nfree。 2.定义一个由40个元素构成的结构数组block[40]用作磁盘块存放。 struct size { int blocl[10] } struct blocd { struct size a[10] //用于在空闲磁盘块号链中存放磁盘块号 }block[40] 3. 假设系统中文件的最大
Windows-Via-CCPP
- 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。. -This book is to explain the internal mechanisms of Windows
group
- 模拟成组链接法的原理; 设系统具有7个可用磁盘块,每组3块。 编程模拟实现成组链接法。输入请求的磁盘块数,模拟成组链接分配;输入回收的磁盘块号,模拟成组链接回收。 -Simulation into a set of links law principles based system with 7 free disk blocks, each 3. Programmed into a set of links to achieve simulati
OS_1_1
- 进程调度算法的模拟 1.用语言来实现对n个进程采用不同调度算法的进程调度。 2.每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: (1)进程标识ID,其中0为闲逛进程,用户进程的标识数为1,2,3…。 (2)进程优先级Priority,闲逛进程(idle)的优先级为0,用户进程的优先级大于0,且随机产生,优先数越大,优先级越高。 (3)进程占用的CPU时间CPUtime,进程每运行一次,累计值等于4。 (4)进程总共需要运行时间Alltime,利用随机函数产
yiyuyan
- 易语言网页操作之枚举所有链接,简易修改的程序-Easy to enumerate all of the language page link operation, easy modification of the procedure
dos
- 实现简单的dos系统,里面有cd命令dir命令type命令还有就是exit命令,通过动态链接库进行加载的。-Simple dos system, the cd command dir command type command there is the exit command to load the dynamic link library.
TN05.ELF.Format.Summary.pdf
- 本文是作者在探索系统软件构件的复用技术的过程中生成的技术笔记,重点分析了UNIX 类操作系统中普遍采用的目标文件格式ELF(Executable and Linkable Format),目的是研究操作系统中二进制级软件构件的静态、动态组装技术。本文首先介绍 ELF 文件格式规范,然后结合一个简单的 C 语言程序,分析编译、链接后生成的可重定位、可执行格式实例。 -允许输入拉丁字符的拼音 This article is of technical notes generated in th