-
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
-
zcktwuy2
To achieve similar WORD2000 clip art menu code
- 2018-09-29 00:23:36下载
- 积分:1
-
6363734
VB中列表分页模型的实例源代码,有需要的就下载吧。(List paging model in VB source code examples, there is a need to download it.)
- 2013-08-15 17:36:14下载
- 积分:1
-
多项式
Visual C++语言,数据结构小程序,自定义系数及指数的多项式相加代码(Visual C++ language, data structure small program, custom coefficient and exponential polynomial addition code)
- 2017-12-11 00:45:37下载
- 积分:1
-
matrix
矩阵相关运算,例如求逆转置运算等 等功能(Matrix-related operations, such as seeking reversal of home computing and so on)
- 2008-05-30 11:02:18下载
- 积分:1
-
bigint
实现大整数的加减乘除法运算,C++编写.比较简单(Realize large integer addition and subtraction, multiplication and division operations, C++ Prepared. Relatively simple)
- 2008-05-20 22:06:51下载
- 积分:1
-
BST1
运用伸展树的特性,每次插入新的结点后,调用展开函数,使得新结点成
为所建树的根结点。(Use of the characteristics of the splay tree, each time you insert a new node, call to function, making the new node into
For the achievements of the root.)
- 2012-03-17 22:55:35下载
- 积分:1
-
jisuanqi
计算器,可进行四则运算,并且有符号位,退格,以及小数点。(Calculator, can be carried out in four operations, and the sign bit, backspace, and decimal point.)
- 2013-11-11 12:51:12下载
- 积分:1
-
SSubTmr
一个外国人写的 VB6 子类和定时器,提供源代码。
- 2013-07-12 11:14:37下载
- 积分: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