搜索资源列表
ah
- 本程序中定义了函数ave,其形参为结构指针变量ps。boy被定义为外部结构数组,因此在整个源程序中有效。在main函数中定义说明了结构指针变量ps,并把boy的首地址赋予它,使ps指向boy数组。然后以ps作实参调用函数ave。在函数ave中完成计算平均成绩和统计不及格人数的工作并输出结果。-This procedure defines a function in the ave, the shape parameters for the structure pointer variable p
myproject
- 本系统实现的功能:通过网络查询被控电脑IP地址并与之连接;能够通过鼠标、键盘远程的控制电脑;可以对被控电脑适时的监控;可以实现消息的传送,这样的一个系统基本具有远程监控软件的一些基本功能。-the language write.The function of this system realization:Pass a network search be charged the computer IP address to combine with of conjunction Can pass
12.2
- (1)在工具栏中点击“打开”功能出现文件打开窗口,用户选择一幅bmp图片后在指定区域居中显示该图片,若图片尺寸小于指定区域则按原始大小显示;若大于则按合适比例显示。 (2)鼠标指针在图片上停留时显示为十字形,同时在控件下方固定位置显示鼠标所在的图像x坐标和y坐标(如:50,100),以图片左上为坐标原点。 (3)在工具栏中可以点击控件实现在图片上绘制一次直线、矩形或圆等图形,在绘图过程中要求图片和图形一直可见,不能出现刷新痕迹,绘制的图形可以任意修改形状。 (4)可以任意选择图形线条
shape
- 采用c++语言编写,主要是求圆形和矩形的面积和体积,里面涉及了类的继承和虚函数的重载,其他还编写了求面积函数和输出函数,最后运用到主函数里面。- Using c++ language, mainly of circular and rectangular area and volume, which involves a heavy-duty class inheritance and virtual functions, the other also prepared a request
tuxinlei
- 设计一个图形类(Shape),由它派生出三角形类(Triangle)、正方形类(Square)、圆形类(Circle),利用虚函数计算图形面积,并在主函数中进行测试-A graphic design class (Shape), by its derived class triangle (Triangle), square type (Square), round type (Circle), the use of virtual functions to calculate the area