Welcome![Sign In][Sign Up]
Location:
Search - 74 595

Search list

[Other resource74LS595.C

Description: 先声明,本程序来自网上。要感谢就感谢原作者。 74595,与大家分享!-first statement, the procedure from the Internet. On grateful thanks to the original author. 74,595 to share with you!
Platform: | Size: 816 | Author: 吴莹 | Hits:

[ARM-PowerPC-ColdFire-MIPS74LS595.C

Description: 先声明,本程序来自网上。要感谢就感谢原作者。 74595,与大家分享!-first statement, the procedure from the Internet. On grateful thanks to the original author. 74,595 to share with you!
Platform: | Size: 1024 | Author: 吴莹 | Hits:

[SCMhc595

Description: 51开发板源程序,74HC595驱动显示程序.在该模块中,共有4位LED,采用74HC595驱动显示.-51 Development Board source, Bit-driven display program. In this module, A total of four LED, using 74 HC595-driven show.
Platform: | Size: 18432 | Author: liping | Hits:

[SCMled_5

Description: //串行驱动led显示, //一个74hc595位移寄存器驱动三极管驱动led位, //两个74hc595驱动led段,方式位5位x8段x2=10个数码管 //5分频,每次扫描时间位1.25ms-//Serial Driver led,// a 74 hc595 displacement Driver Register triode-led drive,// 2 74 hc595 led drive, 5-way x8 of x2 = 10 digital control// 5 frequency, each scan time-1.25ms
Platform: | Size: 1024 | Author: 张丰 | Hits:

[SCM74595

Description: 74595仿真,多片级联。采用三线与单片机进行连接,速度快!-74,595 emulation, multi-chip cascade. Three-line and single-chip connections, fast!
Platform: | Size: 25600 | Author: 张国华 | Hits:

[SCM595led

Description: 74HC595 的LED 程序,一个完整版,一个简单版,特别推荐简单版,看完后就马上理解如何驱动74HC595,学习起来也轻松的多-74HC595 the LED process, a complete version, a simple version, in particular, a simple version recommended reading to understand how to drive as soon as 74HC595, it is also easy to learn more
Platform: | Size: 15360 | Author: Shadow | Hits:

[SCMxf5

Description: 4寸大数码管显示,采用共阳级,74595串联移码方式驱动2003达林顿芯片,用89c51的P1.0,P1.1,P1.2连接-4-inch digital display, using a total of Yang-class, 74,595 tandem frameshift driven 2003 Darlington chip 89C51 with the P1.0, P1.1, P1.2 to connect
Platform: | Size: 15360 | Author: 许石宝 | Hits:

[SCM74595qudong6geLEDPROTEUSfangzhen

Description: 运用PTOTEUS仿真74595对6个LED数码管的驱动显示,了解串口的数据传送模式。-PTOTEUS simulation using 74,595 pairs of six digital tube LED display drivers to understand the serial data transfer mode.
Platform: | Size: 72704 | Author: MC | Hits:

[SCM1302

Description: 1302 加74595串行显示,程序调试可以使用-74,595 plus 1302 serial shows that can be used for program debugging
Platform: | Size: 77824 | Author: 赵海洋 | Hits:

[VHDL-FPGA-Verilog74595

Description: 串并转换仿真,内有详细说明和仿真波形,能够成功运行-SERDES simulation
Platform: | Size: 1252352 | Author: liuchao | Hits:

[Embeded-SCM Develop595led

Description: 利用74HC595实现了简单的跑马灯,74HC595主要实现了串口输入并口输出的作用,还有移位的功能.-74HC595 achieved using a simple ticker
Platform: | Size: 1024 | Author: Ricky | Hits:

[assembly language74HC595

Description: 关于74595的实现跑那等的程序,十分有用的,大家借鉴-About 74,595 of the realization that such a program to run, very useful, everybody' s reference
Platform: | Size: 1024 | Author: 刘保 | Hits:

[Windows Develop1632

Description: 基于89s52单片机74595和74138的16乘32点阵显示,能实现左右上下滚动和上下卷帘等变幻画面,并且可实现proteus仿真-Based on 89s52 microcontroller 74 595 and 74 138 16 x 32 dot matrix display, scroll up and down to achieve about such changes and rolling up and down the screen, and can achieve proteus simulation
Platform: | Size: 1024 | Author: 马强 | Hits:

[SCM74595_serial-display

Description: 关于74595串行显示,含protues仿真-About 74,595 serial display, including protues simulation
Platform: | Size: 35840 | Author: 云杰 | Hits:

[Other Embeded program32x64-LED

Description: 用 74595+154组成的 32x64 LED点阵仿真-Composed by 74 595+154 32x64 LED dot-matrix simulation
Platform: | Size: 83968 | Author: zengwh | Hits:

[SCMSPI-595

Description: 用标准的SPI接口去实现对74HC595控制操作。-Use standard SPI interface control 74 HC595。
Platform: | Size: 20480 | Author: yang | Hits:

[Otherjisuanqi

Description: 用51上用c控制74595实现了一个简单的计算器,并用检测跳变沿的方式对按键进行消抖。-Debounce c control 51 74 595 to achieve a simple calculator and detection hopping along the keys.
Platform: | Size: 2048 | Author: 刘延飞 | Hits:

[SCM74HC595

Description: 在做一个项目应用时,使用的I/O较多,应用到了74595来做扩展,但是若要挂接多片74595,势必也要多用到I/O口,为了解决这个问题,我将每2片74595做级联,然后再将级联之后的所有时钟线与数据再并联在一起(即所有的74595共用时钟与数据线,故只占用2个I/O口线),最后对每一组的锁存控制线做单独控制(在这里也相当于片选了),这样一来硬件电路得到了很大程度的简化,同时在程序上也可以共用一个74595的驱动子程序,控制不同的锁存控制线,串行数据也就送到了不同74595级联模组端口。故此对硬件与软件都有很大程度的优化。-Application to do a project, the more I/O, applied to the 74,595 to do the extension, but you want to mount multi-chip 74595, is bound to have a lot to use the I/O port, in order to solve this problem, I will be every 2 sheet 74595 do cascade, and then cascade after all the clock line and the data in parallel and then together (i.e., all 74595 communal clock and data lines, it only occupies two I/O port lines) Finally, for each group latch control lines do individually controlled (equivalent to Chip Select), so that a hardware circuit by a great degree of simplification, both procedures can also share a driving subroutine 74595, to control the type of lock inventory control line, serial data is sent to the port 74595 cascade module. As a result of the hardware and software have a large degree of optimization.
Platform: | Size: 83968 | Author: cxs | Hits:

[SCM32-buttons-1--595

Description: 32按键控制32个LED灯并带一个74HC595扩展。每一个按键独立控制一个LED亮灭,并且,通过了proteus 仿真。-32 buttons control the 32 leds with a 74 hc595 are needed. Each key independent control destroy an LED light, and, through the proteus simulation.
Platform: | Size: 78848 | Author: 赵朴 | Hits:

[SCMZG_18B20_74595.RAR

Description: STC12C5A60S2单片机18B20加74595数码管显示-STC12C5A60S2 SCM 18B20 plus 74,595 digital display
Platform: | Size: 13312 | Author: | Hits:
« 12 »

CodeBus www.codebus.net