-
calc24
C++递归调用,4个整数用四则运算算24(C++ Recursive calls, with four integer arithmetic operator 24)
- 2008-06-13 17:44:25下载
- 积分:1
-
migong
说明: 迷宫程序,不是很好看,不过适合初学者。用VC++编写的,看看吧。(Maze procedure, not a good look, but suitable for beginners. With VC++ Prepared to see it.)
- 2008-10-16 20:26:00下载
- 积分:1
-
CC2430
对zigbee的开发平台cc2430的一些基本操作,是学习cc2430的基本程序(Zigbee cc2430 development platform for some of the basic operations, is to learn the basic procedures cc2430)
- 2011-05-24 16:55:48下载
- 积分:1
-
Calendar
万年历(0-9999)(每行打印2个月)。(Calendar (0 to 9999) (2 months each line of print).)
- 2013-03-06 11:48:25下载
- 积分:1
-
Jacobi
数值分析分析中 用jacobi迭代求解线性方程(Analysis of numerical analysis using jacobi iteration for solving linear equations)
- 2009-06-13 16:48:55下载
- 积分:1
-
sy7
一些简单的小例子,书上的例题代码,简单易懂,谢谢(Some simple examples, the book s example code, easy to understand, thank you)
- 2013-10-19 11:00:18下载
- 积分:1
-
9503669
麻雀虽小,五脏具全!如果想自己做个ftp可以从这个程序做起!(Although sparrows are small, the five viscera are complete! If you want to do your own ftp can start from this program!)
- 2019-01-02 18:34:32下载
- 积分:1
-
ifmpg
一种流形学习算法(很好用),主要是基于mtlab的程序,关于非线性离散系统辨识。( A fluid manifold learning algorithm (good use), Mainly based on the mtlab procedures, Nonlinear discrete system identification.)
- 2017-05-27 09:43:52下载
- 积分:1
-
PRODAVE
PRODAVE 资料 西门子提供的动态链接库(Siemens PRODAVE information provided dynamic link library)
- 2011-09-16 09:42:05下载
- 积分: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