搜索结果
找到约 618 项符合
second-CLOCK 的查询结果
单片机开发 NRF905驱动代码 // The content of this struct is nRF905 s initialize data. // CH_NO=1 433MHZ Normal O
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
VHDL/FPGA/Verilog vhdl编写
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
...
单片机开发 Library and command line program for Huffman encoding and decoding both files and chunks of memory.
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
Java编程 This the OXO example code plus the presentation. It is intended to provide you with some clues about
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.
VHDL/FPGA/Verilog 16位cpu设计VHDL源码
16位cpu设计VHDL源码,其中包括alu,clock,memory等部分的设计
其他 This assignment requires you to complete the dynamic drawing components of the Date/Time Control Pan
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 th ...
其他书籍 s3c2410平台的开发详解 包括 开发环境 linux的 还有 gdb的 还有基础实验 包括LED I/O, linux, memory , flash , uart , 中断,timer ,mmu
s3c2410平台的开发详解 包括 开发环境 linux的 还有 gdb的 还有基础实验 包括LED I/O, linux, memory , flash , uart , 中断,timer ,mmu, clock还有bootloader vivi等 初学者的 宝典 强烈推荐
汇编语言 报时小闹钟 本程序是一个用汇编编的精致的图形时钟
报时小闹钟
本程序是一个用汇编编的精致的图形时钟,运行时双击clock图标即可,
钟表显示的时间为本机系统的时间。
按b键可扩大画面 ;按s键可缩小画面;按c键可改变颜色;按e键可听音乐;
按q键退出本程序.
单片机开发 S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash contro
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的使用。
Linux/Unix编程 一个linux进程管理器,具有以下功能: 管理系统的进程
一个linux进程管理器,具有以下功能:
管理系统的进程,
包括系统中进程的ID,owner ID, effective user ID、
进程之间的关系、各个进程占用的内存大小、进程的状态;
列出各个进程使用的文件描述符,以及它们打开的文件;
列出各个进程当前的信号使用情况,
包括各个阻塞的信号,各个信号的处理(如采用的哪一种处理方式, ...