搜索资源列表
-
0下载:
个人收藏的14篇有关KEIL C51语言编程的使用要点。
目录:
C51变量或数据类型
C51 怎样将1个子程序段定位在1个固定的地址位置
C51存储模式
C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问
DOS界面的KEIL C编译器的使用方法(^_^)
keil51开发系统概述
Keil C51函数(不仅仅是函数,呵呵)
Keil C51扩展关键字
Keil C51软件包中的
-
-
0下载:
一个简单的类C语言的编译器的实现
可以参考学习编译原理的基本实现-a simple C-like programming language compiler can refer to the realization of the principle of learning basic compiler to achieve
-
-
0下载:
分为PDF格式的Keil C编译器的使用说明和Word文本格式的keil C51详解。
包含内容:
第一章 Keil C51开发系统基本知识
第二章 Keil C51软件使用详解
第三章 Keil C51与标准C
第四章 Keil C51高级编程
第五章 Keil C51库函数参考
第六章 Keil C51例子
第七章 Keil C51的代码效率
第八章 dScope for Windows使用详解
-Into PDF format Keil C comp
-
-
0下载:
讲述ADE7755芯片的基本知识和一些基本应用包含C语言编程-ADE7755 chip on the basic knowledge and some basic application contains C language programming
-
-
0下载:
用c++语言和lex-yacc工具实现的文法工具,基本功能相当于一个c语言文法,在平台性编程和可配置编程中作用很大,增加程序的灵活性。-Using c++ language and tools in the lex-yacc grammar tools, basic function is equivalent to a c language grammar, the platform of programming and programming can be configured to pla
-
-
1下载:
PL0功能的扩充
一、完成的实验内容及说明
基本内容
(1)扩充赋值运算:+= 和 -=
(2)扩充语句 REPEAT
<语句序列>
DOWHILE <条件>
其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列>
增加内容
(1)增加运算:++ 和 --。
(2)增加类型:① 字符类型; ② 实数类型。
(3)扩充函数:① 有返回值和返回语句;② 有参数函数。
(4)增加一维数组类
-
-
0下载:
用c语言编程的简易计算器,实现了基本的运算,以下是各个模块的程序-C language programming with a simple calculator to realize the basic operations, the following are the procedures for each module
-