搜索资源列表
Keil C 编译器常见警告与错误信息的解决方法
- Keil编译器常见的问题解决方法,是你快速排除问题的好助手!-Keil compiler common solution to the problem, you quickly ruled out the good assistants!
STCIAP
- 随着单片机技术的不断发展,IAP(In-Application-Programming)功能的支持越来越普遍,这给应用系统程序代码升级带来了极大的方便。但是,ISP(In-System-Programming)程序的设计以及程序空间的安排等,是需要开发者认真细致考虑的。本文针对STC新型单片机的应用ISP程序设计作了详细的介绍,以STC11F62X为例,详细说明了具体实现过程,并给出了Keil-C源代码-With the continuous development of SCM technol
SPCStatusDLL
- 文件名:SPCStatusDLL.dll 版本号:V1.00_071017 用 途:为方便Keil软件中,对仿真时间的观擦,特别是单步仿真时间,编成此动态连接库; 用 法:把SPCStatusDLL.dll拷贝到...\Keil\C51\BIN的目录下面。然后设置工程Project->Options for Target->Debug-> 在Use Simulator即左边的选项中,在最下方Dialog Dll:旁边Parameter:下面加上 -dSPCSt
11
- Keil C编译器常见警告与错误信息的解决方法,单片机相关-Keil C compiler warning and error messages common solution, single-chip-related
C51pinyinshurufa
- C51写的普通拼音输入法源程序。编译环境:Keil C 6.14。给广大的51爱好者学习交流使用。-C51 Writing Pinyin input method common source. Compiler Environment: Keil C 6.14. To the vast number of fans 51 communicate using the study.
KeilC
- 详细介绍了KEIL C开发器常见的错误及原因分析,并提出了相应的解决方法。-Details of the KEIL C DEVELOPER analysis of common errors and causes, and the corresponding solutions.
KeilC
- Keil C 编译器常见警告与错误信息的解决方法-Keil C compiler warning and error messages common solution
keil_c
- 常见的C语言例程,对刚开始keil开发的热 有一定的帮助,-Common C language routines
20100917
- 在使用 KEIL 的时候,我们习惯上在一个.c 的文件中把自己要写的东西按照 自己思路的顺序进行顺序书写。这样是很普遍的写法,当程序比较短的时候比如 几十行或者一百多行,是没有什么问题的。但是当程序很长的时候,比如你要用 到 LCD 显示数据,就有几个 LCD 相关的函数,然后你想在 LCD 上显示温度,那么 就要有 DS18B20 相关的操作,这又有几个相关的函数,如果你还想加上去 DS1302 的时间显示功能,那么又要多很多函数。这样的话一个程序下来几百行是很正常 的
keilc_error
- 相信大家在用keil软件编程时都遇到过错误吧,这是KEIL_C编译器常见警告与错误信息的解决办法-I believe we use keil software programming error when they encountered it, this is KEIL_C compiler warnings and error messages common solution
keil-error
- Keil C编译器常见警告与错误信息的解决方法(网上不好找,有的论坛卖的比较贵)-Keil C compiler common warning and error messages solution (online not seek, some BBS sell more expensive)
Keilstudy1
- KEIL教程!单片机是最通用的mcu,而单片机的开发就需要应用软件keil c!-KEIL tutorial! SCM is the most common mcu, microcontroller development and application software keil c! need
Keilstudy2
- KEIL教程2!单片机是最通用的mcu,而单片机的开发就需要应用软件keil c!-KEIL tutorial 2! SCM is the most common mcu, microcontroller development and application software keil c! need
Keilstudy3
- KEIL教程3!单片机是最通用的mcu,而单片机的开发就需要应用软件keil c!-KEIL Tutorial 3! SCM is the most common mcu, microcontroller development and application software keil c! need
Lcd1602
- 基于51单片机编写的1602驱动程序,编写环境是keil C 4。基本上都是通用的程序。-Written in 1602 based on 51 single-chip driver, the preparation of the environment is keil C 4. Basically common procedures.
4x4-matrix-keyboard-driver
- 应该是最全面的基于C语言的4x4矩阵键盘的驱动。 内含三种扫描方式,适应两种不同接法的矩阵键盘,可选的软件消抖处理,还包含一个基于淘宝上最常见的4x4薄膜键盘的驱动型号为HC-543。 共5个驱动程序。 开发环境:Keil-Should be the most comprehensive C-based 4x4 matrix keyboard driver. Contains three scan mode, to adapt to two different connecti
Hydrogen_Core51
- Hydrogen/C51 是一个用于51的非占先操作系统 基本上用纯 C 实现, 嵌入了大概10行的汇编 基本需求: 1.最小编译代码大概在 2.4k 2.需要使用片外的 xdata 作为堆使用 3.占用 TIMER0 作为计时 使用基本要求: 1.任务中必需要存在 Sleep/WaitFor 函数才能主动放弃占用CPU 2.任务入口和使用到Sleep/WaitFor的函数必需是 reentrant. 内核功能: 1.动态建立任务 2.支持事
keil-c-error-analyse
- keil c 在编译时出现的一些常见错误,和解决办法。适用于ARM,单片机-Some common errors keil c occurs at compile time, and solutions.
keil-c-programming-error
- keil-c语言编程错误的分析及解决办法,总结keil编译错误和警告,识别错误类型。-keil-c programming language common error analysis and solutions summary keil compiler warnings, identifying the type of error.
工程1
- 使用c语言编写程序求两个数的最小公倍数和最大公约数(The least common multiple and the greatest common divisor and the number two)