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

搜索资源列表

  1. cputicker

    0下载:
  2. CPU 的精确计时器 This class implements an MFC wrapper class for the Pentium-specific (or better) time stamp counter which can be accessed using the "RDTSC" assembly language instruction. This counter has a resolution in terms of PCLKS (processor clocks)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:15836
    • 提供者:谢兵
  1. Recognition.Based.on.DSP

    0下载:
  2. 这里提出了基于dsp的ocr识别仪, 采用接触式图像传感器摄取文档的原始图像, 数字信号处理器DSP OCR实现版面分析和字符识别。将识别结果输入到计算机中进行后处理。这样一台计算机可以联结多台识别仪, 大大降低识别系统的成本, 在大规模的表格文档自动处理中具有重要的意义。-Here based on the ocr recognition dsp device, using Contact Image Sensor uptake of the original document images,
  3. 所属分类:DSP program

    • 发布日期:2017-03-25
    • 文件大小:205837
    • 提供者:memcpy
  1. UPS-500W

    2下载:
  2. UPS-500W的电路图 -Circuit diagram of UPS-500W
  3. 所属分类:SCM

    • 发布日期:2016-09-11
    • 文件大小:202991
    • 提供者:david
  1. MX12

    0下载:
  2. 微芯力arm9 开发板的硬件电路图,包括处理器芯片和外围电路-Chipscreen power ARM9 development board hardware circuitry, including the processor chip and the external circuit
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:478849
    • 提供者:wang
  1. buildroot-0.9.27

    0下载:
  2. 用于生成linux操作系统下的交叉编译工具链和嵌入式linux系统的根文件系统,支持x86、arm、powerpc等处理器-Linux operating system used to generate the cross compiler tool chain and embedded linux system root file system, support for x86, arm, powerpc, such as processor
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1742410
    • 提供者:huang
  1. ARM

    0下载:
  2. arm中文资料,ARM指令集(中文),对arm寄存器和处理器模式进行了说明,程序状态寄存器,寄存器装载和存储指令,算数和逻辑指令,移位操作,乘法指令,比较指令,分支指令,条件执行,软件终端指令,-arm of Chinese information, ARM instruction set (Chinese) on the arm and the processor mode register are described, the program status register, registe
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-10
    • 文件大小:2416554
    • 提供者:郭蒙宗
  1. cpu_mem

    0下载:
  2. 模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2968
    • 提供者:只取一片
  1. s3c2410boot

    0下载:
  2. 三星公司的ARM9处理器型号为s3c2410芯片的启动代码,已经移植好,其中保护芯片的USB驱动代码-Samsung ARM9 processor S3C2410 chip model startup code, have been transplanted, and which protect the chip USB driver code
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:244115
    • 提供者:黄德
  1. s3c2410linuxexampleapp

    0下载:
  2. 三星公司ARM9处理器信号为s3c2410芯片上的linux应用程序,其中包含按键、hello、led灯、boa、vidcat等几个应用程序,希望对您有用-ARM9 Samsung S3C2410 processor signal for linux on a chip applications, which includes buttons, hello, led lights, boa, vidcat several applications, I hope you are useful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:334753
    • 提供者:黄德
  1. s3c2410vivi_linux

    0下载:
  2. 三星公司ARM9处理器型号为S3C2410芯片的bootload代码vivi,已经移植好,用于启动linux系统及其它一些功能,希望对您有用-Samsung ARM9 processor S3C2410 chip model code Bootload vivi, have been transplanted, and used to start linux system and other features, I hope you are useful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:585412
    • 提供者:黄德
  1. s3c2410linuxov511driver

    0下载:
  2. 三星公司ARM9处理器型号S3C2410芯片的网络摄像头驱动程序,操作系统是linux,已经移植好,希望对您有用-Samsung ARM9 processor S3C2410 chip models webcam drivers, operating system is linux, have been transplanted, and hope that useful to you
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:44365
    • 提供者:黄德
  1. UDPinterception

    0下载:
  2. UDP数据侦听的例子,实现了udp数据侦听回环操作,可以移植到LPC处理器上,不同的处理器只需要修改启动文件就可以了,非常容易移植-UDP data examples of listening to realize data udp listening circle operation, can be transferred to the LPC processor, different processors only need to modify the startup file can be
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:500667
    • 提供者:jim
  1. TCPinterception

    0下载:
  2. tcp数据侦听的例子,实现了udp数据侦听回环操作,可以移植到LPC处理器上,不同的处理器只需要修改启动文件就可以了,非常容易移植,该例子是在ucos环境下移植,并在lpc2368处理器上运行成功,选用的是DM69161网卡-tcp listening examples of data to achieve a listening udp data loop operation, can be transferred to the LPC processor, different process
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:501337
    • 提供者:jim
  1. 1024FFT_ASIC

    0下载:
  2. 1024点复数专用FFT处理器的ASIC实现-1024 point complex FFT processor dedicated ASIC realization
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2804055
    • 提供者:enhom
  1. FFTuseFPGA

    0下载:
  2. FFT处理器的FPGA设计,可供FPGA的DSP应用参考-FFT processor, FPGA design, DSP applications for FPGA-reference
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:216557
    • 提供者:enhom
  1. ccxx00_sch

    0下载:
  2. 关于TI CCxx00 868MHz无线通信的设计原理图 处理器可以由用户自己选择。-TI CCxx00 868MHz on the design of wireless communications processor schematic of their choice by the user.
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:39190
    • 提供者:Jeson
  1. arm+ucos

    0下载:
  2. 在proteus仿真arm处理器,并且一直ucos操作系统,精彩呈现给大家-Simulation in Proteus arm processor, operating system and has been uCOS, wonderful show for everyone
  3. 所属分类:SCM

    • 发布日期:2017-05-15
    • 文件大小:3687592
    • 提供者:fraud
  1. RR

    0下载:
  2. 用JAVA实现的CPU处理机时间片轮转算法-Realized using JAVA processor CPU time slice Round Robin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1973
    • 提供者:
  1. yinhangjia

    0下载:
  2. 使用C语言来实现的CPU处理机中的银行家算法-The use of C language to realize the CPU processor of the banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:1708
    • 提供者:
  1. OMAP2430_DM

    0下载:
  2. OMAP,不错的处理器.希望对大家有帮助.哈哈,我也在用.-OMAP, good processor. Hope all of you help. Haha, I also use.
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1554470
    • 提供者:古龙
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com