-
2003WorldChampionTeamCode
说明: 2003年世界冠军队源代码,该代码由C++编写完成。(2003 World Champion team source code, the code written by the C++ to complete.)
- 2010-04-05 16:32:53下载
- 积分:1
-
cPP_5.12
本程序主要完成多用途不同质量单位,长度单位的双向转换功能(This procedure mainly complete multi-purpose different quality unit, the unit length of bidirectional conversion function)
- 2013-01-12 17:19:21下载
- 积分:1
-
monkeyking
猴子选大王,一个十分有趣的小型程序,判断谁是大王(Elected king of monkeys, a very interesting small-scale process to determine who is the king)
- 2008-05-08 21:25:54下载
- 积分:1
-
calculation
刚学VC,做的一个计算器(just learning, so a calculator)
- 2005-03-02 19:16:17下载
- 积分:1
-
Practice1_14
字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如:
char a[4]="ABCD" char b[4]="abcd"
则char c[8]="AaBbCcDd"
(Cross-string input, is to cross a string input to another string of them, such as:
char a [4] = "ABCD" char b [4] = "abcd"
While char c [8] = "AaBbCcDd" )
- 2009-02-19 18:26:20下载
- 积分: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
-
BookManager
说明: 用VB 6.0 + SQL Server2000
编译写的图馆管理系统(Using VB 6.0 SQL Server2000 compiler written by library management system)
- 2008-11-04 19:30:38下载
- 积分:1
-
VCExample
基于固高GT400运动控制卡,Visual C++下的基本控制程序
(The basic control program based on Googol GT400 motion control card, the Visual C++)
- 2020-09-10 04:58:02下载
- 积分:1
-
Metric-to-Imperial-Units-
公英制互转换器,初学VC时的小程序,对平时工程制图有些用处。(Metric to Imperial Units )
- 2013-08-28 07:13:38下载
- 积分:1
-
3
说明: Description
Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最长底滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。elements in that rectangle. In this problem the sub-rectangle with the largest sum is referred to as the maximal sub-rectangle. ()
- 2008-05-13 20:26:52下载
- 积分:1