搜索资源列表
vclscanner
- vclscanf原代码,可以用来发现delphi应用程序用到哪些组件-vclscanf original code can be used to find delphi application which uses components
maskeditlianxi
- 这是用delphi完成的一个功能,是对maskedit组件的联系,希望的功能-delphi This is the completion of a function, maskedit components of the link, hope that the function
FileSystemdesign
- 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
dossrc
- 与MS-DOS兼容的DOS操作系统, FreeDOS like。 aldera OpenDOS Machine Readable Source Kit (M.R.S) 7.01 BUILDING THE MRS KIT The Caldera OpenDOS MRS kit contains the following components: IBMBIO, IBMDOS and COMMAND
LPC23xx_24xxsoft
- LPC23XX和LPC24XX在Keil下的各个功能部件的驱动和应用实例-LPC23XX and Keil under LPC24XX in various functional components of the driver and application examples
mode1
- 内存是计算机系统中储存指令代码和各种数据的主要部件,如果内存短缺或者管理不当,将导致整个系统反应迟缓,甚至崩溃。所以,建立稳定、高效的内存管理策略是一个很重要的且必须面对的问题。现代的操作系统中运用位图、链表等多种手段和算法来管理内存。伙伴算法(Buddy System)是一种经典的内存管理算法。在Unix和Linux操作系统中都有用到。其作用是减少存储空间中的空洞,减少碎片,增加利用率。 本程序模拟了内存管理的过程-Memory is stored in a computer system
Operating_System_Tutorial
- 本教程为《操作系统原理教程(第二版)》。由计算机硬件组成出发,分析操作系统的功能、发展例程和方向。根据操作系统功能将其划分为多个功能模块,并就各个模块进行详细的解析。学习过本教程后,就可以对操作系统的结构框架由比较系统的了解。-Tutorial for the " principle of the operating system Tutorial (second edition)." By the computer hardware components, the anal
COM
- COM是微软公司创建的一种二进制和网络标识,它允许任意两个组件互相通信,而不管它们在什么计算机上运行(只要计算机是互联的),不管各计算机运行的是什么操作系统(只要该操作系统支持COM),也不管该组件是用什么语言编写的-COM is Microsoft created a binary and network ID, which allows any two components communicate with each other, regardless of what they are ru
FreeOSEK_rel_0_3_0_20090511_beta
- 网上免费的单片机多任务操作系统OSEK/VDX源代码,包含了内核部分以及外设驱动程序,但驱动程序目前还不全。等待更新-Free online multi-tasking operating system microcontroller OSEK/VDX source code, contains the core components and peripheral drivers, but the driver is not yet full. Awaiting update
1SCMPrinciplesandApplications
- 电子计算机基本组成,计算机由硬件和软件两大部分组成-Computer basic components, computer hardware and software from the two major components
2SCMStructure
- 第二章 MCS-51的结构了解MCS-51单片机基本硬件组成、功能部件、外部应用特性,为应用准备好硬件基础。 -Chapter II the structure of MCS-51 MCS-51 microcontroller basic understanding of hardware components, functional components, the external application characteristics, the basis for the applica
PSOS_vs_Vxworks
- PSoS和Vxworks的比较: 在评估操作系统时可以从以下四个角度进行: ² OS kernel 的功能和性能:是否能够满足用户应用的基本要求 ² 提供的功能模块是否足够的丰富:是否能够提供用户应用所需的高层组件 ² BSP 是否容易编写:操作系统是否容易移植 ² 开发环境是否方便易用:是否能够帮助用户能够很方便地开发应用程序-PSoS and Vxworks comparison: In the assessment of the oper
Solaris-Core-Kernel-Components
- 深入介绍Solaris操作系统的内核组件,揭开Solaris系统的神秘面纱-Insight into the core Solaris operating system components, unveiled the mystery of Solaris systems
VCPPduoxiancheng
- 进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。-Processes and threads of the operating system concept. Implementation process is an instance of the application, each process is private virtu
WINDOWS-core-progamming
- 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。-This book is the interpretation of the Windows operating syst
TN05.ELF.Format.Summary.pdf
- 本文是作者在探索系统软件构件的复用技术的过程中生成的技术笔记,重点分析了UNIX 类操作系统中普遍采用的目标文件格式ELF(Executable and Linkable Format),目的是研究操作系统中二进制级软件构件的静态、动态组装技术。本文首先介绍 ELF 文件格式规范,然后结合一个简单的 C 语言程序,分析编译、链接后生成的可重定位、可执行格式实例。 -允许输入拉丁字符的拼音 This article is of technical notes generated in th
nucleus
- NUCLEUS操作系统源码,包含了任务管理,消息管道,定时器管理等基本组件。-NUCLEUS source operating system, including the task management, message pipe, the timer management, and other basic components.
Yiyuyk.rar
- 易语言六种远控源码,代码集成了远控视频查看CMD 键盘记录等源代码,简单试用语言写的远控程序源代码..主要是应用服务器/客户/数据报等组件,The easy language six kinds of remote control source code incorporates a remote control video view CMD keyloggers source code, the simple trial language to write the remote control
IntentDemo
- android组件的使用编写代码组成器。方便快捷使用-android components use to write code composed. Quick and easy to use
fangzhen_test
- 包含反激电路,放大电路在MATLAB中的电子元器件仿真。- Contains flyback circuit, amplifier circuit simulation of electronic components in MATLAB.