搜索资源列表
文件运算器
- 问题描述:加减乘运算器。 要 求: 输入方式:使用给定文件进行输入; 输出方式:使用文件进行输出; 使用的数据结构:双向链表 实现的功能:实现任意位数的正负整数或小数的加法、减法和乘法运算。 具体要求:每个结点存储一位数字。算出的结果若是小数,整数部分的高位若为0要去掉,小数部分的低位若为0要去掉,若0085.56700,最后结果应为85.567。 文件说明:给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生
MY9_18
- 实现对话框的计算器功能,输入两个数据能进行简单的加、减、乘、除操作。-Calculator functions to achieve the dialog box, enter the two data can be a simple add, subtract, multiply, with the exception of the operation.
111111
- 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算。 2、科学计算函数,包括正弦、余弦、正切、开方、平方、阶乘、指数、对数等函数运行。 3、以角度、弧度两种方式实现上述部分函数。 4、具备历史计算的记忆功能。 5、对不正确的表达式能指出其错误原因。 6、整理上机步骤、完成实验报告、提交可运行的程序,给出实验数据和实验结果。 -1, binary, octal, decimal and hexadecimal number of add, subt
Calculator
- 多功能计算软件程序清单 功能要求:具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入运算符(+,-,*,/)、第一个运算数、第二个运算数,然后输出结果, 当用户输入 Q 则退出系统,否则允许用户连续进行运算。-Multi-function calculation software program list functional requirements: with integer data, floating-point data arithmetic (ad
Calculator
- 这是一个精简的迷你计算器应用软件程序,里面采用栈操作对输入数据和操作符进行处理,可以进行加减乘除表达式(含括弧)的计算。希望对你有用-This is a streamlined mini-calculator software program, which uses stack operations on the input data and operators to process, you can add or subtract multiply and divide expressions
mul
- 算法实验 计算多位乘法的效率 要求是将数据输出于excel文件中,并对运行结果进行分析-Algorithm for computing a number of experiments required is to multiply the efficiency of the data output in the excel file, and run the results were analyzed
calculator
- 简易计算器.基本的实现了数据的加减乘除,代码运用了sender as减少了代码量-Simple calculator. The basic realized data add, subtract, multiply and divide, the code used to reduce the code as keep
Calculator
- 计算器功能(1)包含的功能有:加、减、乘、除运算,开方、求倒数、三角函数、对数指数、阶乘等的计算功能。 (2)计算功能基本上是用系统内部函数。 (3)“Clear”按钮可以清除所有已输入的数据从头计算,“Backspace”按钮可以实现退位功能, “Exit”按钮可以退出程序。 -The calculator function (1) contains the functions: add, subtract, multiply, and in addition to the ope
program
- 数据结构程序设计,按照老师要求,对迷宫,多项式相乘,大数相乘问题进行解决。-Data structure programming, the teacher asked, maze, multiplying polynomials, multiply large numbers issue resolved.
LAB10_E1
- Calculate the salary of the employee by hours and save it as records, output the infomations, the total salary is calculated by the total hours and salary per hour. Question: 1. Write a program to read FIVE (5) employees’ records from the keybo
CMatrix
- 该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造c++语言实现任意维数matrix类,方法Matrix()、获取某元素值的方法getData(int row,int col),设置某元素值的方法setData,计算两个矩阵的乘积的方法multiply(Matrix m)等-Class including the the matrix ranks number variable int rows int cols, matrix data
Calculator
- 简易计算器 本项目需要实现一个简单的四则运算的计算器,拥有加、减、乘、除功能。该程序是一个图形界面的Java计算器,其界面主要采用了awt包,程序目标为: (1)按下数字键在液晶平上会显示数字,这时计算器最基本的功能; (2)实现除了加、减、乘、除按钮外其他按钮功能; (3)按下清除“C”键,数据被全部清除; (4)按下退格“退格”键,数据可被倒退。 -The project needs to achieve a simple arithmetic calculator
PNSEQUENCERUN
- pn code USED FOR CDMA WITH SPREAD SPECTRUM MODULATION TECHNIQUE BY MEANS OF WHICH IT IS MULTIPLY WITH INPUT DATA
Polynomial
- 数据结构的作业 简单多项式的加、减、乘、除、求幂等运算,并显示出来-Simple polynomial data structure operations add, subtract, multiply, divide, exponentiation, such as computing and displayed
f_ENCODER
- CODE DIVISION MULTIPLE ACCESS ENCODER:IT ENCODE THE DATA BY MULTIPLY THE MESSAGE SIGNAL WITH THE NOISE GENERATED BY PN SEQUENCE-CODE DIVISION MULTIPLE ACCESS ENCODER:IT ENCODE THE DATA BY MULTIPLY THE MESSAGE SIGNAL WITH THE NOISE GENERATED BY PN SE
7
- 有一组16个数,分别统计负数、0、正数的个数,并将结果保存number area reset,data,readwrite source dcb 1,2,5,-6,-5,3,0,7,-9,0,0,5,12,-94,-3,55 number dcb 0,0,0 分别保存统计得到的 负数,0,正数的个数 对数据区进行64位结果累加操作 先对内存地址0x3000开始的100个字内存单元填入0x10000001~0x10000064字数据,然后将每个字单元进行64位累加
1001451_PA2
- 通过DFG图进元件的排列执行调度和资源结合.排列出出尽量少的层数-In this assignment, you are asked to write a program that performs scheduling and resource binding for a given data flow graph (DFG) under resource constraint. In a DFG, there are two types of operations: ADD (A) an
simplecomputer
- 简单计算器,能够实现简单的加、减、乘、除。其原理就是使用了两个栈。一个符号栈,一个数据栈。-A simple calculator,it can able to achieve a simple add, subtract, multiply, divide. The principle is to use two stacks. A symbol stack, a data stack.
simplecomputer
- 简单计算器,能够实现简单的加、减、乘、除。其原理就是使用了两个栈。一个符号栈,一个数据栈。-A simple calculator,it can able to achieve a simple add, subtract, multiply, divide. The principle is to use two stacks. A symbol stack, a data stack.
src_multiply
- Data content to multiply the given values