联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 单片机开发(1896) 
按平台查找All Visual C++(1896) 

[单片机开发] Button

小的代码编程源码,一个小的节点,仅供参考,学习文案
Read the file, the code (2017-01-10, Visual C++, 4101KB, 下载1次)

http://www.pudn.com/Download/item/id/1484039225783890.html

[单片机开发] MMA7660

一种介绍MMA7660加速度传感器的编程
One kind of describes the programming MMA7660 Accelerometer (2016-10-08, Visual C++, 9KB, 下载1次)

http://www.pudn.com/Download/item/id/1475929254200165.html

[单片机开发] WatchDog

5单片机看门狗定时器,C语言编程+proteus仿真
Watchdag based on MSC-51 (2015-10-09, Visual C++, 42KB, 下载3次)

http://www.pudn.com/Download/item/id/1444381706258404.html

[单片机开发] yejingxianshi

液晶屏幕显示汉字图片 具体编程以及接线原理图
LCD screen display Chinese character images (2015-03-31, Visual C++, 4022KB, 下载6次)

http://www.pudn.com/Download/item/id/1427787991404961.html

[单片机开发] serialport

51单片机串口编程,经过测试,可以使用,希望能被大家采用
STC89C51 serial port program (2015-03-18, Visual C++, 20KB, 下载2次)

http://www.pudn.com/Download/item/id/1426689723815322.html

[单片机开发] CardControl

机械手臂编程实例,对新手帮助极大,适合入门以及深入开发
card ctrl (2014-09-25, Visual C++, 138KB, 下载3次)

http://www.pudn.com/Download/item/id/2626661.html

[单片机开发] DS1302

经典DS1302编程代码,在51.52单片机上运行通过
Classic classic programming code (2014-06-11, Visual C++, 55KB, 下载3次)

http://www.pudn.com/Download/item/id/2564693.html

[单片机开发] Mini51

Mini51板lcd1602字符显示,汇编程序。
Mini51 board lcd1602 characters indicate that the compilation process. (2014-03-26, Visual C++, 8KB, 下载1次)

http://www.pudn.com/Download/item/id/2494348.html

[单片机开发] key

关于AD9854信号发生器的基本编程,对一些初学者比较适用
some AD9854 code (2014-03-16, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/2485032.html

[单片机开发] 93C46ADC

93c46用于温控器的显示编程,调试通过
93c46 Thermostat display for programming and debugging through (2013-11-30, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/2413658.html

[单片机开发] MCF51EM256RM

MCF51EM256RM数据手册,飞思卡尔编程学习必备。
MCF51EM256RM data sheet, Freescale programmed learning essential. (2013-07-23, Visual C++, 6114KB, 下载1次)

http://www.pudn.com/Download/item/id/2312276.html

[单片机开发] come-on

数字电压表的编程,基于51单片机进行的编程,采用AD0809进行模数转换,具有报警以及设置上限电压功能。
Programming digital voltage meter, 51 microcontroller based programming, using the AD0809 analog to digital conversion, has the functions of alarm and set the upper limit voltage. (2013-04-21, Visual C++, 78KB, 下载4次)

http://www.pudn.com/Download/item/id/2210243.html

[单片机开发] PIC-programming

本页含有流水灯编程和数码管的PIC16F877AC单片机编程,同时 应用到了PROTEUS的仿真,极为适合初学者。
This page contains a light water programming and digital tube PIC16F877AC microcontroller programming, applied to the simulation of the PROTEUS, very suitable for beginners. (2012-08-03, Visual C++, 2558KB, 下载3次)

http://www.pudn.com/Download/item/id/1956430.html

[单片机开发] ZigbeeLocation

使用IAR软件编程,zigbee的定位演示程序,可以实现近距离的定位和要求!
zigbee location code.and it is very useful and important. (2012-02-17, Visual C++, 7287KB, 下载38次)

http://www.pudn.com/Download/item/id/1773823.html

[单片机开发] MSP430F261x

msp430各基本模块C语言和汇编程序,程序简单易懂,有注释,方便初选者掌握
msp430 basic modules of the C language and assembler, the program easy to understand, there are notes, easy to master the primary (2010-11-06, Visual C++, 909KB, 下载9次)

http://www.pudn.com/Download/item/id/1338014.html

[单片机开发] key

单片机按键程序,原代码提供各位参考和大家一同学习
#include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] void ADC(void) sbit cs138=P1^6 uchar AdcValue main() {cs138=0 COM8255=0x81 EA=1 IE=0x81 IT0=1 IN0=0 while(1) {PA8255=PB8255=AdcValue } } void ADC(void) interrupt 0 using 1 {AdcValue=IN0 IN0=0 } (2010-04-14, Visual C++, 4KB, 下载8次)

http://www.pudn.com/Download/item/id/1124937.html

[单片机开发] CCodingStandardsGaga

C++编程规范,让学习后的程序员所写的程序清晰,易懂.
C Coding Standards Gaga (2010-03-11, Visual C++, 408KB, 下载2次)

http://www.pudn.com/Download/item/id/1083176.html

[单片机开发] F06x_ADC2_ExternalInput

C8051F06X单片机编程,ADC输入模块
C8051F06X Microcontroller Programmer, ADC input module (2009-12-16, Visual C++, 4KB, 下载5次)

http://www.pudn.com/Download/item/id/1006973.html

[单片机开发] DS12C887

关于实时时钟DS12C887的完全程序编程
With regard to real-time clock complete programming DS12C887 (2009-10-06, Visual C++, 87KB, 下载9次)

http://www.pudn.com/Download/item/id/929910.html

[单片机开发] 动画(源程序)

动画源程序(在定时器下编程)
animation source (Timer Programming) (2004-09-24, Visual C++, 1853KB, 下载25次)

http://www.pudn.com/Download/item/id/1095987129324519.html
总计:1896