-
12
说明: 下面是一个结构体声明:
struct box
{
char maker[40]
float height
float width
float length
float volume
}
a. 编写一个函数,按值传递box结构,并显示每个成员的值
b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。
c. 编写一个使用这两个函数的简单程序
(Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)
- 2013-06-02 17:27:08下载
- 积分:1
-
合同信息管理系统Excel模板
说明: VBA合同管理系统,合同查询、客户信息查询(VBA contract management system, contract query, customer information query)
- 2020-03-23 16:55:10下载
- 积分:1
-
xiong
十六进制转换为十进制,是想应用程序可视化界面实现不同进制之间的转换。(sixteen to ten)
- 2009-04-07 09:17:06下载
- 积分:1
-
EXCEL
数据保存到EXCEL文件
给出了实例文件可以参考(EXCEL data files saved to the file is given instance can refer to)
- 2009-04-26 22:59:20下载
- 积分:1
-
ADO
这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
- 2013-08-18 10:30:52下载
- 积分:1
-
demo-it-master
说明: what the test is it test to be tes
- 2019-01-22 22:27:27下载
- 积分:1
-
1
说明: 查找所有满足条件的整数对
1两个整数都是三位数
2组成两个整数的六位数字各不相同,都不是0
3第二数是第一个数的4倍
(Find all integers satisfy the conditions for a two-digit integer is an integer of 2 consists of two six-figure varies, not the 03 second number is four times the number of first)
- 2014-05-19 23:39:21下载
- 积分:1
-
GNSS
这本书延伸科学畅销书“全球定位系统 - 理论与实践”,以涵盖全球导航卫星系统(GNSS),包括俄罗斯GLONASS,欧洲伽利略系统,以及其他系统。书是指在一般意义到GNSS来描述各种现有参考系统的坐标和时间,卫星轨道,卫星信号,可观察,数学模型的定位,数据处理,和数据转换。本书是一本大学级入门教材,目的是作为学生的参考以及为专业人士和科学家在大地测量领域,测量工程,导航和相关学科。(This book extends the scientific bestseller GPS- Theory and Practice to cover Global Navigation Satellite Systems (GNSS) and includes the Russian GLONASS, the European system Galileo, and additional systems. The book refers to GNSS in the generic sense to describe the various existing reference systems for coordinates and time, the satellite orbits, the satellite signals, observables, mathematical models for positioning, data processing, and data transformation. This book is a university-level introductory textbook and is intended to serve as a reference for students as well as for professionals and scientists in the fields of geodesy, surveying engineering, navigation, and related disciplines.)
- 2016-09-24 16:59:09下载
- 积分:1
-
2.LED位移控制
说明: LED code for 51 chips
- 2020-06-24 10:40:02下载
- 积分:1
-
MyMdi
1、建立第一个视图类的基类是CEditView。 10分。
2、在第二个文档中,实现动画画图,按下鼠标并拖动时画出一个图,自己设计
一个简单的图画,使用画笔和画刷。图形5分,动态画出图10分,画笔和画
刷10分,共25分。
3、在第三个文档中,单击菜单中的编辑可以打开对话框。对话框中实现计算
总成绩,平均成绩10分。
4、在第三个文档中,单击菜单中的编辑可以打开对话框。7种控件分别存放学
生的学号、姓名、年龄、班级、成绩、住址等信息,另外设置一个显示按钮,
按下显示按钮时,每种控件的信息读取后在文档中显示出来。每种控件的应
用5分。显示10分。共35分。
5、在第三个文档中实现串行化,可以输入、保存学生信息 10分。
6、实现图形多彩化,控件多样化,设置两个基本对话框录入学生信息。5分。(1, the establishment of the first view of the base class is CEditView. 10 points.
2, in the second document, the realization of animation drawing, press the mouse and drag to draw a map of their own design
A simple picture, use the brush and brush. Figure 5 points, the dynamic drawing of the figure 10 points, brush and painting
Brush 10 points, a total of 25 points.
3, in the third document, click the menu editor can open the dialog box. Dialog box to achieve the calculation
The total score, the average score of 10 points.
4, in the third document, click the menu editor can open the dialog box. 7 kinds of control storage
Student number, name, age, class, grade, address and other information, in addition to set up a display button,
When you press the display button, the information for each control is displayed in the document after reading. Each control should be
With 5 points. Show 10 points. A total of 35 points.
5, in the realization of the serialization of the third docum)
- 2017-04-17 21:18:56下载
- 积分:1