搜索结果
找到约 392 项符合
hex 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (106)
- 单片机编程 (34)
- 技术资料 (25)
- 汇编语言 (19)
- 嵌入式/单片机编程 (18)
- 其他 (18)
- 微处理器开发 (15)
- VIP专区 (14)
- 其他嵌入式/单片机内容 (13)
- 源码 (11)
- DSP编程 (10)
- 软件 (8)
- 单片机相关 (7)
- VHDL/FPGA/Verilog (6)
- 开发工具 (5)
- 串口编程 (5)
- 编辑器/阅读器 (5)
- Delphi控件源码 (5)
- 其他行业 (5)
- USB编程 (4)
- 编译器/解释器 (4)
- 嵌入式综合 (3)
- 中间件编程 (3)
- 多媒体处理 (2)
- 开发板开源 (2)
- Windows编程 (2)
- PCB相关 (2)
- 测试测量 (2)
- 数值算法/人工智能 (2)
- 嵌入式Linux (2)
- 文件格式 (2)
- 通讯编程文档 (2)
- 数学计算 (2)
- Linux/Unix编程 (2)
- 加密解密 (2)
- 电路图 (2)
- 汇编编程 (1)
- 经验分享 (1)
- 设计相关 (1)
- 电路图 (1)
- 书籍源码 (1)
- 电源技术 (1)
- 实用工具 (1)
- 工控技术 (1)
- 源码/资料 (1)
- *行业应用 (1)
- 酒店行业 (1)
- matlab例程 (1)
- 游戏 (1)
- GPS编程 (1)
- uCOS (1)
- 磁盘编程 (1)
- 数据结构 (1)
- 文章/文档 (1)
- JavaScript (1)
- VC书籍 (1)
- 电子技术 (1)
- 资料/手册 (1)
- 手册 (1)
单片机开发 用89C51做的频率计
用89C51做的频率计,有图有HEX文件,直接烧制单片机就能用
单片机开发 很完整的51串口程序 包括如下: 串口中断服务程序
很完整的51串口程序
包括如下:
串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理
出入均设有缓冲区,大小可任意设置。
可供使用的函数名:
char getbyte(void) 从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。
getline(char idata *line, unsigned char n) 获取一行数据回车结束,必须定义 ...
单片机开发 Free 8051 asm compiler for win new host platforms: Win32 and Linux macro processing dramaticall
Free 8051 asm compiler for win
new host platforms: Win32 and Linux
macro processing
dramatically improved conditional assembly
output in Intel-HEX or OMF-51 format
37 new MCU files
documentation in both ASCII and HTML format
numberless small extensions and improvements
bug fixes
For details ...
嵌入式Linux Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatica
Free 8051 asm compiler for linux
new host platforms: Win32 and Linux
macro processing
dramatically improved conditional assembly
output in Intel-HEX or OMF-51 format
37 new MCU files
documentation in both ASCII and HTML format
numberless small extensions and improvements
bug fixes
For detai ...
汇编语言 A1.asm 显示程序实验 STACK1 SEGMENT STACK DW 256 DUP(?) STACK1 ENDS DATA SEGMENT USE16 MES1 DB
A1.asm
显示程序实验
STACK1 SEGMENT STACK
DW 256 DUP(?)
STACK1 ENDS
DATA SEGMENT USE16
MES1 DB Show a as hex: ,0AH,0DH, $
SD DB a
单片机开发 c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines
in STDIO.h to write to and read from the UART interface. The program
reads a character using the STDIO routine getkey(), outputs that character
to the screen, and then outputs the ASCII hex value of that cha ...
单片机开发 usb(68013)固件程序代码
usb(68013)固件程序代码,keil c环境,编译后的hex文件用于生成固件数组,加载到驱动程序。
嵌入式/单片机编程 C51单片机的程序下载器软件源代码
C51单片机的程序下载器软件源代码,VB,有兴趣自己编写软件,少许改动或直接就能将已编译的HEX文件下载到单片机
汇编语言 利用汇编语言实现电压测量与现实
利用汇编语言实现电压测量与现实,程序可以运行,生成HEX或BIN文件
汇编语言 基于DS18B20的数字温度驱动程序
基于DS18B20的数字温度驱动程序,汇编程序还有KILL环境编译和hex文件以及PROTUSE仿真环境图,对于研究ds18b20的人有帮助