-
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
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
Calendar
万年历(0-9999)(每行打印2个月)。(Calendar (0 to 9999) (2 months each line of print).)
- 2013-03-06 11:48:25下载
- 积分: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
-
IP
自动采集小说程序,对于建站很有帮助,试试吧(Automatic acquisition novel procedure for the Jianzhan helpful, give it a try)
- 2010-06-20 20:39:13下载
- 积分:1
-
GPIBUtility
GPIButility是ADLINK公司的GPIB驱动所带的工具软件,可以自动获得所有GPIB设备信息并可作相应的各项参数设置。(ADLINK' s GPIButility is brought GPIB driver software tool that can automatically access to all GPIB device information and can set the parameters accordingly.)
- 2009-09-11 08:52:32下载
- 积分:1
-
Mergesort
遍历堆,可以对一个堆编立,复制,采用函数的递归调用来实现的(Traverse the heap, the recursive call to compile a heap legislation, copy, use the function)
- 2012-10-01 11:44:15下载
- 积分:1
-
MU1.03tuoji
很不错的一个奇迹(MU)脱机外挂,支持手动添加捡取任何物品。自动上线。(A nice miracle (MU) is out of the machine, supporting manual addition of picking up any items. Automatic online.)
- 2020-07-02 04:00:01下载
- 积分:1
-
iostream1
编写程序,通过设置ios::scientific和ios::fixed标志以定点和科学记数法显示浮点类型数据。(Programming, by setting the ios:: scientific and ios:: fixed flag with fixed-point and scientific notation floating-point data types.)
- 2010-05-17 17:14:54下载
- 积分:1
-
txt_TO_dat
用于将txt格式数据,转换为.dat格式的数据,便于CASS处理。(Txt format for the data is converted to. Dat format, easy CASS processing.)
- 2013-07-30 09:12:54下载
- 积分:1