-
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
-
75465246785
VB编写的超级卸载工具源代码,有需要的就下载吧。(Super uninstall tool written in VB source code, there is a need to download it.)
- 2013-07-25 21:32:44下载
- 积分:1
-
1286857427_22104_FT38772_at
Accumulator code is source code for simulating accumulator.
- 2012-05-02 12:36:07下载
- 积分:1
-
4vqwe
this is the code on c++ 2005
The program code, which maintains a database. Created two documents, of which is read / write. Function menu, all functions: adding records, search, replace, delete, check availability. Full inheritance. Additional function is Creation a Report to the calculation
- 2012-10-16 02:16:35下载
- 积分:1
-
SHEmptyRecycleBin
VB使用SHEmptyRecycleBin方法, 依赖于shell32.dll动态链接库清空回收站,点击窗口中的按钮即可一键清空回收站。本源码主要是熟悉SHEmptyRecycleBin函数的使用,这个函数不只有清空回收站的功能,还可以统计查询回收站中的文件数量,占用字节大小等。
(VB using the SHEmptyRecycleBin method, relies on the dynamic link library shell32.dll empty the recycle bin, click on the window button quick clear recycling station. The main source is the use of familiar with the SHEmptyRecycleBin function, this function is not only the empty recycle bin function, can also query statistics the number of files in the recycle bin, occupy the byte size etc..
)
- 2013-08-02 16:21:29下载
- 积分:1
-
Addressbook-
通讯录管理系统,能够实现人员的信息录入、查询、修改、删除、保存、显示等操作(Address book management system, personnel information entry, query, modify, delete, save, display operations)
- 2012-12-19 13:51:57下载
- 积分:1
-
log
程序中输出日志保存下来的好东西,只要调用里面的一个方法就可以将日志保存到硬盘上了(Preserved in the output log program a good thing, as long as there' s a method call can be saved to the hard drive on the log)
- 2010-12-17 19:39:37下载
- 积分:1
-
unit-8
谭浩强C程序设计第四版第8章习题答案,自己做出来的( C Programming Fourth Edition Chapter 8 Exercise answers, do it yourself)
- 2013-07-31 22:16:17下载
- 积分:1
-
migong
VC实现迷宫问题,用穷举法找出一条路径,用递归形式的算法求得迷宫中所有可能的通路,以方阵形式输出迷宫及其通路.
(VC to achieve maze problems,and use brute-force method to find a path,using the recursive form of algorithm to seek all possible paths in the maze in order to form the output matrix and the path maze.)
- 2010-03-08 11:27:16下载
- 积分:1
-
EX_Dictionary
能对已有的单词数据库进行查询,修改,实现双向翻译,并能够进行模糊查询(Word on the existing database can be queried, modified, two-way translation, and be able to carry out fuzzy query)
- 2013-10-10 20:31:55下载
- 积分:1