CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - algorithm,

搜索资源列表

  1. sqlist

    0下载:
  2. 链表算法应用,如:链表初始化、创建、插入、删除等操作。-The list of the algorithm, such as: the list of the initialization, create, insert, and delete operation.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:961byte
    • 提供者:
  1. malloclab-handout_20111118164222705

    2下载:
  2. 深入理解计算机系统C语言程序代码,描述对于malloc算法的实现与理解-In-depth understanding of the computer system C language code that describes the algorithm for the realization and understanding of the malloc
  3. 所属分类:Linux驱动

    • 发布日期:2015-06-05
    • 文件大小:80kb
    • 提供者:Aron
  1. h2a

    2下载:
  2. ti公司达芬奇系列DM36x芯片的摄像头采集图像2A算法,包括自动白平衡和自动曝光-ti s DaVinci DM36x chip camera image acquisition 2A algorithm, including automatic white balance and auto exposure
  3. 所属分类:Linux驱动

    • 发布日期:
    • 文件大小:9.54kb
    • 提供者:
  1. linux

    0下载:
  2. linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:313.91kb
    • 提供者:周攀
  1. linux

    0下载:
  2. 在linux实现模拟进程调度的模拟算法,在myeclipse下课运行-Analog simulation of the process scheduling algorithm class in myeclipse run in linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-04
    • 文件大小:1.17mb
    • 提供者:白丽丽
  1. 2

    0下载:
  2. 银行家算法,实现数据的输入输出,各种数据下的结果-Banker' s algorithm, data input and output, the result of a variety of data
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-24
    • 文件大小:9.58kb
    • 提供者:徐伟杰
  1. lru

    0下载:
  2. c++实现LRU算法,自己封装了一个类,数函数已经有demo的相关调用。但愿对你有帮助-the algorithm of LRU by c++
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:1.4kb
    • 提供者:朱世杰
  1. GPIO_Port_A_ISR.c

    0下载:
  2. 端口A中断服务函数根据底层程序取得的迷宫信息,经过该智能算法控制电脑鼠的下一状态,并送往底层驱动程序执行。-Port A interrupt service routine based on the underlying program maze of information, through the intelligent algorithm to control the next state of the computer mouse and sent to the bottom of th
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:39.19kb
    • 提供者:李贺
  1. hash

    0下载:
  2. hash算法的编程,实现过程 hash算法的编程,实现过程-hash algorithm programming, programming hash algorithm implementation process, realization process
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:6.33kb
    • 提供者:张永龙
  1. avl-2.0.2a.tar

    0下载:
  2. Avl算法,rbtree算法,linux内核实现,可以直接移植使用!-Avl algorithm, rbtree algorithm
  3. 所属分类:Driver develop

    • 发布日期:2017-05-12
    • 文件大小:2.6mb
    • 提供者:吴帆
  1. ramdisk

    0下载:
  2. ramdisk驱动,proc文件系统接口,md5算法-ramdisk driver, proc file system interface, md5 algorithm
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:13.29kb
    • 提供者:wensheng
  1. Xvidcore123

    0下载:
  2. xvidcore视频压缩模块,可以很好的进行视频的压缩,通过该压缩算法可以很正常的显示压缩的结果-xvidcore video compression module that can be very good for video compression, through the compression algorithm can compress normal display results
  3. 所属分类:Driver develop

    • 发布日期:2017-05-12
    • 文件大小:2.59mb
    • 提供者:sunxu
  1. threads.tar

    0下载:
  2. 优先级调度算法,nachos课程设计,设计有优先级调度-Priority scheduling algorithm, nachos curriculum design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:148.31kb
    • 提供者:tianyi
  1. en_aes

    0下载:
  2. 密码学中aes算法,经过调试后,可使用的代码。-Aes cryptography algorithm, after debugging, you can use the code.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:3.17kb
    • 提供者:zhao
  1. xuni

    0下载:
  2. 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:2.25kb
    • 提供者:冯妮
  1. cache

    0下载:
  2. 设备缓冲区管理算法,txt格式文档,需要的可以参考,但不一定有用。-Device Buffer Management Algorithm
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2.74kb
    • 提供者:liupeng
  1. sFFT-1.0-2.0.tar

    1下载:
  2. 稀疏傅里叶变换算法利用了数字信号处理,特别是高斯和多尔夫-切比雪夫滤波器的技术。与传统的解决方法不同,对于这个问题我们的算法是不迭代的。也就是说,它用一种类似绘制/流式算法的方式“一次”识别并估计k个最大系数,而并非估计“大”系数以及在提示下相减、递归。-Sparse Fast Fourier Transform (SFFT) is a class of sub-linear time algorithms for computing the discrete Fourier transfo
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:382.62kb
    • 提供者:
  1. kspm_v1.5.10

    0下载:
  2. 点石排名同时支持百度、搜狗、360排名提升,支持自然排名前100的关键词,真人挂机互点,真实IP,有效提升网站用户体验。   优点介绍:   1、软件可永久免费使用。   2、静默操作,不影响电脑正常使用。   3、占用内存极校   4、不断根据搜索引擎最新算法更新点击规则。   5、使用所有挂机用户真实IP点击,效果更佳! -Stone ranked at the same time support baidu, sogou, 360 ranking asc
  3. 所属分类:Driver develop

    • 发布日期:2017-05-18
    • 文件大小:4.48mb
    • 提供者:KUGA
  1. work4

    0下载:
  2. 随机给出一个页面执行序列,如:1,5,3,4,2,1,3,4,5,7,9,……。要求计算以下几种置换算法的缺页数、缺页率和命中率。   最佳置换算法OPT(Optimal)   先进先出算法FIFO(First In First Out)  最近最少使用算法LRU(Least Recently Used)-Random page gives an execution sequence, such as: 1,5,3
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3kb
    • 提供者:谢韵垚
  1. Project

    0下载:
  2. mini搜索引擎,载入50个文本文件,然后通过输入关键词来计算词出现的次数-we will design and implement a mini search engine that is used to search through a set of 50 documents and a set of sample queries. The data structures used for storing is vector and array. The algorithm in this
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3.63kb
    • 提供者:li
« 12 »
搜珍网 www.dssz.com