搜索资源列表
-
0下载:
SST89C54/SST89C58单片机的IAP在线编程功能,如何使用FLASH寄存器对内部FLASH的操作-SST89C54/SST89C58 does the monolithic integrated circuit IAP
on-line programming function, how use the FLASH register for the
internal FLASH operation
-
-
0下载:
简易电子琴的设计 一、 设计题目: 设计一简易电子琴,要求能够发出1、2、3、4、5、6、7等七个音符。 使用元件:AT89C51、LM324,喇叭,按键等 二、 设计目的 (1)能够对电子电路、电子元器件、印制电路板等方面的知识有进一步的认识,独立对其进行测试与检查。 (2)熟悉8051单片机的内部结构和功能,合理使用其内部寄存器,能够完成相关软件编程设计工作。 (3)为实现预期功能,能够对系统进行快速的调试,并能够对出现的功能故障进行分析,及时修改相关软硬件。 (4)对软件编程、排错调试、焊
-
-
0下载:
共享软件PROGISP(Ver1.4) 2005/12/28
支持编程器类型
1,多种并口(可以自定义)编程器(并口串行)
2,USBPROG编程器(usb串行)
3,并口并行编程器
特色:
1,速度较快(16k程序): 并口 读11秒 写11秒;USBPROG读2秒 写2秒。
2,USBPROG根据目标cpu自动调整三种下载速度(8k,187.5k,375k)
3,支持自定义ATMEL全系列cpu(avr+S5x 系列).
4,支持自定义熔丝信息
-
-
0下载:
此为at89c51rc的编程和校验函数,特此提醒:前16K比后16K编程速度要快,此程序晶振为16M。-for programming and checking function, and would like to remind : before the 16K than the 16K speed faster programming, this procedure crystal to 16M.
-
-
0下载:
定时器的应用编程实例,对于了解定时器的功能有很大帮助-timer application programming examples for understanding the function of the timer is very helpful
-
-
0下载:
该数据包包含了
73x_Examples.rar---------------str731的库函数
STR73xF.pdf--------------------芯片介绍
str73xfreference.pdf-----------芯片编程手册
73x_FP.rar---------------------FLASH烧写程序
Use_lib_manual.pdf-------------库函数使用说明
库函数包含了各种外围设备的例程.-the packet
-
-
0下载:
日立H8/300H Tiny、H8/3664系列单片机编程
日立H8/3664系列单片机是使用H8/300H高速处理器并以其为核心设计的单片机,为了配置一个系统需要许多外部功能模块。H8/300H高速处理器使用与H8/300处理器兼容的指令系统。
日立H8/3664系列单片机有4个定时器,一个 总线接口,两种不同类型的串行总线
接口,一个A/D转换器,一组I/0接口。本产品适用于高级控制系统的嵌入式应用。
日立H8/300H Tiny 系列(H8/3664系列)使用说明书包含了一
-
-
0下载:
用ATmega16实现的多功能带音乐闹铃(老鼠爱大米)的数字时钟,有3个功能键设置。具体功能为:秒表计时,闹铃音乐,时钟,校时设置。可以学习状态机的编程思想。-ATmega16 achieve with the music with multi-function alarm (Lao Shu Ai Da Mi) digital clock, There are three function keys installed. Specific functions : stopwatch time,
-
-
0下载:
于ADuC812的智能无功补偿控制器的研制 一种眼科B型超声诊断议 SL11R单片机外部存储器扩展 单片机复位电路...支持键盘双击事件的C程序设计! 一些源程序 FrankLin C51 库函数的一些bug! VC++用ActiveX控件与单片机串行通信 -in ADuC812 intelligent reactive compensation controller development of a B-type ultrasonic ophthalmic diagnosis and SL11
-
-
0下载:
汉字的液晶显示驱动程序,用c语言编程,具体功能见程序。-characters LCD driver, with c programming language, the specific function see procedures.
-
-
0下载:
利用avr的芯片MEGA64L的ADC功能来计算电压,在串口输出。-Avr chip MEGA64L use the ADC function to calculate the voltage, the serial output.
-
-
1下载:
STM8S单片机固件库编程模版。已经编译通过,可以直接用固函数。可以用VS2008+VA编辑代码在STVD下编译和调试。-STM8S MCU firmware library programming template. Has been compiled by, and can be fixed function. You can edit the code with VS2008+ VA in STVD compile and debug.
-
-
0下载:
键盘中断、鼠标中断、屏幕显示、dos功能调用等关于中断操作的源码-Keyboard interrupts, mouse interrupt, the screen display, dos function calls and other operations on the interrupt source
-
-
0下载:
Cortex-M3的技术手册,简单介绍了Cortex_M3处理器的构成、功能、编程模型、控制系统等,不可多得的入门手册!-Cortex-M3-technical manual, a brief introduction Cortex_M3 processor structure, function, programming model, control system, a rare Primer!
-
-
0下载:
对可以用函数公式描述的工件轮廓或曲面进行数控加工,这是数控加工系统重要的功能。在数控车削中,利用宏程序完成各种公式曲线轮廓的数控加工,是数控车加工实训、数控技能竞赛实操必考核项目。但是对基础薄弱的中职学生来说,很难理解宏程序的编程思路。本文通过教学实践总结出的经验公式,非常好的解决了这一教与学的难题。-Formula that can be described with the function or contour surfaces for NC machining, CNC machinin
-
-
0下载:
用单片机,有些数据设置后需要掉电不丢失,一般首先想到的是使用eeprom,比如AVR中的Atmega系列有内部eeprom,也可以外接AT24C01之类的eeprom。这里介绍另外一种参数保存方法,Silicon Laboratories的C8051F系列,其内部程序存储区Flash可以在系统编程,功能类似于eeprom,掉电不丢失。
C8051F310内部有16K的在系统可编程Flash,地址从0x0000到0x3dff,以512字节作为一个扇区,这意味着每次擦除的时候,是对整个扇区
-
-
0下载:
用单片机编程使其I/O口实现方波的输出。
方波发生器-So I/O port to achieve the output square wave with microcontroller programming.
-
-
0下载:
MSP430g2553简易的于HB12864结合的主函数编程,此为头文件配置,网上比较不好找-The main function programming MSP430g2553 simple HB12864 combination, this is the configuration of the header files, the Internet is relatively easy to find
-
-
0下载:
利用51单片机进行二进制加法运算,实现简单的编程计算器功能-The use of 51 single-chip microcomputer for binary addition operation, implement a simple calculator function programming
-
-
0下载:
LED灯循环点量(可做成跑马灯)(库函数编程)(LED light cycle point (can be made marquee) (library function programming))
-
« 12
3
4
5
6
7
8
9
10
...
15
»