搜索资源列表
usbtest
- /*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/ TMOD = 0x20 /*定时器*计数器1的操作模式为2*/ PCON = 0x80|PCON /*SMOD 置1*/ TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/ TR1 = 1 /*定时器*计数器1开始工作*/ REN = 1 /*允许串行口接收*/-/ * serial port mode 1:8 bit UART,
hostdebugger
- /*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/ TMOD = 0x20 /*定时器*计数器1的操作模式为2*/ PCON = 0x80|PCON /*SMOD 置1*/ TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/ TR1 = 1 /*定时器*计数器1开始工作*/ REN = 1 /*允许串行口接收*/-/ * serial port mode 1:8 bit UART,
w78e51bcn
- W78E51B 规格书 W78E51B 是宽频率范围、低功耗的8 位微控制器。它的指令集同标准8051 指令集完全兼容。W78E51B 包含4K 字节的Flash EPROM;128 字节的RAM;4 个8 位双向、可位寻址的I/O 口;一个附加的4 位 I/O 口P4;2 个16 位定时/计数器;一个硬件Watchdog 定时器及一个串行口。这些外围设备都由有7 个中断源和2 级中断能力的中断系统支持。为了方便用户进行编程和验证,W78E51B 内含的Flash EPROM
verilog
- 基于QUATEUS2的设计一个8位频率计verilog语言编程-The design is based QUATEUS2 an 8-bit frequency counter verilog programming language
ATmega88_cn
- ATmega48/88/168产品特性 • 高性能、低功耗的8 位AVR® 微处理器 – 256/512/512 字节的EEPROM (ATmega48/88/168) 擦写寿命: 100,000 次 – 512/1K/1K 字节的片内SRAM (ATmega48/88/168) – 具有独立振荡器的实时计数器RTC – 六通道PWM – 8路10 位ADC(TQFP 与MLF 封装) – 6路10 位ADC( PDIP 封装) – 可编程的串
74HC40103PW
- NXP 8-bit synchronous binary down counter
11
- cnt6.bdf 六进制约翰逊计数器 counters.vhd 不同功能的简单计数器 count60.vhd 60进制计数器 count60.bdf 60进制计数器 counter_1024.vhd 8位二进制计数器 counter_1m.vhd 16位二进制计数器 counter.vhd N进制计数器-M Johnson cnt6.bdf six different functions counters.vhd counter simple counter count
shiyan6
- 一个8位的十进制频率计数器,功能经过测试.-An 8-bit decimal frequency counter, function tested.
DVF
- 数控分频器的设计数控分频器 端口定义: CLK:时钟输入 D[7..0]:预置数据 Fout:分频输出 说明: D[7..0]作为8位加1计数器的初值,初值越大,分频输出频率越高,反之越低, -NC NC divider divider port the definition of design: CLK: Clock input D [7 .. 0]: preset data Fout: frequency output that: D [7 .. 0] as
freopen
- c语言的freopen函数,在DEV_CPP中能够创建一个8位二进制数取反后的结果-freopen function c language in DEV_CPP able to create an 8-bit binary counter-check the results
example3
- Example3 加/减法计数器 本例程实现的是一个加/减8 进制计数器。其中包括时钟输入、使能信号、加减控制信 号、复位信号、三位输入和一位进位位。 -Example3 add/subtract counter implementation of this routine is a plus/minus 8 binary counter. These include the clock input enable signal, addition and subtractio
Counter
- Counter 8-bit it count 8 bits
Timers
- This program presents an example of use of the Timer0 of the C8051F02x s in 8-bit reload timer mode. It uses the F020DK as HW platform and blinks a LED. To do so it used an interrupt driven by the Timer0 which toggles the LED. (using an auxilia
counter
- there is a text file of code for 8 bit up counter in verilog.
32counter
- 用VHDL语言设计一个32位二进制计数器并进行功能仿真 2.用VHDL语言设计一个8位数码扫描显示电路 -A 32-bit binary counter design using VHDL language and functional simulation using VHDL language design an 8-bit digital scanning display circuit
counter8
- 基于verilog的8位计数器的编写,有测试程序,并且测试通过-Based on the 8-bit counter verilog preparation, test procedures, and test by
Eight-16-band-frequency-meter-design
- 8位16进制频率计的设计,其中包括测评控制电路的设计,32位锁存器的设计,32位计数器的设计和频率计顶层文件-Eight 16-band frequency of the design, including the design of the evaluation of the control circuit, 32-bit latch design, the design of 32-bit counter and frequency meter top-level document
PLC-8-bit-counter-proteus
- PLC 8位计数抢答器的程序已及仿真程序图-PLC 8-bit counter Responder program has been and simulation program in Figure
Count8
- vhdl code for eight bit counter
8比特的约翰逊计数器
- 用Verilog语言编写程序实现8比特约翰逊计数器(Write a program in Verilog language to implement the 8 bit Johnson counter.)