搜索资源列表
freechat_beta2e_tar
- C-C++源代码行数计算器\\SrcLines.zip-C-C source code line calculator \\ SrcLines.zip
Calculator
- Simple line-oriented calculator program. The class can also be used to create other calculator programs.
IR-2
- 红外遥控式简单计算器演示程序 * * 用红外遥控器做输入(适用新式遥控器) * * * * LCD1602显示方式: * LCD第一行显示:CALCULATOR * * LCD第二行显示:运算过程 * * * 主要功能: * 0-99两位数之间的加、减、乘、除整数运算-Simple calculator-style infrared remote control demo program** to do with infrared remot
Calculator
- 一.设计思路: 1.界面设计 整个面板由4个面板组成, 第一个面板放置显示文本域以及清除按钮 panel1.setLayout(new FlowLayout()) panel1.add(bClear) panel1.add(XsArea) 第二个面板放置数字按钮及点按钮和等号按钮,采用GridLayout布局,4行3列 panel2.setLayout(new GridLayout(4,3)) panel2.add(b[i]) p
Calculator
- 计算器源码,实现了基本的计算和科学计算,基本智能,网上收集-Calculator source code, on-line collection
calc
- 自己写的一个命令行下的计算器,支持基本四则运算、三角函数、指数对数等运算。详细说明在程序中。-Wrote it myself under a command-line calculator to support four basic operations, trigonometric functions, the index of the number of computing. To elaborate on the process.
Calculator
- [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
multicalculator.tar
- A command-line calculator that supports bases 2 to 8,Function Inputs: number of command-line arguments command-line arguments: base=b num1 op num2 where b can be 2 to 8 and op is one of +-x/ and PDL is included.- A command-line calculator
calculator_by_kuffin.tar
- 我是个C语言的初学者,于是就用C写了个基于命令行的计算器程序,主要是利用“栈”来实现加减乘除及括号之间的优先级问题,程序还不完善,希望大家多提意见。-I am a C language for beginners, so he wrote a used C-based command line calculator program, mainly the use of " stack" to achieve the addition, subtraction and priority issu
Calculate
- 用c 实现的一个命令行的计算器,包含+,-,*,/,有负号,小数点,多位,并且可以加入绝对值,这个有点挑战性,这是我比较自豪的一点(大言不惭啊)。-C achieved by a command line calculator, including+,-,*,/, negative numbers, decimal point, a number, and the absolute value can be added to this a bit challenging, I am rather
calculator
- 1.选择任意方法完成简单计算器的设计任务,最终输出计算器计算的结果。 写出算术表达式的符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。此处上传的实现的原理。-1 Select any way to complete a simple calculator design task, the final output of calculator results. Write arithmetic expressions
Calculator
- 一个计算器的java程序每一行都进行了注释便于大家阅读和学习-A calculator for a java program notes for each line you read and easy to learn
9simple-calculator
- java采用面向对象编程方法实现一个简单的计算器,完成两个整数的加、减、乘、除运算。参与运算的两个整数及运算符从命令行参数传入。-Java programming method by using object oriented implement a simple calculator, finish two integer of add, subtract, multiply and divide operations. Participate in the operation two int
bcalc-(2)
- basic command-line calculator for addition, subtraction, multiplication and division similar to a bc in linux
Calculator
- 小型计算器,使用SWT开发,具有加、减、乘、除、求余的功能,双行显示,界面友好!-Small calculator using the SWT development has added, subtract, multiply, divide, seeking more than the function, two-line display, friendly interface!
Simple-calculator
- 简单计算器 java基于对象的编程更符合人的思维模式,使人们更容易编写程序。-Simple calculator java object-based programming model more in line with people' s thinking, making it easier to write programs.
calculator
- VB程序设计技巧---计算器,设计一个可以进行四则运算的简单计算器。该计算器除了可以进行加、减、乘、除、求模(取余)等简单的四则运算外,还要求可以进行四则混合连算,并具有符合计算器日常使用习惯的容错纠错功能。-VB programming skills--- calculator, design a simple calculator can perform four operations. In addition to the calculator can add, subtract, mul
TXLine
- TX-LINE: Transmission Line Calculator Analysis and Synthesis of Transmission Lines. Windows-based interactive transmission line calculator for the analysis and synthesis of transmission line structures
parse_formula
- 小的命令行计算器,并包含有部分变量运算。-Small command line calculator, and includes some variable calculation.
OC-Calculator
- OC写的一个关于三角函数的计算器功能 关于分类以及协议, Programming in OC书上的 chapter11中的第四题-The functions sin(), cos(), and tan() are part of the C Standard Library (as scanf () is). These functions are declared in the system header file math.h, which is automatically impo