-
COM_PORT_SETTING
说明: 在EVC4.0环境下,设置串行通讯端口程序例(The EVC4.0 environment, set up procedures for cases of serial communication ports)
- 2009-08-27 13:47:41下载
- 积分:1
-
search-the-number
用于求三组数,每组数的各个位都不相同。第二组数为第一组的2倍,第3组数为第一组的3倍(Is used to find the number of three, the number of the bits in each group are different. The second number of groups for the first group of two times the number of the third group of three times the first group)
- 2013-11-15 20:08:10下载
- 积分:1
-
sports1
用于运动会的统计.分数,那女子参赛情况的记录统计.(Statistics for the Games. Scores, and that the situation of the women)
- 2008-05-14 12:42:04下载
- 积分:1
-
GetTime
获取网络(百度)时间,提供给做网络验证的朋友。获取速度快(Access Network (Baidu) time available to do network authentication friends. Faster access)
- 2009-01-08 10:37:40下载
- 积分:1
-
calculator
Calculator using switch
- 2012-05-09 01:40:26下载
- 积分:1
-
ExcelClass
excel文件操作源代码,用OLE实现的(excel file manipulation source code, using OLE realize the)
- 2008-05-23 09:54:17下载
- 积分:1
-
CalculatorEdition
支持计算式编辑并计算,并提供常用方程,函数键盘,时间显示等功能(Support calculation formula editor and calculate and provide commonly used equations, function keyboard, the time display and other functions)
- 2008-05-14 12:05:36下载
- 积分:1
-
abc
简单易行,很好玩很简单那,我都没费什么功夫(Simple and fun it is very simple)
- 2010-11-24 16:04:20下载
- 积分:1
-
curve_fitting_ceres_fortest
使用ceres对曲线进行拟合程序,ceres可以从github下载;(Using ceres fitting program, Ceres can be downloaded github )
- 2017-04-22 22:39:27下载
- 积分: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