搜索资源列表
apr.tar
- APR(Apache portable Run-time libraries,Apache可移植运行库)的目的如其名称一样,主要为上层的应用程序提供一个可以跨越多操作系统平台使用的底层支持接口库。在早期的Apache版本中,应用程序本身必须能够处理各种具体操作系统平台的细节,并针对不同的平台调用不同的处理函数。随着Apache的进一步开发, Apache组织决定将这些通用的函数独立出来并发展成为一个新的项目。这样,APR的开发就从Apache中独立出来,Apache仅仅是使用APR而已。-APR
boost_1_37_0.tar
- Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost
shell
- Bourne Shell 基础及其他很多有用的特性,shell编程及组织,是份不错的学习资料-Bourne Shell Foundation and many other useful features, shell programming and organization of learning materials were good
tree_tools
- 在学习linux内核代码时,因为它的文件组织庞大,利用此工具可以很方便的查看,文件及目录的组织方式。希望大家有用。里面含安装的源码包和安装方法。-Learning linux kernel code, because it documents a large organization, use this tool can easily view, files and directories are organized. Hope helpful. Inside the source packag
x264-20070913-v2245
- x264组织编写的,用于支持H264在linux系统上可用ffmpeg进行编译的源码-x264 organization prepared to support H264 ffmpeg in linux system to compile the source code available
cfz
- 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
UnixShell
- shell编程。unix命令集强大,为了有效的组织命令,实现更强大的功能,因此出版此书。-Shell programming. Unix command, in order to effectively integrating the organization, the more powerful commands, therefore this function.
PCB
- 实现一个模拟进程状态转换及其相应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
management-linux
- 深入理解linux虚拟内存管理,计算机组成原理-Linux-depth understanding of virtual memory management, computer organization
ustc-Linuxkernelguide_SO
- 中科大Linux操作系统源代码导读--源码组织-USTC Linux operating system source code, 2005- Source organization
Linux-and-TCP_IP
- 多个数据库模式可用来围绕长期数据库对话所固有的矛盾形势而工作,因为每一个用户可从共用数据库拷贝数据这不同于他/她的专用数据库,该数据库与共用数据库至少在表面上分开,这样用户就能避免矛盾形势。-organization of data on secondary storage. The importance of this aspect, particularly for the personal computer user, is that this greatly simplifies dat
experiment--6
- 组成原理实验 编写微程序和指令程序(十六进制代码) 经过实验课的测试 里面含有实验ppt和要求-an important experiment of the course Principles of Computer organization ,to write code about Microprogram and Instruction program
libev-4.15.tar
- libev-4.15源码 libev是Marc Lehmann用C写的高性能事件循环库。通过libev,可以灵活地把各种事件组织管理起来,如:时钟、io、信号等。libev在业界内也是广受好评,不少项目都采用它来做底层的事件循环。node.js也是其中之一-libev-4.15 source libev Marc Lehmann is written in C, a high-performance event loop library. By libev, the flexibility
organization
- organization S I P Header for Linux.
tstdtmod
- This class abstracts the actual organization of the data for data driven tests. -This class abstracts the actual organization of the data for data driven tests.
csuft-Agent 30.1
- RoboCup机器人世界杯竞赛于2001年增加了机器人救援的专项比赛RoboCupRescue,为救援理论和技术提供研究的试验平台。RoboCup是一个为了促进人工智能、机器人技术等领域发展的国际合作计划,同时也是一个国际性的研究机构和教育性的组织,它的目的在于通过在一个宽广的能够进行分析和综合的领域规定一个权威的问题,鼓励和推动人工智能和机器人技术的发展。RoboCup由许多不同的技术组成:自治机器人的设计原理、多智能体的协作、策略的获取、实时的推理和机器人技术等。RoboCup技术一个重要的
Linux设备驱动开发详解_宋宝华
- Linux设备驱动手册中Linux设备模型是对系统设备组织架构进行抽象的一个数据结构,旨在为设备驱动进行分层、分类、组织。降低设备多样性带来的Linux驱动开发的复杂度,以及设备热拔插处理、电源管理等。(Linux device driver of Linux device model manual is an abstract data structure architecture of system equipment organization, aiming at the device d