搜索资源列表
arithmetic
- 扫描识别四则运算的字符串,并计算出结果的小程序。结构清晰。-Scan and identify the string arithmetic, and calculates the results of small programs. Structure is clear.
algebra
- 两幅图像的基本四则运算包括加法减法乘法和除法-The image of the basic add, subtract, multiply and divide four operations
TifImage
- 读取TIF图像并显示,以及图像的四则运算-Read TIF image and displays, as well as the image of the four operations
Image-computation
- 实现遥感图像的四则运算,包括图像的加法,减法,乘法和除法。-This program can achieve the image computation, including add, subtract, multiply and divide algorithm.
1224
- 实现简单的复数加减乘除四则运算,输入格式是分别输入服输的实部和虚部,可能还有点小毛病,但能实现基本功能-Plural simple arithmetic calculation, enter the format is throwing in the towel enter the real and imaginary parts, there may be little problems, but to achieve the basic functions of
calculator219
- C语言编写的四则运算计算器,支持括号小数点,能通过运行,简洁易用-failed to translate
sizeyunsuan102
- 识别常数的简单四则运算, 其中包含有很多VB编程的小技巧!~!VB初学者可以载来看看!~很有帮助的`!-constant recognition of a simple four operations, which includes many small VB programming skills! ~! VB beginners can be set to look at! Helpful `~!
Digital-image-processing
- 数字图像处理课程大作业,主要是对图像进行四则运算,加噪去噪处理,基础变换方法程序及结果展示。-Digital Image Processing courses large operations, mainly the image four operations, noise noise elimination process based program conversion method and results show.
bqxl
- 用栈,顺序表实现四则运算,可以识别+,-, , ,和[],以#结尾,比如,5+6 3-1#,可以得到结果17()