搜索: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/633/410866.html
Java编程
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, ...
https://www.eeworm.com/dl/879074.html
技术资料
关于IC卡的应用项目
·详细说明:这是关于IC卡的应用项目,包括电路原理图及C语言编写的源程序,并有详细的注释,而且电路及软件均经过了验证,具有很高的参考价值。文件列表:   Code   ....\ICCard   ....\......\2401A   ....\......\.....\Write2401A   ....\......\.....\Write2401 ...
https://www.eeworm.com/dl/502/30856.html
单片机编程
FREESCALE单片机的C编程教程
 1.The C Programming Language is a powerful, flexible andpotentially portable high-level programming language. 2.The C language may be used successfully to create a programfor an 8-bit MCU, but to produce the most efficient machinecode, the programmer must carefully con ...
https://www.eeworm.com/dl/675/135436.html
Symbian
手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the
手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the way the code has been restructured into multiple files. It also supports flip closed. However, to my chagrin, I made the mistake of assuming there will only be one flip clo ...
https://www.eeworm.com/dl/665/287260.html
matlab例程
%%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and
%%% Demos for PUMA algorithms %%%
We present four matlab demos for PUMA. demo1, demo2, demo3, and demo4
illustrate PUMA working with different parameters and with four
different images.
All you need to do is to run each of the demos. Please be sure that
all the files are ...
https://www.eeworm.com/dl/650/276944.html
人工智能/神经网络
中心点漂移是一种非监督聚类算法(与k-means算法相似
中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。
MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included ...
https://www.eeworm.com/dl/635/191260.html
网络
When created, this DLL does not export any symbols. As a result, it will not produce a .lib file
When created, this DLL does not export any symbols. As a result, it
will not produce a .lib file when it is built. If you wish this project
to be a project dependency of some other project, you will either need to
add code to export some symbols from the DLL so that an expor ...
https://www.eeworm.com/dl/686/172273.html
VC书籍
MFC深入浅出(CHM版) 我曾写一本关于MFC的书
MFC深入浅出(CHM版)
我曾写一本关于MFC的书,分析了MFC的结构和设计(《MFC深入浅出》),华中理工大学出版。书的内容建立在对MSDN和MFC SOURCE CODE的大量分析上,该书对于希望学习MFC的人来说,是较有价值的。
https://www.eeworm.com/dl/647/173687.html
嵌入式/单片机编程
用于motorala 68K系列处理器的小实时多任务操作系统 The OMU Kernel was written to provide a cut-down Unix-like O/S for a
用于motorala 68K系列处理器的小实时多任务操作系统
The OMU Kernel was written to provide a cut-down Unix-like O/S for a
home-made 6809-based home computer built by me, Steven Hosgood, in the
early 1980s. This package contains the RTOS version of omu68k, derived
from a port of the o ...
https://www.eeworm.com/dl/618/184077.html
驱动编程
驱动开发向导 I came across an article QuickSYS which implements an NT driver framework. That article demo
驱动开发向导
I came across an article QuickSYS which implements an NT driver framework. That article demonstrates a MFC application that gets a project name as a parameter and creates Visual C++ workspace with NT driver framework. I decided to copy the NT driver framework source ...