-
unit-9
谭浩强C程序设计第四版第9章习题答案,自己做出来的( C Programming Fourth Edition Chapter 9 Exercise answers, do it yourself)
- 2013-07-31 22:17:03下载
- 积分:1
-
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
-
testPowerCtrl
电力系统监测组件,显示电动机的控件的源代码。(N/A)
- 2010-12-27 22:26:57下载
- 积分:1
-
daima
软件测试功能,使用uft进行的自动化测试功能(programing test,for auto programing test by UFT)
- 2018-06-15 23:48:41下载
- 积分:1
-
1
说明: 以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊
情况,闰年且输入月份大于3时需考虑多加一天。(To March 5, for example, should the first two months of the combined first and then add the 5th day of the first few days of this year, special circumstances, a leap year and enter the 3 months to consider more than one day.)
- 2010-09-10 11:17:21下载
- 积分:1
-
8bit_echo
Easy to learn Visual Basic 6.0
- 2013-07-10 16:38:26下载
- 积分:1
-
DeleteChar-MFC
简单的MFC编程
在文本中删除指定的中文或中文句子(MFC programming
Chinese or Chinese sentence in the text to delete the specified
)
- 2012-05-03 15:42:02下载
- 积分:1
-
Thread3
graph drower MFC with dynamic scaling y-axis
- 2009-11-19 18:07:40下载
- 积分:1
-
dll-embeded-in-exe
Exe中嵌入Dll加载引用库库,可隐藏系统的架构,又可同时系统的可扩展灵活性,多人并行开发!(Exe embedded Dll load referenced library library to hide the system architecture, but also at the same time the system can be expanded flexibility and many parallel development!)
- 2012-12-11 09:33:00下载
- 积分:1
-
Lupin
面向对象程序设计(C++)简易计算器,实现最简单的计算(C++ calculator)
- 2013-04-21 20:13:57下载
- 积分:1