-
2008
c#代码,简易计算器,不完整,上课做的。大家多多指教(c# code, simple calculator, incomplete in class to do so. All the exhibitions)
- 2009-09-22 08:54: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
-
ASimpleCalculator
一个简单的计算器程序,实现了加、减、乘、除计算(A simple calculator program to achieve the add, subtract, multiply, divide computing)
- 2013-12-17 22:04:32下载
- 积分:1
-
clac
表达式计算器,方便用于无小键盘的笔记本,采用的算法可以计算复杂的表达式(Expression calculator, easy for non-small laptop keyboard, the algorithm can be used to calculate complex expressions)
- 2014-03-29 10:20:05下载
- 积分:1
-
carpayment
这是一个购车还贷计算器的应用程序,里面包括异常处理(This is a car loan calculator applications, which include the exception handling)
- 2008-04-05 19:45:58下载
- 积分:1
-
migong
说明: 迷宫程序,不是很好看,不过适合初学者。用VC++编写的,看看吧。(Maze procedure, not a good look, but suitable for beginners. With VC++ Prepared to see it.)
- 2008-10-16 20:26:00下载
- 积分:1
-
Iourcecode
Source code for Basilsik Source code for Basilsik(The Source code for Basilsik Source code for Basilsik)
- 2017-04-15 07:01:24下载
- 积分:1
-
LookForEye
说明: Matlab程序。聚类法分割图像的基础上,找到人眼的位置。(look for eye)
- 2010-03-16 18:15:44下载
- 积分:1
-
1
说明: c入门程序一,编写一个C程序,输入a、b、c三个数,输出其中最大者。(c entry procedures, write a C program, enter a, b, c three numbers, the output of which the largest.)
- 2013-04-07 11:05:07下载
- 积分:1
-
converte-into-corresponding-digital
对一段只含有几种字符的字符串进行转换,转换成相应的数字(a string contains only several character conversion, and converted into the corresponding digital
)
- 2013-09-07 17:46:26下载
- 积分:1