搜索资源列表
C51PY
- 这是一个C51写的程序,采用Keil C51 编译开发.本程序生成了一个简体中文输入法,对在51开发中需要中文输入的有帮助.-This is a C51 written procedures, using Keil C51 compiler development. The procedure to generate a simplified Chinese character input method Development of the 51 needed to import the Chi
py
- 51上的输入法阿,能够运行,我用过,一句都没有改-51 on the input method A, run, I used that one has not changed
51-MCU-pingying
- 51 MCU中文拼音输入法 c语言源程序-51 MCU Chinese Pinyin input method c language source code
input
- 51输入法 当输入拼音字符串时返回指阶梯法查询余下拼音-51 input
exp6
- 在exp6_2.cpp已有圆Circle和长方形Rectangle类的基础上,再定义一个具有类似功能的Triangle(三角形)类(面积公式为p(p-a)(p-b)(p-c)的平方根,其中p=(a+b+c)/2,三角形三边a、b、c)。 ● 再设计一个普通求和函数sum,求这三种图形的面积之和。 ● 在主函数中设计代码,用虚函数分别计算这三种图形(圆半径12.7,长方形25.2×15.0,三角形边长51.4×35.5×26.8)的面积,再调用求和函数求这三种图形的面积之和(正确结果13