搜索资源列表
makefont
- 该程序提供12*12字库的点阵库并且提供其从点阵库到位图的转换,并且刚程序有很好的通用性,能够参照其迅速制作16*16,13*13的位图字库-procedures for the 12 * 12 font library and to provide lattice from the lattice in place plans for the conversion, procedures and just have a good GM, its reference to the rapid p
不用位图文件的电子钟表
- 能够很简明的显示时间 分12小时和24小时制度,用VC6.0编的!-is simple to display time in 12-hour and 24-hour system and using VC6.0 series!
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