CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - A Simple Processor

搜索资源列表

  1. 滤波

    1下载:
  2. 一个windows简单的信号处理器,能进行固定带通滤波、可变通滤波、删除噪声、输入输出误差等功能,-a simple signal processor can for the fixed band-pass filter, flexible filter to remove noise, input and output functions such as error,
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:102977
    • 提供者:lanhaibo2003
  1. 5ivb_431448

    0下载:
  2. 一个简单的图像处理器,实现旋转和格式变换等基本功能-a simple image processor to achieve rotating format and transform the basic functions
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:617983
    • 提供者:lhy
  1. pingyi

    0下载:
  2. 一个简单的图形处理器,实现图形平移的基本功能 -a simple graphics processor, graphics translation of basic functions
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:265598
    • 提供者:lhy
  1. Clunzhuanfa

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。   简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-prepared a simulation and debugging process sched
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1616
    • 提供者:庄宁文
  1. 进程调度试验

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1998
    • 提供者:求新
  1. H1

    0下载:
  2. 进程优先算法,进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-process priority algorithm, the process of scheduling processor is the core content management. The experiment called for using the C language and
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:yuyu
  1. 1

    0下载:
  2. 用C/C++设计一个简单行编辑处理器,实现其最基本的功能: (1)该行编辑器不超过10行,每行以回车结束 (2)数据以文件形式储存;从键盘输入数据,建立并保存为磁盘数据文件edit.txt (3)字符的输入,修改; (4)符号串的查找,替换; -Using C/C++ to design a simple line editor processor, to achieve its most basic functions: (1) the line editor does
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2606
    • 提供者:蜗蜗牛
  1. ask10

    0下载:
  2. This a simple MIPS processor datapath written in VERILOG hardware language. You can see the signals when emulating in signalscan. Compile it with verilog in linux.-This is a simple MIPS processor datapath written in VERILOG hardware language. You can
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1841
    • 提供者:thesky
  1. Audio

    0下载:
  2. ADSP BF537 在Visual DSP串口通信例程,使用DMA方式,包括AD和DA-The Talkthru demo demonstrates the initialization of SPORT0 to establish a link between the ADSP-BF537 and the AD1854/AD1871 /DAC. The program simply sets up the SPORT0 to receive/transmit audio s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:37152
    • 提供者:mircal
  1. NK

    0下载:
  2. this is a simple os for a arm 9 processor application in win ce5
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:9590513
    • 提供者:bash
  1. mcu_8

    0下载:
  2. 使用函数实现简单的八位处理器 软件开发环境:ISE 7.1i 仿真环境:ISE Simulator 1. 这个实例实现通过ISE Simulator工具实现一个可以进行两个八位操作数四种操作的简单处理器; 2. 工程在project文件夹中,双击mpc.ise文件打开工程; 3. 源文件在rtl文件夹中,mpc.v为设计文件,mpc_tb.tbw是仿真波形文件; 4. 打开工程后,在工程浏览器中选择mpc_tb.tbw,在Process View中双击“Si
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:220945
    • 提供者:王磊
  1. cxcpu

    0下载:
  2. Component cxCpu - provides a simple method of identifying the host processor and its features without you, the developer, having to worry about different vendors implementations of the CPUID instruction-Component cxCpu- provides a simple method of id
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:48245
    • 提供者:Stanley Alves
  1. prawn

    1下载:
  2. Prawn is a simple eight-bit microprocessor based on the sample processor described in Chapter 9 of "VHDL : Analysis and Modeling of Digital Systems"by Z. Navabi, McGraw-Hill,Inc. 1993. We have added some features such as interrupt, stack and some con
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:697972
    • 提供者:ying
  1. P7_Procesador

    0下载:
  2. SIMPLE PROCESSOR CODE
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1303764
    • 提供者:anaterremoto
  1. MyRtf

    0下载:
  2. Simple Word Processor-This project build a simple word processor with CRichEditCtrl, rtf format.
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:61699
    • 提供者:szRichards
  1. source

    0下载:
  2. CarbonSoft cxCpu provides a simple method of identifying the host processor and its features without you, the developer, having to worry about different vendors implementations of the CPUID instruction. Written in Object Pascal (with a smattering of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:54215
    • 提供者:hasanvb
  1. proj4

    0下载:
  2. A simple processor for basic assembly commands plus a few more complex commands
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2355940
    • 提供者:mandara
  1. simple-CPU

    0下载:
  2. 用C语言编写的简单处理器仿真器,CPU 仿真器-a simple pipelined processor simulater
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2558
    • 提供者:Bonnie
  1. Chapter2

    0下载:
  2. This is a mips processor code, simple but detailed, functions well, easy to understand, modify and extend, deliver, maintain.
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:1024
    • 提供者:Tom1215
  1. Scomputer

    0下载:
  2. a simple processor in vhdl
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2909184
    • 提供者:Tabbie
« 12 »
搜珍网 www.dssz.com