搜索资源列表
CCS Sample code
- 这也是MICROCHIP 单片机的C 编译器。 它集成了大部份的函数,使用非常方便。 用于多种PIC 系列单片机-It is C compiler of MICROCHIP single chip.It integrated most of functions,so it is convenient,it is used for kinds of PIC singlechip.
pic18xxx-i2c-24xxx
- pic18系列单片机与24xxx系列的EEROM用I2C读写的库函数,编译器是MCC18.-pic18 Series MCU and 24xxx series of EEROM with I2C reading library functions, The compiler is MCC18.
ICCAVR_LCD1602
- ICC AVR 编译器用的驱动 1602 字符液晶函数库。请修改源码头部的引脚定义信息以适应您的硬件。-ICC AVR compiler makes use of the 1602 character-driven LCD libraries. Please amend the head of the pin source of information to meet the definition of your hardware.
ARM_IAP
- 自己移植的NXP ARM IAP程序,其部分基本函数源于周立功程序,本人加了详细的注释与移植说明,还有更改编译器环境与启动代码部分说明,按照说明初次使用者便可一试成功-their transplant NXP ARM IAP procedures, and some of its basic functions from Zhou, who procedures, I added a detailed note Notes and transplantation, there are chang
PICC_IDE_tutorial
- 单片机用户如何使用PICC编译器进行程序开发,指导用户使用库函数,语法规范,PICC是公认的最高效的c语言编译器
UserGuide
- ICC AVR编译器使用手册 英文原版 详细介绍ICC IDE的使用,入门 并列表介绍了常用函数库的定义和程序中的调用
DSP-Library-Keil
- keil 编译器 针对英飞凌 XC166内核 DSP函数库详解文档
msp430f449jianpanchengxu
- MSP430框架程序。适用于MSP430F449,其他型号需要适当改变。 不使用的中断函数保留或者删除都可以,但保留时应确保不要打开不需要的中断。 保留中断函数,编译器将会为BSL密码填充所有的字节。
WINC51编程
- 本书以Keil 公司最新版本的C51 编译器为核心,阐述了在Windows 环境下采用单片 机高级语言C51 进行应用系统程序设计的基本原理和方法,详细介绍了Keil C51 的 Windows 集成开发环境Vision 51 和软件仿真器dScope51 的强大功能和具体使用方法。在 Windows 集成开发环境pVision 51 中,可以完成从源程序编写、编译、连接定位到目标文件 的仿真调试等的全部工作。dScope 51 是一种基于Windows 的多窗口软件仿真器,它可以在 完全没有8
HI-TECH PICC库函数
- PIC单片机的C编译器的库函数
bput
- 利用ccs编译器编写的usart通讯函数,中断方式收发,mplab环境编译-Using ccs compiler prepared USART communications function, interrupt mode transceiver, mplab environmental compiler
ZLIP0.2
- 51 单片机TCP_IP 协议栈ZLIP源码 单片机上网技术,是当前的一个热门技术。单片机上网技术中的一个重要部分是在单片 上实现TCP/IP 协议栈。现在可获得的TCP/IP 源代码一般并不为51 单片机设计,而51 单片 机和KeilC51 编译器有其自身的特点:存储类型、函数指针、重入函数等,ZLIP 就是针对 这些特点设计的TCP/IP 协议栈。-51 single-chip TCP_IP protocol stack source ZLIP single-chip In
HI-TECH-PICC
- 详细描述了HI-TECH-PICC编译器的库函数,方便开发者查询使用-A detailed descr iption of the HI-TECH-PICC compiler library functions, facilitate the development of those inquiries, the use of
CodeVision-AVR-CHINESE
- CodeVision AVR C Compiler使用简介 CodeVision AVR C 源程序例子 CodeVisionAVR C 编译器参考 CodeVisionAVR C 库函数介绍-CodeVision AVR C Compiler using the profile CodeVision AVR C source code examples CodeVisionAVR C compiler, reference CodeVisionAVR C library function
YuYin_1700
- 一个纯硬件SPI的ISD17xx驱动,只用到了其中放音功能,录音、擦除功能没有使用,所以这些函数没有加上去,如果你要用加起来应该很简单的. 程序用M8做的实验,电路中有一个LED和一个按键,实际产品用的M64,编译器用的IAR-A pure hardware SPI, ISD17xx drive, of which only used playback functions, recording, erase function is not used, these functions do not
ourdev_508935
- 用汇编语言写了一个十进制到二进制,二进制到十进制的转换程序,以缩短数制转换程序运行时间,本程序已编译成库函数和编写了相应的头文件,在GCC中可直接调用,如用其他的AVR单片机C编译器,可将提供的源程序作适当修改后使用。-Written in assembly language of a decimal to binary, binary to decimal conversion program to reduce the number system conversion program is
stc12c5a60s_eeprom_api
- 采用keil编译器编写的,关于stc12c5a60s系列单片机的eeprom API函数。已经通过测试。-Using keil compiler written on stc12c5a60s series MCU eeprom API function. Has been tested.
TIM430-source
- MSP430框架程序。适用于MSP430F149,其他型号需要适当改变。 // 不使用的中断函数保留或者删除都可以,但保留时应确保不要打开不需要的中断。 // 保留中断函数,编译器将会为BSL密码填充所有的字节。-MSP430 framework program. For MSP430F149, other models need to be properly changed. // Do not use the interrupt function can be retaine
adc0809
- 程序采用单片机的定时器产生一个时钟,作为ADC0809的CLK时钟。并读取A/D的值,同时转换为十进制,后送到LED显示。单片机C语言编译软件用著名Keil C51编译器,Keil C51是德国Keil Software公司出品的51系列兼容单片机C语言软件开发系统,与汇编相比,C语言在功能上、结构性、可读性、可维护性上有明显的优势,因而易学易用,本次ADC程序就是基于Keil C编写出来的。 总的C语言程序由LED显示模块,进制转换模块,ADC模块,主函数构成。-The program
HI-TECH-PICC
- HI-TECH PICC库函数帮助文档,本帮助将详细列出PICC编译器的库函数。每个函数均从函数名开始,然后按照以下几个标题给出详细解释。-HI-TECH PICC library functions help documentation detailing PICC compiler library functions. Each function function name from the beginning, and then follow the following headings