Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - bcd
Search - bcd - List
DL : 0
这个程序是4位BCD码到二进制码的转换器-4 BCD code to binary code converter
Update : 2024-05-20 Size : 6882304 Publisher : 李求知

十进制-BCD码转换的代码在内,完整希望大家能用上-variable reg : integer range 0 to 80000 variable d1,d2,d3,d4 : std_logic_vector(3 downto 0) begin if clk100 event and clk100= 1 then case current_state1 is when st0=>
Update : 2024-05-20 Size : 84992 Publisher : tbelieve

数据段中binb存放一个16位二进制无符号数,将其化成压缩BCD码,存于bcdu单元中-in data segment, binary unsigned data, convert the data in to BCD formate
Update : 2024-05-20 Size : 1024 Publisher : 李卓函

OtherCH452
DL : 0
CH452 是数码管显示驱动和键盘扫描控制芯片。CH452 内置时钟振荡电路,可以动态驱动 8 位数 码管或者 64 只 LED,具有 BCD 译码、闪烁、移位、段位寻址、光柱译码等功能;同时还可以进行 64 键的键盘扫描;CH452 通过可以级联的 4 线串行接口或者 2 线串行接口与单片机等交换数据;并且可 以对单片机提供上电复位信号。-CH452 digital tube display driver and the keyboard scan control chip. CH452 built-in clock oscillation circuit, eight digit code can be dynamically driven tube or LED, only 64 BCD decoding, flicker, shift, paragraph a decoding function such as addressing, beam At the same time also can undertake 64- key keyboard scanning CH452 through can cascade four wire serial interface or the 2-wire serial interface exchange data with MCU, etc And to provide electricity for microcontroller reset signal.
Update : 2024-05-20 Size : 307200 Publisher : 黄华诚

DL : 0
FPGA Verilog BIN 2 BCD Conversion code.
Update : 2024-05-20 Size : 2048 Publisher : Alex

二进制转十进制BCD码 Verilog语言 quartus-Binary to decimal BCD code Verilog language quartusII
Update : 2024-05-20 Size : 295936 Publisher : 伍明煜

实验内容:设计一个BCD码到LED的七段译码器 DICEDIS,非BCD值时仅G段亮(输出为一。然后下载验证键盘显示实验。接着改写程序,将1-6的数据固定地显示在1-6位数码管上。进而将F键功能改为换向键,即可以控制数字滚动显示的方向。 -Experiment: Design a BCD code to the LED seven segment decoder DICEDIS, non-BCD value G segment only bright (output is a. Then download keyboard display validation experiments. Then rewrite the program, the data will be permanently displayed 1-6 In the 1-6 digital tube. then changed the F key functions commutation button, you can control the digital scroll direction.
Update : 2024-05-20 Size : 445440 Publisher : 陈芳

BCD码与16进制转化的汇编程序,比较不错。-BCD with 16 band into the compilation process, quite good.
Update : 2024-05-20 Size : 1024 Publisher : newgove

DL : 0
在STC51单片机中的实现一定功能的源代码-STC51 single chip realization in hexadecimal BCD conversion program
Update : 2024-05-20 Size : 164864 Publisher : zheng

SCMdongtai
DL : 0
点亮数码管,软件BCD-7段译码,动态显示,4个数码管显示不同内容,用RTI-Lit LED, software BCD-7 segment decoder, dynamic display, four digital tube display different content, using RTI
Update : 2024-05-20 Size : 1024 Publisher : 卢秋悦

DL : 0
Verilog 4位计时器,可以在CPLD开发板上成功运行-Verilog CPLD FPGA
Update : 2024-05-20 Size : 214016 Publisher : 猎狐

This is a binary to BCD convert designed by using the “shift and add-3 algorithm”. The verilog code of basic cell add-3 is also included in this file.
Update : 2024-05-20 Size : 9216 Publisher : WPI

DL : 0
1.C8051F320做的测试USB速度可到240KBps. 包含单片机源码,驱动和上位机程序2.MCUc8051f040用自带的IIC控制器读写实时钟芯片PCF8563,完成BCD码到十进制码转换3.PCF8563的驱动程序,通过模拟IIC总线对PCF8563进行访问,有完整的读写报警,定时中断,最后把时间显示在LED上4.USB CDC using C8051F320340, virtual COM port thru usb connection5.本库函数实现了C8051F020 SMBUS总线的驱-1. Test with C8051F320 do USB speed to 240 KBPS. Includes MCU source, driver and PC application 2. MCUc8051f040 with built-in real-time clock chip PCF8563 IIC controller, speaking, reading and writing, and complete the BCD code to decimal code conversion 3. PCF8563 drivers, by simulating the IIC bus PCF8563 for access, read and write a complete report to the police, timing interrupt, finally the time display on LED 4. USB CDC using C8051F320340, virtual COM port thru USB connection5. The library function to achieve the C8051F020 SMBUS bus drive
Update : 2024-05-20 Size : 6375424 Publisher : sevenjul

DL : 0
从屏幕获得要转换的bcd码,并将它转换成十进制数,将结果显示在屏幕上。-Obtained from the screen to convert bcd code and convert it to a decimal number, the results are displayed on the screen.
Update : 2024-05-20 Size : 339968 Publisher : wangmingsheng

SCMprg2051
DL : 0
Using this programmer you can program the internal flash of the microcontroller AT89C2051 from Atmel. The AT89C2051 programmer is connected via the serial RS232 interface to a PC. In comparison with other programmers, you do not need a special software, a terminal program is sufficient. So there are no platform dependent limitations and it can be used universally. Generally the programmer supports two different modes: 1. User mode: The desired operation Program (including Erase), Verify, Read or Lockbits can be selected via a BCD switch and started by pressing a button. The desired programming data will be transmitted or received in binary format via the RS232 interface. A special software data handshake is not required. A LED shows the current status.
Update : 2024-05-20 Size : 83968 Publisher : Smriti

DL : 0
实现十六进制方式的字符串到字符(BCD码)的转换, 字符(BCD码)到十六进制的转换, 十六进制字符串相加的操作。-Way to achieve a hexadecimal string to a character (BCD code) conversion character (BCD code) to hexadecimal conversion, hexadecimal string together action.
Update : 2024-05-20 Size : 821248 Publisher : 杨磊

Programm shows a decreasing count from 9 to 0 in BCD code
Update : 2024-05-20 Size : 1024 Publisher : paulmdz

DL : 0
Modify the binary to BCD converter project so that it handles and displays signed values.
Update : 2024-05-20 Size : 385024 Publisher : mai

十进制转bcd三种算法,精悍短小,非常实用-Decimal switch bcd three kinds of algorithms, lean and short, very practical
Update : 2024-05-20 Size : 1024 Publisher : Bankof

DL : 0
16进制转BCD代码源代码51单片机亲测好用,放心copy-BCD code of 16 hex turn pro test source code 51 SCM easy to use, rest assured copy
Update : 2024-05-20 Size : 1024 Publisher : nomicgr
« 1 2 ... 44 45 46 47 48 4950 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.