搜索结果
找到约 95 项符合
segment 的查询结果
按分类筛选
- 全部分类
- 技术资料 (14)
- 单片机开发 (10)
- 汇编语言 (8)
- VHDL/FPGA/Verilog (7)
- 其他 (5)
- 嵌入式/单片机编程 (4)
- matlab例程 (4)
- 其他 (3)
- 单片机编程 (3)
- 资料/手册 (3)
- 手册 (2)
- 汇编编程 (2)
- 数学计算 (2)
- 人工智能/神经网络 (2)
- 微处理器开发 (2)
- 其他嵌入式/单片机内容 (2)
- 源码 (1)
- 应用设计 (1)
- 接口技术 (1)
- 加密解密 (1)
- 书籍源码 (1)
- 软件工程 (1)
- 传感与控制 (1)
- 通信网络 (1)
- 电子书籍 (1)
- 编译器/解释器 (1)
- 多国语言处理 (1)
- 技术管理 (1)
- USB编程 (1)
- 文章/文档 (1)
- 嵌入式Linux (1)
- 数据结构 (1)
- 其他行业 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- 行业发展研究 (1)
- 3G开发 (1)
- VIP专区 (1)
单片机开发 This small utility helps to generate seven segment display codes for different I/O connections. For
This small utility helps to generate seven segment display codes for different I/O connections. For example, AVR/PIC
Port A.0 -> D Segment
Port A.1 -> B Segment ....
Also it can generate Common Cathode or Common Anode table codes..
I Coded it long time ago. I Hope help someone.
Thank you ...
3G开发 the code write C++. it is in image processing field. this code Read TIFF Image then it segment image
the code write C++. it is in image processing field. this code Read TIFF Image then it segment images. after that it Write TIFFU nsigned Char.
USB编程 This Program uses the 2131 dev board s push buttons and seven-segment LED for limited keyboard funct
This Program uses the 2131 dev board s push buttons and seven-segment LED for limited keyboard functionality and is based on the EZ-USB firmware frameworks.
matlab例程 简单易懂的A-Law(13-segment) PCM的源代码,encode 的过程
简单易懂的A-Law(13-segment) PCM的源代码,encode 的过程,适合初学者
单片机开发 cledlabel component let you add 7 segment edit box to your application. I added floatingpointformat
cledlabel component let you add 7 segment edit box to your application. I added floatingpointformat function that let you add float data to the screen
单片机开发 3 simple AVR assembler code to use seven segment display. These 3 codes realy simple way using seven
3 simple AVR assembler code to use seven segment display. These 3 codes realy simple way using seven segment display. these are using in my microprocessor classes.
Wert deney1.asm -> no scan
Wert Deney2.asm -> Scan but BCD
Werrt Deney3.asm -> Scan with BCD.
By Basri KUL
技术资料 S6B33B2 132 RGB SEGMENT 162 COMMON DRIVER FOR 65536 COLOR STN LCD
S6B33B2 is a mid-display-size-compatible driver for liquid crystal dot matrix gray-scale graphic sys
其他 Interfacing AVR to LED, Tact switch+7-segment, Matrix Keypad, HD44780 Character LCD and LED dot matr
Interfacing AVR to LED, Tact switch+7-segment, Matrix Keypad, HD44780 Character LCD and LED dot matrix. Compiler: CodeVisionAVR. Proteus simulation included.
VHDL/FPGA/Verilog 4-7segment led display Verilog code. Implemented at Stratix EP1S25 DSP development board.
4-7segment led display Verilog code. Implemented at Stratix EP1S25 DSP development board.
汇编语言 数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you t
数据加密程序
p macro buf
lea dx,buf
mov ah,9
int 21h
endm
data segment
pp db 0dh,0ah, welcome you to run this programme!$
qq db 0dh,0ah, when you input number,press enter.$
qw db 0dh,0ah, 6eh,52h,94h,52h,$
qa db 0dh,0ah, $
info1 db 0dh,0ah,0dh, input number:$
info2 db 0dh,0ah, output number:$
...