-
jisuanqi3
这是个计算器
是和微软有区别的
大家可以(This is a calculator and Microsoft is the difference between the U.S. could have)
- 2007-09-18 09:22: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
-
matrix
矩阵相关运算,例如求逆转置运算等 等功能(Matrix-related operations, such as seeking reversal of home computing and so on)
- 2008-05-30 11:02:18下载
- 积分:1
-
DS
说明: GPS导航系统,控制台程序,内附操作说明(GPS navigation systems, operating instructions included)
- 2010-03-05 20:42:59下载
- 积分:1
-
SSubTmr
一个外国人写的 VB6 子类和定时器,提供源代码。
- 2013-07-12 11:14:37下载
- 积分:1
-
test1
这是一个功能完善的计算器小程序,开发环境时VC++6.0(This is a good small program.)
- 2011-09-01 16:14:43下载
- 积分:1
-
Long-integer
长整数运算(双向链表),实现长整数无限长加减法的运算(Long integer (two-way linked list), to achieve long-integer addition and subtraction of infinite computing)
- 2011-10-29 16:54:42下载
- 积分: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
-
Code2
孙鑫C++教程2 C++语言面向对象简析(Sun Xin C++ Tutorial 2 C++ language Object-Oriented Analysis)
- 2009-11-08 23:09:33下载
- 积分:1
-
PRIM
说明: 构造最小生成树的常用方法是Prim算法与Kruskal算法,二者都是基于贪心算法设计侧略。(Construction of the commonly used minimum spanning tree algorithm is Prim and Kruskal algorithms, both are based on the design side of a little greedy algorithm.)
- 2009-08-23 16:22:15下载
- 积分:1