搜索资源列表
1001
- lcm测试程序,对LCM设计者有帮助,希望大家能用上.
1001
- MPEG4编解C源代码,已移植到ARM和DSP上.
vhdl
- 用状态机检测1001序列的vhdl代码 1001 sequence detection using the state machine vhdl code-1001 sequence detection using the state machine vhdl code
ALU1
- ALU 指令格式(16位) op DR SR fun 0--3 4—7 8--11 12--15 指令类 OP码 指令 FUN 功能描述 控制 0000 NOP 0000 空指令 HLT 0001 停机 有条件跳转 0010 JZ 0000 Z=1,跳转 JC 0001 C=1,跳转 JNC 0010 C=0,跳转 JNZ 0100 Z=0,跳转 Jump 0101 无条件跳转 LOAD 001
z
- 描述 Sramoc ( K , M ) 表示用数字0、1、2…、K-1组成的自然数中能被M整除的最小数。给定 K、M,求Sramoc ( K,M )。例如 K=2,M=7的时候,Sramoc( 2 , 7 ) = 1001。 输入 第一行为两个整数K、M满足2<=K<=10、1<=M<=1000。 输出 输出Sramoc(K,M)。 样例输入 2 7 样例输出 1001-Descr
vhdl
- 数码管现实bcd码的解码过程,0000-1001用数码管现实译码结果-Bcd nixie tube reality code
f
- 一个BCD的优先编码器电路,输入为10个开关的状态,要求输出开 关对应的编码。输出编码用4位表示,第一个开关为0时,输出为0000时,第二个开关为0时,输出为0001时,...... 第10个开关为0时,输出为1001。第10个开关的优先级最高。当没有按键按下时,输出信号E为1。有按键按下时,输出信号E为0。 -A BCD priority encoder circuit, the input switches for the 10 state code requirements of
Phoenix2
- 用VHDL设计一个双进程状态机, 状态0时如果输入“10”则转化为另一状态,否则输出‘1001’; 状态1时如果输入“11”则转化为下一状态,否则输出‘0101’; 状态2市如果输入“01”则转化为下一状态,否则输出‘1100’; 状态3时如果输入“00”则转化为状态0,否则输出'0010'; 复位状态为0-conditional machine
stepper-motor
- 两相四线的步进电机,有两个绕组:A,B。 A绕组通正向电流用(+A)表示;通反向电流用(-A)表示。 B绕组表示方法同上。 同电次序: 两相,四拍:(+A)(+B)--(-A)(+B)--(-A)(-B)--(+A)(-B)-- xxxx 1010 0110 0101 1001 单相,四拍:(+A)--(+B)--(-A)--(-B)-- 0x02,0x04,0x01,0x08 八拍,半步:(+A)(+B)--(+B)--(-A)(+B)--(-A)--(-
IR_4CE30_USB2.0
- 红外接收将EP4CE30 VER2.0插在USB2.0 VGA SD Expansion Board板上下载程序。红外发射器上按键0-9,对应在EP4CE30 VER2.0对应LED4-LED1显示“0000”-“1001”。其他按键显示“1111”-EP4CE30 VER2.0 infrared receiver will download USB2.0 VGA SD inserted in the Expansion Board board. Infrared transmitter but
1001夜学三菱PLC例程-压缩包001
- 该包中包含了10个plc编程开发实例,本人计划搜集到常用的完整的实例1001个,方便初学者系统的学习plc(The package contains 10 examples of PLC programming development, I plan to collect the commonly used examples of 1001 complete, easy for beginners to learn the system PLC)
1001夜学三菱PLC例程-压缩包002
- 该包包含10个PLC程序开发实例,我打算收集1001个常用的例子完整,便于初学者学习系统plc。(The package contains 10 examples of PLC programming development, I plan to collect the commonly used examples of 1001 complete, easy for beginners to learn the system PLC)
1001夜学三菱PLC例程-压缩包003
- 该包包含10个PLC程序开发实例,我打算收集1001个常用的例子完整,便于初学者学习系统plc。这是第三个压缩包。(The package contains 10 examples of PLC program development, I intend to collect 1001 commonly used examples of integrity, easy for beginners to learn the system plc. Here are third compressio
哈夫曼编码器设计实验报告
- 要求对一段数据序列进行哈夫曼编码,使得平均码长最短,输出各元素编码和编码后的数据序列。 ①组成序列的元素是[0-9]这10个数字,每个数字其对应的4位二进制数表示。比如5对应0101,9对应1001。 ②输入数据序列的长度为256。 ③先输出每个元素的编码,然后输出数据序列对应的哈夫曼编码序列。(Design a 1MHz FIR low pass filter. Huffman coding is required for a section of data sequence to m