-
myeyes
说明: 使用vc++6.0开发的一个小例子,保护视力程序,界面简单,主要是实现将应用放到系统托盘中。(Use vc++ 6.0 to develop a small example of procedures to protect their eyesight, the interface simple, the main factor will be applied to achieve on the system tray.)
- 2008-11-23 15:49:26下载
- 积分: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
-
daima
软件测试功能,使用uft进行的自动化测试功能(programing test,for auto programing test by UFT)
- 2018-06-15 23:48:41下载
- 积分: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
-
shurce
k在VC中对话框程序中实现切分窗口的控件类,不错的源码(K in VC dialog box procedure of segmentation window in the control class, a good source)
- 2017-06-01 17:21:19下载
- 积分:1
-
sumDate
日出日落计算,可以根据经纬度计算 日出日落时间(Sunrise and sunset calculations)
- 2013-05-16 08:50:01下载
- 积分:1
-
1
说明: 模拟舰船Kelvin尾迹,不考虑船首尾及粘滞影响(The simulation of ship wake Kelvin, without considering the fore and aft and viscous effect)
- 2014-11-27 11:28:05下载
- 积分:1
-
ADO-To-SQLServer-2005
一款基于VC6.0的开发的ADO访问SQLServer 2005的应用程序,包括数据的增删改查等操作。(An application based on the VC6.0 ADO access SQL Server 2005, including data such as CRUD operations.)
- 2012-05-31 17:37:03下载
- 积分:1
-
dll_VB60_TimeAttendanceRutine
Using FKAttend.dll and FKViaDev.dll for Time Atendance Systems, Aplication for read and write Fingerprint attendance
- 2011-10-11 05:34:34下载
- 积分: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