搜索:microcontroller+code
找到约 5,301 项符合「microcontroller+code」的查询结果
结果 5,301
按分类筛选
- 全部
- 单片机开发 (291)
- matlab例程 (267)
- 其他 (253)
- Linux/Unix编程 (171)
- 微处理器开发 (165)
- VHDL/FPGA/Verilog (165)
- Java编程 (150)
- 嵌入式/单片机编程 (137)
- 其他嵌入式/单片机内容 (124)
- 技术资料 (106)
- 书籍源码 (103)
- 通讯/手机编程 (92)
- 数学计算 (85)
- 汇编语言 (84)
- DSP编程 (70)
- 其他书籍 (70)
- 人工智能/神经网络 (69)
- 编译器/解释器 (65)
- 压缩解压 (60)
- 软件设计/软件工程 (55)
- VC书籍 (54)
- 网络 (53)
- 加密解密 (51)
- 系统设计方案 (48)
- 电子书籍 (46)
- Windows CE (44)
- 文章/文档 (43)
- 通讯编程文档 (41)
- 数值算法/人工智能 (37)
- 操作系统开发 (37)
- 驱动编程 (37)
- Delphi控件源码 (37)
- 嵌入式Linux (29)
- 其他行业 (27)
- 游戏 (25)
- 中间件编程 (25)
- uCOS (24)
- 3G开发 (24)
- 软件工程 (23)
- *行业应用 (23)
- Java书籍 (23)
- VxWorks (23)
- 数据结构 (22)
- Symbian (22)
- 串口编程 (21)
- USB编程 (20)
- Internet/网络编程 (19)
- 文件格式 (19)
- GPS编程 (17)
- 行业发展研究 (14)
- Jsp/Servlet (14)
- Windows Mobile (13)
- Modem编程 (12)
- 语音压缩 (12)
- Applet (12)
- 其他数据库 (12)
- 手机短信编程 (11)
- 编辑器/阅读器 (11)
- BREW编程 (11)
- J2ME (11)
- 精品软件 (11)
- CA认证 (10)
- JavaScript (10)
- 多国语言处理 (9)
- RFID编程 (9)
- 源码 (9)
- 磁盘编程 (8)
- 技术管理 (8)
- FlashMX/Flex源码 (8)
- SQL Server (8)
- 邮电通讯系统 (8)
- 数据库系统 (7)
- 金融证券系统 (7)
- 家庭/个人应用 (7)
- 单片机编程 (6)
- 技术书籍 (5)
- 教育系统应用 (5)
- Delphi/CppBuilder (5)
- MTK (5)
- 手机WAP编程 (4)
- MySQL数据库 (4)
- 并行计算 (4)
- 人物传记/成功经验 (4)
- 教程资料 (3)
- STL (3)
- 书籍 (3)
- Linux/uClinux/Unix编程 (2)
- 多媒体处理 (2)
- 教程资料 (2)
- 源码/资料 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- 生物技术 (2)
- 百货/超市行业 (2)
- Ajax (2)
- 能源行业(电力石油煤炭) (2)
- 其他 (2)
- VHDL/Verilog/EDA源码 (1)
- 经验分享 (1)
- 无线通信 (1)
https://www.eeworm.com/dl/641/364510.html
数学计算
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate ...
https://www.eeworm.com/dl/628/297260.html
编译器/解释器
Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is i
Exuberant Ctags is a multilanguage reimplementation of the much-underused
ctags(1) program and is intended to be the mother of all ctags programs. It
generates indexes of source code definitions which are used by a number of
editors and tools. The motivation which drove the devel ...
https://www.eeworm.com/dl/647/454108.html
嵌入式/单片机编程
The objective is to set up SPI communication between VTI Technologies digital pressure sensor comp
The objective is to set up SPI communication between VTI Technologies digital pressure sensor
component and an MCU of an application device ATMEGA16L. In this code example:
?The MCU is configured
?SCP1000-D01 is initialized and configured
?The high resolution measurement mode is ...
https://www.eeworm.com/dl/cadence/ebook/485917.html
电子书籍
This book is about writing TinyOS systems and applications in the nesC language. This chapter gives
This book is about writing TinyOS systems and applications in the nesC language. This chapter gives a
brief overview of TinyOS and its intended uses. TinyOS is an open-source project which a large number of
research universities and companies contribute to. The main TinyOS webs ...
https://www.eeworm.com/dl/838703.html
技术资料
CCS 8.3.0 官方软件免费下载
Code Composer Studio 代码调试器,代码设计套件,缩写为CCS,可提供强健、成熟的核心功能与简便易用的配置和图形可视化工具,使系统设计更快。文件较大,存在百度网盘,下载文件中提供了链接和提取码。打开即可下载。 ...
https://www.eeworm.com/dl/898777.html
技术资料
C语言与汇编语言在单片机编程中的应用
分析了C语言和汇编语言的特点:C语言可读性好,通用性强,但目标代码较长;汇编语言目标代码紧凑,实时控制好,可读性和通用性差。通过实例介绍了两种语言在编程中的应用,C语言在算法和数据处理过程中优势明显,汇编语言在时钟和实时控制方面具有不可替代的作用。The characteristics of the two languages ar ...
https://www.eeworm.com/dl/521546.html
源码
noi试题 图像的模糊处理
给定m行n列的图像各像素点的灰度值,要求用如下方法对其进行模糊化处理:
1.四周最外侧的像素点灰度值不变;
2.中间各像素点新灰度值为该像素点及其上下左右相邻四个像素点原灰度值的平均(舍入到最接近的整数)。 ...
https://www.eeworm.com/dl/844714.html
技术资料
CodeBlocks中文版使用手册
工欲善其事,必先利其器。一个好的工具能事半功倍。写程序时,特别是写C++程序,大部分人脑子里想到的第一个工具就是 VisualStudio。不可否认,VS很好很强大,用户体验非常好。但VisualStudio也是有缺点的:它非常庞大;只支持VC,不支持其他的 编译器;VS只能在windows下跑,在其他os上就无用武之地 ...
https://www.eeworm.com/dl/502/31330.html
单片机编程
数字钟显示电路
SHUZIZHONG显示电路
源程序如下:
#include <reg51.h>#include <intrins.h>
unsigned char data dis_digit;
unsigned char code dis_code[]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};unsigned char data dis_buf[16];unsigned char data dis_index;char h ...
https://www.eeworm.com/dl/959542.html
技术资料
FREESCALE单片机AC60的源码
Freescale系列单片机常用模块与综合系统设计实例精讲
1、光盘的组成内容
该光盘为实例素材,包括2部分内容:“程序代码”、“电路图”。
其中“程序代码”部分(CODE文件夹下),用记事本即可打开;
“电路图”(Circuit文件夹下,为PDF文件),用Adobe Reader软件打开。 ...