搜索:microcontroller+code

找到约 5,301 项符合「microcontroller+code」的查询结果

结果 5,301
按分类筛选
显示更多分类
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 ...
下载 52
·
查看 1125
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 ...
下载 24
·
查看 1112
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 ...
下载 126
·
查看 1121
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 ...
下载 73
·
查看 1067
https://www.eeworm.com/dl/838703.html 技术资料

CCS 8.3.0 官方软件免费下载

Code Composer Studio 代码调试器,代码设计套件,缩写为CCS,可提供强健、成熟的核心功能与简便易用的配置和图形可视化工具,使系统设计更快。文件较大,存在百度网盘,下载文件中提供了链接和提取码。打开即可下载。 ...
下载 8
·
查看 3893
https://www.eeworm.com/dl/898777.html 技术资料

C语言与汇编语言在单片机编程中的应用

分析了C语言和汇编语言的特点:C语言可读性好,通用性强,但目标代码较长;汇编语言目标代码紧凑,实时控制好,可读性和通用性差。通过实例介绍了两种语言在编程中的应用,C语言在算法和数据处理过程中优势明显,汇编语言在时钟和实时控制方面具有不可替代的作用。The characteristics of the two languages ar ...
下载 8
·
查看 6499
https://www.eeworm.com/dl/521546.html 源码

noi试题 图像的模糊处理

给定m行n列的图像各像素点的灰度值,要求用如下方法对其进行模糊化处理: 1.四周最外侧的像素点灰度值不变; 2.中间各像素点新灰度值为该像素点及其上下左右相邻四个像素点原灰度值的平均(舍入到最接近的整数)。 ...
查看 110
https://www.eeworm.com/dl/844714.html 技术资料

CodeBlocks中文版使用手册

工欲善其事,必先利其器。一个好的工具能事半功倍。写程序时,特别是写C++程序,大部分人脑子里想到的第一个工具就是 VisualStudio。不可否认,VS很好很强大,用户体验非常好。但VisualStudio也是有缺点的:它非常庞大;只支持VC,不支持其他的 编译器;VS只能在windows下跑,在其他os上就无用武之地 ...
下载 5
·
查看 1915
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 ...
下载 174
·
查看 1069
https://www.eeworm.com/dl/959542.html 技术资料

FREESCALE单片机AC60的源码

Freescale系列单片机常用模块与综合系统设计实例精讲 1、光盘的组成内容 该光盘为实例素材,包括2部分内容:“程序代码”、“电路图”。 其中“程序代码”部分(CODE文件夹下),用记事本即可打开; “电路图”(Circuit文件夹下,为PDF文件),用Adobe Reader软件打开。 ...
下载 3
·
查看 5430