-
CSpreadSheet
对Excell文件进行读写操作,并可以创建excell文件(Read and Write the excell file)
- 2009-07-01 15:27:10下载
- 积分:1
-
FrameTransfer
这是我的一个坐标转换的程序,是坐标在地固系和惯性系之间进行转换。希望对大家有用(err)
- 2008-06-17 19:55:43下载
- 积分:1
-
856334657645
小型VB图片管理系统(Access),有需要的就下载吧。(Small VB Image Management System (Access), there is a need to download it.)
- 2013-08-04 14:27:44下载
- 积分:1
-
juhac
抑制载波型差分相位调制,借鉴了主成分分析算法(PCA),有CDF三角函数曲线/三维曲线图。( Suppressed carrier type differential phase modulation, It draws on principal component analysis algorithm (PCA), There CDF trigonometric curve/3D graphs.)
- 2017-05-05 16:48:50下载
- 积分:1
-
Sastolic
云分类器,一种基于云模型理论的分类程序,程序中使用云分类器(Cloud classifier, a classification based on cloud model theory, using the cloud classifier in the program)
- 2017-08-11 12:53:21下载
- 积分:1
-
www
j简单的一个计算器C++源代码,乱七八糟了,随便(j simple calculator C++ source code, Messy, and not)
- 2007-07-14 13:37:24下载
- 积分:1
-
DQGL
1、客户数据从Excel或Access中导入
2、数据量比较大,约200多万条记录
3、实现分地区查询
4、实现其他条件查询 (关键字)
5、实现分地区查询的用户权限限制,即特定用户只能查找特定地区的客户信息(显示)(1, the customer data from Excel or Access to import 2, larger than the data, about 10,000 more than 200 records of 3, to achieve sub-region query 4, the realization of other conditions query (keyword) 5, to achieve sub-region query user rights restrictions that particular user can only search a specific area of customer information (show))
- 2008-04-08 23:24:38下载
- 积分:1
-
oyhi
此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式()
- 2018-03-29 22:44:03下载
- 积分:1
-
97774083dnc_utf8
数字转换工具,大写数字与小写数字的相互转换(Digital conversion tool, uppercase and lowercase digits digital conversion)
- 2011-07-14 10:20:09下载
- 积分: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