NRF905驱动代码 // The content of this struct is nRF905 s initialize data. // CH_NO=1 433MHZ Normal Opration,No Retrans RX,TX Address is 4 Bytes // RX TX Payload Width is 32 Bytes Disable Extern Clock Fosc=16MHZ // 8 Bits CRC And enable
标签: initialize 905 content Normal
上传时间: 2013-12-16
上传用户:lanjisu111
vhdl编写,8b—10b 编解码器设计 Encoder: 8b/10b Encoder (file: 8b10b_enc.vhd) Synchronous clocked inputs (latched on each clock rising edge) 8-bit parallel unencoded data input KI input selects data or control encoding Asynchronous active high reset initializes all logic Encoded data output 10-bit parallel encoded output valid 1 clock later Decoder: 8b/10b Decoder (file: 8b10b_dec.vhd) Synchronous clocked inputs (latched on each clock rising edge) 10-bit parallel encoded data input Asynchronous active high reset initializes all logic Decoded data, disparity and KO outputs 8-bit parallel unencoded output valid 1 clock later
上传时间: 2016-05-05
上传用户:gundamwzc
Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
标签: and encoding decoding Library
上传时间: 2016-06-01
上传用户:zhaiye
This the OXO example code plus the presentation. It is intended to provide you with some clues about the structure and classes you may need for your second assignment. I have also included the jar file.
标签: presentation the intended example
上传时间: 2016-06-20
上传用户:恋天使569
16位cpu设计VHDL源码,其中包括alu,clock,memory等部分的设计
上传时间: 2016-06-30
上传用户:saharawalker
This assignment requires you to complete the dynamic drawing components of the Date/Time Control Panel from the previous two programming assignments. In particular, you will be moving the map found in the "Time Zone" tab when the time zone changes and will be drawing a clock face corresponding to the time setting.
标签: assignment components the requires
上传时间: 2016-07-03
上传用户:JIUSHICHEN
s3c2410平台的开发详解 包括 开发环境 linux的 还有 gdb的 还有基础实验 包括LED I/O, linux, memory , flash , uart , 中断,timer ,mmu, clock还有bootloader vivi等 初学者的 宝典 强烈推荐
标签: linux s3c2410 memory flash
上传时间: 2014-01-25
上传用户:wangyi39
报时小闹钟 本程序是一个用汇编编的精致的图形时钟,运行时双击clock图标即可, 钟表显示的时间为本机系统的时间。 按b键可扩大画面 ;按s键可缩小画面;按c键可改变颜色;按e键可听音乐; 按q键退出本程序.
上传时间: 2016-07-09
上传用户:笨小孩
S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash controller uart printf,scanf interrupt controller timer mmu clock vivi等; 主要讲述了单片机s3c2410的使用。
标签: memory_controller arm-linux-ld IO_ports LED_ON_C
上传时间: 2013-12-21
上传用户:851197153
一个linux进程管理器,具有以下功能: 管理系统的进程, 包括系统中进程的ID,owner ID, effective user ID、 进程之间的关系、各个进程占用的内存大小、进程的状态; 列出各个进程使用的文件描述符,以及它们打开的文件; 列出各个进程当前的信号使用情况, 包括各个阻塞的信号,各个信号的处理(如采用的哪一种处理方式,如采用了Catch function,给出Catch Function的地址或名称); 能对某一进程进行挂起、暂停、终止等操作。统计各个进程的运行时间, 包括system time,user time 与clock(即从开始至终止时间)。 给出各个进程对应的可执行文件名,owner名称,effective名称。 采用图形化界面。 实时统计系统cpu和内存状况
上传时间: 2016-07-16
上传用户:lindor