搜索资源列表
memory_fromm_hgy
- 操作系统常用页面置换算法模拟实验 FIFO,LRU
opencv-1.0.0.tar
- LINUX平台上开发基于图象的基本函数和常用算法
c-algorithms1.0.0.tar
- 常用的数据结构和算法函数库,比如集合、列表、树、队列、hash等。
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
linuxag
- 演示了linux下的常用页面置换算法(FIFO,LRU,OPT,LFU,NUR),并计算了相应的命中率。程序用随机函数产生指令序列,然后变换成相应的页地址流。-demonstration of the commonly used algorithm replacement pages (FIFO, the LRU, OPT, LFU, NUR), and calculated the corresponding hit rate. Procedures used functions to gen
cysf
- 常用算法程序集(C语言描述) 第三版 (PDF高清电子书+附书源码打包)-Commonly used algorithm assembly (C language descr iption) Third Edition (PDF e-book+ HD package attached to the book source)
1
- c、c++比较算法利用c++写得比较常用的算法
2
- c c++利用c++写得比较常用的收索算法
libcstl-1.0.1.tar
- libcstl是使用C语言编写的一个通用的数据结构和常用的算法库,它模仿SGI STL的接口和实现。-libcstl is the use of C language, a common data structure and used algorithms library, which mimic the interface and the SGI STL to achieve.
security
- 加密算法,包括 aes des rsm等常用算法-crypt algorithm
LinuxProgramming
- linux 编程用书,详细介绍了linux变成常用的代码和算法。-The book is for people who develops programming with Linux operate system。
deepreadcount
- 这是一个常用的小算法,深度遍历算法统计指定目录包括子目录下的文件数量.-This is a commonly used small algorithm, the depth of traversal algorithm statistics, including subdirectories under the specified directory number of documents.
Linuxsystemcall
- linux系统函数调用大全,有常用数学函数,环境变量,接口处理,进程操作,内存及字符串操作,内存控制,日期时间,数据结构及算法,文件操作等 -linux system function call Daquan, a commonly used mathematical functions, environment variables, interface processing, the process operation, memory and string operations, memo
PID
- pid控制算法程序,作为工业控制中的一种常用控制算法PID运算。-pid control algorithm process, as a common industrial control PID control algorithm operation.
cfz
- 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
KDE2.Qt.Programming.Bible.2001
- 经典的900个C语言经典源码, 其中包括一些常用算法等东西-Classic 900 classic C language source code, including some commonly used algorithms and other things
cstl-1.0.0
- 使用ANSI C编写的通用的数据结构和常用算法的库, 它模仿STL的接口形式, 包括序列容器,关联容器,容器适配器,迭代器,函数,算法等.CSTL为C编程中的数据管理提供了方便易用的程序库.包括详细使用手册-Written in ANSI C, a common data structure, and a library of commonly used algorithms, which mimics the interface in the form of STL sequence cont
实验2
- 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计, 了解虚拟存储技术的特点, 掌握请求页式存储管理的页面置换算法。 ①先进先出的算法( F I F O ) ; ②最近最少使用算法( L R U ) ; ③最佳淘汰算法( O P T ) : 先淘汰最不常用的页地址; ④最少访问页面算法( L F U ) ; ⑤简单时钟算法( CLOCK)(Page replacement algorithm)
MyPro
- c++编程中常用的一些算放,以及一些数据结构,包括了迭代,递归,动态规划等(some algorithm of c++ program)
sort
- 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)