搜索:microcontroller+code

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

结果 5,301
按分类筛选
显示更多分类
https://www.eeworm.com/dl/898654.html 技术资料

基于虚拟仿真平台的单片机课程教学的思考

本文阐述了目前我校单片机教学过程现状,并介绍了单片机教学改革与教学模式发展情况,进而思考总结了基于Proteus与Keil的虚拟仿真平台给传统教学过程带来的机遇,为后续单片机课程教学改革的开展奠定基础。This paper expounds the present situation of the teaching process of single-chip computer in ...
下载 8
·
查看 6568
https://www.eeworm.com/dl/898930.html 技术资料

基于STM32单片机的窨井探测仪设计

设计以STM32F103单片机为核心控制,以压电式电声型超声波换能器为逻辑控制的系统方案,包括单片机系统主控制电路、超声波换能器发射电路、软件程序编写以及测试结果信号分析等,测试结果证明达到误差要求。A system scheme was designed, which took STM32F103 microcontroller as the core control and t ...
下载 10
·
查看 943
https://www.eeworm.com/dl/867307.html 技术资料

STM32F107VCT6官方原理图和PCB.rar

This zip contains the STM3210C-EVAL board (MB784 & MB785) manufacturing database MB784 => Mother board version B MB785 => LCD Daughter board version A ------------------------------------------------------------------ List of directories ------------------------------------ ...
下载 3
·
查看 796
https://www.eeworm.com/dl/502/29026.html 单片机编程

c51流水灯仿真与程序

对应程序: #include<reg52.h> #define uint unsigned int #define uchar unsigned char uchar code tab[]={ 0x81, 0x42, 0x24, 0x18, }; void delay(uint z) { uint i,j; for(i=z;i>0;i--) for(j=120;j>0;j--); } void init() { P0=0x00; }
下载 76
·
查看 1102
https://www.eeworm.com/dl/617/146708.html 压缩解压

The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously dow

The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories a zlib.dcu file and i felt it ...
下载 157
·
查看 1175
https://www.eeworm.com/dl/502/31648.html 单片机编程

51单片机拼音中文输入法c程序源代码

拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]); input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: {  unsigned char input_string[]={"bang"};  unsigned char chines_string[100];  sprintf(chin ...
下载 103
·
查看 1099
https://www.eeworm.com/dl/668/254326.html 其他行业

KEPware Automation DLL installation instructions: To use the KEPware Automation DLL in your Visua

KEPware Automation DLL installation instructions: To use the KEPware Automation DLL in your Visual Basic project: 1) In the VB IDE, Select "Project/References". 2) If you have been using another vender s automation dll, uncheck it. For example, uncheck "OPC Automation 2.0" fo ...
下载 52
·
查看 1362
https://www.eeworm.com/dl/656/264526.html Java书籍

THIS book covers the Java&#8482 Native Interface (JNI). It will be useful to you if you are interes

THIS book covers the Java&#8482 Native Interface (JNI). It will be useful to you if you are interested in any of the following: &#8226 integrating a Java application with legacy code written in languages such as C or C++ &#8226 incorporating a Java virtual machine implementation ...
下载 35
·
查看 1109
https://www.eeworm.com/dl/656/206150.html Java书籍

OReilly.Ajax.on.Rails.Dec.2006. ISBN-10: 0-596-52744-6. Learn to build dynamic, interactive web ap

OReilly.Ajax.on.Rails.Dec.2006. ISBN-10: 0-596-52744-6. Learn to build dynamic, interactive web applications using the two most important approaches to web development today: Ajax and the phenomenally efficient Ruby on Rails platform. This book teaches intermediate to advanced w ...
下载 79
·
查看 1084
https://www.eeworm.com/dl/518/364508.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 ...
下载 183
·
查看 1080