CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 常用算法

搜索资源列表

  1. memory_fromm_hgy

    0下载:
  2. 操作系统常用页面置换算法模拟实验 FIFO,LRU
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1471
    • 提供者:asdf
  1. opencv-1.0.0.tar

    0下载:
  2. LINUX平台上开发基于图象的基本函数和常用算法
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1056768
    • 提供者:wks
  1. c-algorithms1.0.0.tar

    0下载:
  2. 常用的数据结构和算法函数库,比如集合、列表、树、队列、hash等。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:340643
    • 提供者:渡渡鸟
  1. Rhapsody-0.1.8.tar

    0下载:
  2. 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:装
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:252502
    • 提供者:林绍川
  1. linuxag

    0下载:
  2. 演示了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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1866
    • 提供者:衣明玉
  1. cysf

    0下载:
  2. 常用算法程序集(C语言描述) 第三版 (PDF高清电子书+附书源码打包)-Commonly used algorithm assembly (C language descr iption) Third Edition (PDF e-book+ HD package attached to the book source)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:6661839
    • 提供者:今天
  1. 1

    0下载:
  2. c、c++比较算法利用c++写得比较常用的算法
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:664
    • 提供者:付良
  1. 2

    0下载:
  2. c c++利用c++写得比较常用的收索算法
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:628
    • 提供者:付良
  1. libcstl-1.0.1.tar

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1356434
    • 提供者:王晓
  1. security

    0下载:
  2. 加密算法,包括 aes des rsm等常用算法-crypt algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:2393
    • 提供者:谢山
  1. LinuxProgramming

    0下载:
  2. linux 编程用书,详细介绍了linux变成常用的代码和算法。-The book is for people who develops programming with Linux operate system。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:581477
    • 提供者:jane
  1. deepreadcount

    0下载:
  2. 这是一个常用的小算法,深度遍历算法统计指定目录包括子目录下的文件数量.-This is a commonly used small algorithm, the depth of traversal algorithm statistics, including subdirectories under the specified directory number of documents.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2051
    • 提供者:davidq hu
  1. Linuxsystemcall

    1下载:
  2. linux系统函数调用大全,有常用数学函数,环境变量,接口处理,进程操作,内存及字符串操作,内存控制,日期时间,数据结构及算法,文件操作等 -linux system function call Daquan, a commonly used mathematical functions, environment variables, interface processing, the process operation, memory and string operations, memo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1332063
    • 提供者:王迁
  1. PID

    0下载:
  2. pid控制算法程序,作为工业控制中的一种常用控制算法PID运算。-pid control algorithm process, as a common industrial control PID control algorithm operation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:4628
    • 提供者:yangxiang
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5305
    • 提供者:王跃
  1. KDE2.Qt.Programming.Bible.2001

    0下载:
  2. 经典的900个C语言经典源码, 其中包括一些常用算法等东西-Classic 900 classic C language source code, including some commonly used algorithms and other things
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:2318830
    • 提供者:lwy
  1. cstl-1.0.0

    0下载:
  2. 使用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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:1438351
    • 提供者:zhang
  1. 实验2

    0下载:
  2. 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计, 了解虚拟存储技术的特点, 掌握请求页式存储管理的页面置换算法。 ①先进先出的算法( F I F O ) ; ②最近最少使用算法( L R U ) ; ③最佳淘汰算法( O P T ) : 先淘汰最不常用的页地址; ④最少访问页面算法( L F U ) ; ⑤简单时钟算法( CLOCK)(Page replacement algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-25
    • 文件大小:21504
    • 提供者:suprelee
  1. MyPro

    0下载:
  2. c++编程中常用的一些算放,以及一些数据结构,包括了迭代,递归,动态规划等(some algorithm of c++ program)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:yanke1311
  1. sort

    1下载:
  2. 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:10240
    • 提供者:是你凯哥哈
« 12 »
搜珍网 www.dssz.com