Location:
Search - 字符运算计算器
Search list
Description: 实现的计算器
通过多个按钮绑定一个numbersub事件来提交数字字符
通过绑定另一个事件来提交运算符号
Platform: |
Size: 14097 |
Author: aaa |
Hits:
Description: 实现的计算器
通过多个按钮绑定一个numbersub事件来提交数字字符
通过绑定另一个事件来提交运算符号-Calculator achieved through multiple buttons bound to submit an event numbersub characters through the binding of another event to submit operational symbol
Platform: |
Size: 34816 |
Author: aaa |
Hits:
Description: [demo.rar] - 增值税发票抵扣联字符识别中的图像倾斜校正方法,很有用
[2007012218032016052.rar] - 目前紧紧支持24种验证码的识别,后续版本将会慢慢加入更多可识别的格式。
[OCR.rar] - OCR光学字符识别代码,思想是背景16值变化,提供勾,圈,叉识别
[javawllt.rar] - 用JAVA编译的局域网聊天程序 v 1.0 ,此聊天程序为学习java语言而开发的
[MySoft.rar] - 一种利用硬盘序列号对自开发软件的简单且有效的加密注册方法,适用于发布量不大、尤其不公开发行的专用工程软件。主要目的:为使开发者的软件不被任意复制使用,用户每装一台机器都需要向开发者报知用户号并索取注册号。基本原理:将硬盘序列号做运算后做为用户号,开发者可利用科学型计算器,根据用户报知的用户号和只有自
[20080504.rar] - 介绍文字识别技术的,很有用.我看了.包括手写和印刷的
[adaboost.rar] - adaboost分类器源代码 adaboost人脸检测matlab算法
[vehiclehsv.rar] - 一个很不错的车牌定位程序,好不容易才得到的,希望对大家有所帮助。
[charrecognition.rar] - 《VC++数字图像识别技术典型案例》第九章光学字符识别技术,包括预处理、边缘跟踪和特征提取算法-err
Platform: |
Size: 1632256 |
Author: 宇文龍 |
Hits:
Description: 设计一个windows附件中所示的计算器
计算double型的“加”、“减”、“乘”和“除”法;(注意小数点的处理)
增加“Backspace”按钮,每按一次删除编辑框最后一个字符;
增加求“倒数”、“sin”、“cos”和“tan”等三角函数;(注意以上运算符是单目运算符,与四则运算并不相同,最好独立为每个按钮设计函数)
增加“%”和“00”按钮,这两个按钮并不是运算符,仅仅是修改编辑框;
增加“pi”按钮,这个按钮也不是运算符;(当点击这个按钮后,无论刚才输入何数字,均被删除,用pi取代)
增加“n!”运算符,这个运算要注意只能计算整型数,还有范围问题;
增加“x^y”、“ln”和“log”运算符;
增加数制转换功能,即输入一个十进制数,点击二进制转换可以被转换为二进制数(或十六进制),用单选按钮实现;
增加“Mod”求模运算符,只针对整型数;
增加“And”、“Or”、“Not”和“Xor”逻辑运算符(一般针对二进制数);
增加菜单功能,具体功能可以是与按钮相同或不同均可;
增加工具栏功能,具体功能可以是与按钮相同或不同均可;
增加帮助信息。
-ccording to The New Oxford Dictionary of English, frustration, by definition, means the feeling of being upset or annoyed, especially because of inability to change or achieve something. Since frustration seems to be a negative feeling, some people may be tempted to think that frustration is bad for people. They believe that constant frustration may cause serious mental problems. People suffering from such psychological problems often resort to violence or suicide, which poses a big threat to the people around them and thus causes instability to the whole society.
Platform: |
Size: 1636352 |
Author: 叶合 |
Hits:
Description: 简易计算器,主要有以下5个功能模块,(1)计算器界面显示模块。计算器界面显示必须在执行实际计算操纵之前完成,在这里主要调用了C语言图形系统函数和字符屏幕处理函数画出类似windows自带的计算器界面(2)计算器按键控制模块。(3)计算器计算处理模块,主要完成双目四则运算和单目运算操作。(4)计算器记忆处理模块,使计算器具有记忆功能。(5)计算器退出系统模块。-Simple calculator, mainly in the following five functional modules, (1) calculator interface module. Calculator screen to be manipulated in the implementation of the actual calculation to complete, where the main language to call the C function and character graphics system to deal with the screen to draw a similar function built-in calculator windows interface (2) calculator button control module. (3) calculator processing module, the main four complete binocular and monocular computing computing operation. (4) calculator memory module, so that a calculator with memory function. (5) calculator from the system module.
Platform: |
Size: 44032 |
Author: wanglei |
Hits:
Description: 用飞思卡尔GP32单片机实现普通十进制计算器的功能,按键采用4×4键盘,显示采用16×2点阵式字符LCD,键盘符号定义如下:左下角的“<-”表示退格,即删除键,按一次删除LCD的最后一个数字。
LCD的第一行显示运算式,第二行显示运算结果。其他功能同普通计算器相同(只实现加减乘除四则运算功能)。
扩展功能:负数、小数运算。复合运算。连续运算。2进制、8进制运算。
-GP32 with Freescale MCU general metric calculator functions, the use of 4 × 4 button keyboard, display the use of 16 × 2 character dot-matrix LCD, keyboard symbols are defined as follows: the lower-left corner of the " <-" said backspace, that is, delete the key, according to the last one to delete a digital LCD. LCD shows the first line of expression, the second line shows the results of operations. Other features the same with the ordinary calculator (multiplication and division addition and subtraction only the realization of arithmetic functions). Expansion functions: negative, a small number of computing. Composite operator. Continuous operation. 2 M, 8 M-ary operator.
Platform: |
Size: 81920 |
Author: deng1243 |
Hits:
Description: 功能相当全的高级计算器源代码,支持复合运算、记忆功能。缺憾是括号功能未能实现,此外输入框使用的是数字而非字符,所以对小数点后的多位零值处理不便,需要结合“小数点后位数”的显示值使用。-Functionally equivalent source code for all high-level calculator to support complex operations, memory function. Shortcoming is the failure to achieve the bracket features, in addition to input box using a digital rather than the characters, so the decimal number zero value after the deal with the inconvenience, requires a combination of " digits after the decimal point" display the value of the use.
Platform: |
Size: 2307072 |
Author: 木马斗士 |
Hits:
Description: 本设计利用AT89C51单片机来控制液晶显示器和矩阵式键盘,实现了简易的计算器功能。通过键盘输入需要计算的计算式子,该式子会显示在液晶的第一行,当键入等于号后,计算结果会显示在液晶的第二行。本设计中液晶选用1602字符型液晶显示器,显示参与运算的数字以及最终的运算结果,键盘采用4*4矩阵式键盘。-This design using AT89C51 microcontroller to control the matrix liquid crystal display and keyboard, to achieve a simple calculator function.Keyboard input required by the calculating formula, the formula is displayed in the LCD of the first line, when the type is equal to number, the results will be displayed in the LCD of the second line.The design of LCD use 1602 character LCD display and the number of operations involved in computing the final result, the keyboard uses 4* 4 matrix keyboard.
Platform: |
Size: 485376 |
Author: 范红建 |
Hits:
Description: 冗余较验CRC16计算器,最好用的,支持直接字符运算,我在网上找的都不支持大于F的字符,这个是真的字符。-CRC16 redundancy calculator than experience, preferably with the support of a direct character operations, I find online do not support the characters larger than F, this is true characters.
Platform: |
Size: 4096 |
Author: ja |
Hits:
Description: MFC源码
开发工具:VC++6.0
编程语言:C++
主程序代码:1300+行
运算精度:小数点后17位。显示框最大显示字符数21个
计算器功能说明:
1)完成计算器基本运算功能
2)二进制◆八进制◆十进制◆十六进制 相互转换
3)支持角度与弧度显示
4) 完成三角函数+反三角函数、对数、指数运算、取余、倒数与开方运算
5)计算n!.扩展整数n为双精度数x。计算x!
算法f(x)=x(x-1)(x-2)(x-3)......3*2*1
5)具有记忆功能
MS:存储 MR:读取 MC:清除 M+:加存的数据
6)左清&右清
->: Forwardspace(清除最左边1个数)
<-: Backspace(清除最右边1个数)
Tip:D78C.后面小数点表非十进制数。八、二、十六进制数在显示部分有小数点。以区别十进制数-Calculator MFC codes
Platform: |
Size: 125952 |
Author: |
Hits:
Description: /*本程序是一个简单的计算器模拟程序。对任意给定的正确的四则表达式,程序计算其结果值并输出。表达式中运算分量为无
正负号整数,运算符为+ - * / ,圆括号按常规配对,表达式以“=”结束。函数getach()为获取表达式的一个合法字符,
并将字符存入变量curch;函数指针数组func[]是为了统一加减乘除计算而设置的。*/
-/* This program is a simple calculator simulation program. Correct for any given expression of four, the program calculates the result value and output. Computing the expression for the unsigned integer quantity, operator of+-* /, according to conventional matching parentheses, the expression to " =" end. Function getach () to obtain expression of a legitimate character, and character into the variable curch array of function pointers func [] to a unified set of calculations, Math.* /
Platform: |
Size: 1024 |
Author: fupeng |
Hits:
Description: 计算器,数字以字符串输入,实行加法运算,需要内部实现字符转换,成数字,结果仍转换成字符串方式输出。-Calculators, digital input string, the implementation of addition operation, the need to achieve internal character conversion to digital, the result is still way to convert a string output.
Platform: |
Size: 303104 |
Author: 高翔 |
Hits:
Description: 四项计算器
程序,模拟具有加、减、乘、除四种功能的简单计算器。
// 该程序具体要求如下:
// 1. 运行程序,显示当前值及命令提示command>。
// 2. 通过键入字符 + 、 - 、 * 或 / (分别表示加、减、乘或除运算符)响应程序的提示command>,能够支持加、减、乘、除运算。
// 3. 当一个运算符输入后,程序便要求输入同当前值一起运算的第二个数。若给定了第二个数,程序便执行指定的运算,显示新的当前值。
// 4. 在程序提示command>后可接受字符 C 作为清除当前值的命令,即将当前值设置为0。
// 5. 在程序提示command>后可接受字符 Q 命令,终止程序的运行。
-四项计算器
程序,模拟具有加、减、乘、除四种功能的简单计算器。
// 该程序具体要求如下:
// 1. 运行程序,显示当前值及命令提示command>。
// 2. 通过键入字符 + 、 - 、 * 或 / (分别表示加、减、乘或除运算符)响应程序的提示command>,能够支持加、减、乘、除运算。
// 3. 当一个运算符输入后,程序便要求输入同当前值一起运算的第二个数。若给定了第二个数,程序便执行指定的运算,显示新的当前值。
// 4. 在程序提示command>后可接受字符 C 作为清除当前值的命令,即将当前值设置为0。
// 5. 在程序提示command>后可接受字符 Q 命令,终止程序的运行。
Platform: |
Size: 1024 |
Author: 屠竹南 |
Hits:
Description: 简易计算器:
1、本计算器能计算带括号的+-*/的运算表达式,且能分辨小数或整数。其中整数相除时运算为整除
2、本计算器有强大的判错功能,能够发现表达式中的错误并报错,包括字符,运算符,括号,整体运算式,被除数是零等判错
3、本计算器能够存储数据,凡是运算过的数据均能存储到 result.txt 的文档中,且在屏幕上输入‘cls’即可清空文档并退出程序
4、本计算器能连续读入数据,直到读到 end 为止
-simple calculator
Platform: |
Size: 207872 |
Author: 余华山 |
Hits:
Description: 用MFC编写的计算器。支持运算法则,正负数,小数等。涉及算法为栈和基本字符操作。-A calculator witten in MFC
Platform: |
Size: 4653056 |
Author: thomas |
Hits:
Description: 利用芯片8279控制键盘和LED,对每一次的键盘输入检查其对应的字符并作出相应操作,其结果体现在LED。比如:用户输入连续数字时,按用户输入的顺序依次显示在LED上;当用户输入加法操作时,LED不变化;当用户再输入第二个数时,再次依次体现在LED上;按“等于号”时其运算结果显示在LED上。其操作过程与体验与现在普遍使用的计算器相同。-The use of 8279 to control the keyboard and check the corresponding character LED, keyboard input and a corresponding operation, its results are reflected in the LED. Example: user input consecutive numbers, in order of user input in turn is displayed on the LED LED does not change when the user input addition operation When the user re-enter the second number, again in turn is reflected in the LED press the " equal The number " when the calculation result is displayed on the LED. Operation with the same experience with the now widespread use of calculators.
Platform: |
Size: 14336 |
Author: chen |
Hits:
Description: 计算器__msp430本设计以低功耗单片机MSP430V136T、1602字符型液晶屏和4*4简易键盘为主要器件,来实现加、减、乘、除、开根号、平方、求倒数等运算。设计中分别采用P1口低4位和P2口低4位与键盘的行列线相连,用于采集中断信号并分析键值;键盘规格为4*4,由于所需的功能键数大于16,因此需要进行按键复用;单片机的P3口连接显示器的D0~D7端,用于输出显示数据或控制命令;选用P4口中的3、4和5口用于实现显示屏的控制功能:使能、控制/数据选择端、读/写。本设计的软件部分采用中断方式获取键值,空闲时单片机处于休眠状态,极大地减小了单片机的功耗。单片机原理与应用课程综合设计
Platform: |
Size: 194560 |
Author: 1966218079 |
Hits:
Description: 一个通过Java代码实现的科学计算器。
用户可以通过输入一串数学表达式来获得他们想要的结果。功能效果类似于卡西欧计算器,所包含的运算符号包括加(+)、减(-)、乘(*)、除(/)以及次方(^)。
比如输入:"( 3 + 5 ) * 2 - 6 ^ 2",回车后会得到输出结果:"-20"。
输入不合法字符会报错,程序健壮度佳。
学习该代码有助于理解科学计算器、卡西欧计算器的运算实现原理。(A class that computes an arithmetic expression.)
Platform: |
Size: 3072 |
Author: Shayne
|
Hits:
Description: 实现了多位数加减乘除基本运算,并且可以删减输入字符(To achieve the basic operation and can cut down the number add, subtract, multiply and divide the input character.)
Platform: |
Size: 49152 |
Author: kksaz |
Hits: