-
CSpreadSheet
对Excell文件进行读写操作,并可以创建excell文件(Read and Write the excell file)
- 2009-07-01 15:27:10下载
- 积分:1
-
635235756
基于VB实现的QQ空间音乐搜索、试听工具.有需要的下。(Based on VB realize the QQ space music search, audio-visual tools. In need.)
- 2013-08-14 13:52:09下载
- 积分:1
-
closest_pair
分治法思想,求最邻近点对,考虑将所给的n个点的集合S分成2个子集S1和S2,每个子集中约有n/2个点,然后在每个子集中递归地求其最接近的点对(Divide and conquer ideas, find the nearest point to consider given the set S of n points into two subsets S1 and S2, each subset of about n/2 points, and then recursively find its focus in each sub-the closest point)
- 2013-12-07 16:46:26下载
- 积分:1
-
myTask0
有的科技图书会附有索引,其中列出书中重要术语出现的页码,便于读者查看。试设计一个类似的程序。输入是一个英文文本文件,输出是文件中关键字及其出现的行号的列表并按照关键字有序排列。程序运行方式:>index inputfile keys outputflie
(Some books will be accompanied by technology index, which lists important terms appear in the book pages, easy to readers to view. Try to design a similar procedure. English text input is a file, the output is a file that appears in the keywords and their line numbers list and ordered according to keywords. Program run mode:> index inputfile keys outputflie)
- 2013-10-28 21:15:13下载
- 积分:1
-
sunxin
孙鑫VC++视频教学所有源代码 无需密码 直接使用(Xin Sun VC++ source code for all the video instruction)
- 2010-05-17 06:48:47下载
- 积分:1
-
yan
VB to achieve real multi-threaded operation of the code can go
- 2018-12-03 15:33:52下载
- 积分:1
-
caipiao
用C实现的自己使用的双色球分析源码。自己一直在用,还是有一定的参考价值哦。(C achieved using two color analysis of their source. He has been in use, or have a certain reference value oh.)
- 2013-07-26 16:49:53下载
- 积分:1
-
vec
A simple vector operation class and header
- 2009-04-22 00:13:18下载
- 积分:1
-
Simple_Address_book
实现通讯录的简单功能,录入一些人员的基本信息,以mdc的格式保存(To achieve a simple address book function, some personnel input the basic information in order to save the format mdc)
- 2010-02-02 10:26:13下载
- 积分: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