-
读写。文档的文档,也可以创建。Excel。视觉6开发…
读写.Excel文件,还可以创建.Excel。Visual C++6.0开发。-Read and write. Excel documents, can also create. Excel. Visual C 6.0 development.
- 2022-04-06 10:46:37下载
- 积分:1
-
graphics
实验一:类与对象实验: 几何图形类的设计
实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。
实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。
④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。
Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法
设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle
对象数目。
(test one)
- 2014-05-05 08:37:25下载
- 积分:1
-
TranslucentActivity
This demonstrates the how to write an activity that is translucent, allowing windows underneath to show through.
- 2014-03-03 11:28:03下载
- 积分:1
-
RSA
本程序实现RSA加密算法,通过本程序可以研究RSA加密算的核心思想,对研究加密算法有极大帮助!(This program implements RSA encryption algorithm. Through this program, we can study the core idea of RSA encryption, which is very helpful to the research of encryption algorithm.)
- 2018-11-10 15:04:38下载
- 积分:1
-
xml
document marku language lecture and tutorial
- 2010-05-23 00:31:21下载
- 积分:1
-
Skype API description 1.2 Skype
Skype API description 1.2 Skype
- 2022-05-25 21:54:37下载
- 积分:1
-
用socket 实现通讯的客户,服务程序
用socket 实现通讯的客户,服务程序-socket achieve communication with the customers, service procedures
- 2022-08-04 10:55:22下载
- 积分:1
-
SARViewer 微波遥感实习程序的源代码,通过GDAL读取常用遥感影像
说明: 微波遥感实习程序的源代码,通过GDAL读取常用遥感影像,如img,tiff 可实现读取显示和雷达影像处理的一些基本算法(The source code of the microwave remote sensing internship program, reading common remote sensing images through GDAL, such as img, tiff can realize some basic algorithms of reading display and radar image processing)
- 2020-04-04 13:28:40下载
- 积分:1
-
本文介绍了WhoIS协议的实现,描述了如何通过编程查询WhoIS信息...
本文介绍了WhoIS协议的实现,描述了如何通过编程查询WhoIS信息-WhoIS the realization of the agreement, described how inquiries WhoIS Programming Information
- 2022-06-17 17:07:23下载
- 积分:1
-
314
有一存储很多商品数据(每件商品的属性先后包括:品名、规格、单价(有小数位)、数量,数据的最长长度分别为20、10、6、5,在文件中以空格为分隔,每个商品的数据占一行)的文本文件,从键盘输入某种商品的品名,要求在文件中查找有无相应品名商品(可能有多条记录或没有),若有则在屏幕上显示出相应的商品的品名、规格、数量、单价(显示时,品名、规格、数量、单价之间使用逗号(,)作分隔,单价显示时只显示2位小数),若无则显示没有相应品名的商品。
(There are a lot of goods stored data (each item has the attributes include: name, size, price (with decimal places), quantity, the maximum length of the data were 20,10,6,5, a space in the file is separated The data for each item per line) text file, input from the keyboard of a commodity name, asked whether the corresponding file for the product name (may be multiple records or did not), if it is displayed on the screen of the corresponding product name, size, quantity, unit price (display, name, size, quantity, unit price between a comma (,) as a separator, price display shows only two decimal places), if not then show no corresponding product name .)
- 2013-05-28 21:05:51下载
- 积分:1