CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fifo c

搜索资源列表

  1. USB_firmware

    0下载:
  2. Cypress USB芯片8051固件程序,sync fifo模式,C开发-8051 Cypress USB chip firmware, sync fifo mode, C development
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:204428
    • 提供者:lgp
  1. 999

    0下载:
  2. 进程调度c语言实现 先进先出 优先级 齿轮-C language FIFO process scheduling priority Gear
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1752
    • 提供者:xiewen
  1. page

    0下载:
  2. C++实现的请求页式存储管理的模拟程序,缺页处理采用FIFO的算法!-C++ implementation of the requested page storage management simulation program, page fault handling using the FIFO algorithm!
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1227
    • 提供者:liwei
  1. process

    0下载:
  2. 进程调度,利用C语言,运用先进先出等算法实现进程的调度-progress program,use C language ,use fifo ,sjf come to progress program.this is very inters.hope it will help you.it is not complex.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1308
    • 提供者:july
  1. SFLASH

    0下载:
  2. FT2232L DUAL USB UART/FIFO I.C. FLASH TOOL
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:7189
    • 提供者:LinTong
  1. OSControl

    0下载:
  2. 用C#写的操作系统进程的调度,有FIFO调度,时间片轮转调度等算法,需要DevExpress2011V2插件支持-C# to write the operating system process scheduling, FIFO scheduling, round-robin scheduling algorithm needs DevExpress2011V2 plug-in support
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:585859
    • 提供者:Meteor
  1. fifovideo

    0下载:
  2. 里面用c语言写的fifo摄像头资料程序和一些文档,说明如何使用fifo摄像头-fifo video material with c language
  3. 所属分类:Communication

    • 发布日期:2017-11-19
    • 文件大小:3654831
    • 提供者:gaoxinglong
  1. D2XXPG21

    0下载:
  2. FTDI’s “D2XX Direct Drivers” for Windows offer an alternative solution to our VCP drivers which allows application software to interface with FT232 USB UART and FT245 USB FIFO devices using a DLL instead of a Virtual Com Port. The architecture of the
  3. 所属分类:File Formats

    • 发布日期:2017-11-11
    • 文件大小:319837
    • 提供者:Jack
  1. USB_Control_Firmware

    0下载:
  2. C++语言编写的针对CY7C68013A芯片的固件程序。包括了对USB Slave FIFO的配置和内部传输管道以及FIFO大小的必要控制。该程序在硬件上通过测试,在没有其他USB设备干扰的应用下,可以确保450Mbps通讯效率。-Firmware control for USB Slave FIFO in CY7C68013A. It define the necessary configuration on transaction segment and pipe as well as FI
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-23
    • 文件大小:1404803
    • 提供者:Alex Liu
  1. Cpp1

    0下载:
  2. 用c++写的一个FIFO算法,感觉还不错-The FIFO algorithm with c++ write, I feel pretty good
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:916
    • 提供者:吴志龙
  1. USBPCDemo-VC

    0下载:
  2. USB2.0上位机的驱动程序,由C++编写,可用于Slave FiFO模式下。-The the USB2.0 host computer drivers by C++ preparation, can be used to the Slave FiFO mode.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-11
    • 文件大小:57921
    • 提供者:冯沛隆
  1. NwebCrawler

    0下载:
  2. NwebCrawler是用C#写的一款多线程网络爬虫程序,它的实现原理是先输入一个或多个种子URL到队列中,然后从队列中提取URL(先进先出原则),分析此网页寻找相应标签并获得其href属性值,爬取有用的链接网页并存入网页库中,其中用爬取历史来记录爬过的网页,这样避免了重复爬取。提取URL存入队列中,进行下一轮爬取。所以NwebCrawler的搜索策略为广度优先搜索。采用广度优先策略有利于多个线程并行爬取而且抓取的封闭性很强。-NwebCrawler is a multi-threaded w
  3. 所属分类:Search Engine

    • 发布日期:2017-11-06
    • 文件大小:14313
    • 提供者:sunshine
  1. fifo_Demo

    0下载:
  2. linux环境系统编程实例 fifo读写 c源码-linux c program demo,fifo read and write src
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:2103
    • 提供者:孟士淇
  1. OS_EX5-1

    0下载:
  2. 模拟磁盘调度算法,fifo,scan,c-scan,c-look-Simulated disk scheduling algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:927
    • 提供者:xuhaoqi
  1. diskScheduling

    0下载:
  2. 程序功能: 1. 设计程序实现FIFO、SSTF、SCAN以及C-SCAN四种不同的磁盘调度算法。 2. 磁盘调度请求序列长度不少于100。 3. 给出每种调度的服务序列。 4. 统计每种调度的磁道移动数。 -Program features: 1. Design process to achieve FIFO, SSTF, SCAN and C-SCAN four different disk scheduling algorithms. 2 disk scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:10240134
    • 提供者:周周
  1. PageReplacement

    0下载:
  2. 用c语言实现的页面置换算法,具体包括最佳替换算法,随机替换算法,FIFO算法,LRU算法和Clock算法。引用串的生成是尽量模拟真实的程序局部性而设计的。-a C program implements page replacement algorithm:include optimal algorithm, random algorithm, FIFO algorithm, LRU algorithm and Clock algorithm. The generation of referenc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:337957
    • 提供者:廖宇豪
  1. chat_fifo_list

    0下载:
  2. 基于fifo管道的一个简单C/S聊天程序,通过这个简单的程序,可以让我们对管道编程有更清晰的理解!-Based on a simple fifo pipe C/S chat program, through this simple program that allows programming of the pipeline we have a clearer understanding!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5397
    • 提供者:yangchaoxu
  1. pagechange

    0下载:
  2. 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:1501
    • 提供者:xugu
  1. pagechange

    0下载:
  2. 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1548
    • 提供者:ectivehe
  1. arrlist

    0下载:
  2. 用数组实现的FIFO,结构体封装。用一组函数,主要参数为结构体指针,实现了类似于C++中类的操作。可用于在ARM等嵌入式处理器中作为缓冲区使用。-Using array implementation FIFO, structure package. With a set of functions, the main parameters for the structure pointer, to achieve a similar C++ in class action. Can be used
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:5705
    • 提供者:MS
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com