搜索: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/885183.html
技术资料
arm ads1.2 with crack.rar
ARM ADS全称为ARM Developer Suite。是ARM公司推出的新一代ARM集成开发工具。现在ADS的最新版本是1.2,它取代了早期的ADS1.1和ADS1.0。它除了可以安装在Windows NT4,Windows 2000,Windows 98和Windows 95操作系统下,还支持Windows XP和Windows Me操作系统。
ADS由命令行开发工具,ARM时实库,GUI开 ...
https://www.eeworm.com/soft/14.html
精品软件
ARM ADS1.2 WITH CRACK.RAR
ARM ADS全称为ARM Developer Suite。是ARM公司推出的新一代ARM集成开发工具。现在ADS的最新版本是1.2,它取代了早期的ADS1.1和ADS1.0。它除了可以安装在Windows NT4,Windows 2000,Windows 98和Windows 95操作系统下,还支持Windows XP和Windows Me操作系统。
ADS由命令行开发工具,ARM时实库,GUI开 ...
https://www.eeworm.com/dl/571/21351.html
模拟电子
LTC1099基于PC的数据采集板实现
A complete design for a data acquisition card for the IBM PC is detailed in this application note. Additionally, C language code is provided to allow sampling of data at speed of more than 20kHz. The speed limitation is strictly based on the execution speed of the "C" data acqu ...
https://www.eeworm.com/dl/678/146338.html
系统设计方案
可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义
可预置的8位计数器程序的主要部分分析
#include <AT89X51.H> //器件配置文件
#define uchar unsigned char //变量类型的宏定义
#define uint unsigned int
uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码
0x49,0x41,0x1f,0x01,0x09}
uchar data cnt[8] //在data区定义8 ...
https://www.eeworm.com/dl/649/122460.html
uCOS
1. 本移植也是从网上Download的
1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\ArmUCOS\App\test1\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 ( ...
https://www.eeworm.com/dl/940083.html
技术资料
DSP与PC机之间的数据通信研究
·摘要:&nbsp; 针对现今社会中DSP的应用越来越多,在应用中DSP需要不断和外界进行通信的现状,通过介绍和比较DSPTMS320LF2407中可以用来进行通信的三种模块:串行通用接口(SCI)模块、串行外设接口(SPI)模块和CAN总线通信模块,提出了一种基于SCI模块来实现DSP和PC机之间通信的方法.对其硬件连接和软件编程 ...
https://www.eeworm.com/dl/628/235248.html
编译器/解释器
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of ...
https://www.eeworm.com/dl/542/179427.html
其他书籍
The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Li ...
https://www.eeworm.com/dl/542/170032.html
其他书籍
The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Li ...
https://www.eeworm.com/dl/540/206708.html
软件工程
This thorough, hands-on reference for database developers and administrators delivers expert guidanc
This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)&iexcl &ordf one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses ...