搜索资源列表
一元稀疏多项式计数器
- 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
数据结构计算器
- 数据结构基本算法设计 用C++实现一个计算器,计算器需具有基本的功能-basic algorithm data structure design to achieve a C calculator, calculator should have the basic functions
01131516409
- 简单的一元多项式计算器,C语言,包含程序原代码和课程设计文挡-One simple polynomial calculator, C language, contains procedures for the original code and curriculum design text block
calc
- 在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。[设计要求]实现整数浮点数的四则运算,并且还加上了^的运算,支持括号及开始的负数-In a binary arithmetic expression that is designed based on a four decimal arithmetic calculator. [Design requirements] to achieve a four-integer floating-point arithmetic, an
ExpAnalyzer
- 本科时参加小竞赛设计的一个代数运算器 1. 能对常用的四则运算,三角, 乘方,开方运行2. 支持变量赋值和运算 3. 增加批处理执行功能(批处理脚本文件) 4. 增加对向量或矩阵运算的支持,如输入 -Undergraduate to participate in the design a little contest an algebraic calculator. Can commonly used four arithmetic, trigonometry, involutio
calculator
- 数据结构课程设计:用MFC实现复杂计算器-Data Structure Course Design: Using MFC implementation complexity Calculator
Data-Structure-Course-Design
- 数据结构课程设计:一元稀疏多项式计算器源码,去年我写的。现在拿出来分享一下-Data Structure Course Design: unary sparse polynomial calculator source code, I wrote last year. Now share out
DeskTop-Calculator
- 《数据结构与程序设计》第一个例子,一个简单的桌面计算器,用到逆波兰计算-The data structure and program design "the first example, a simple desktop calculator, use the inverse Poland calculation
calculator-algorithm
- 数据结构设计程序之计算器的算法实现,很适合初学者学习-Data structure design procedures calculator algorithm, it is suitable for beginners to learn
calculate
- 栈式计算器~~~哈工大数据结构软件设计一-The Stacker Calculator ~ ~ ~ HIT data structure software design ~ ~ ~
d
- 设计一个稀疏矩阵计算器,要求能够:⑴输入并建立稀疏矩阵;⑵输出稀疏矩阵;⑶执行两个矩阵相加;⑷执行两个矩阵相乘;⑸求一个矩阵的转置矩阵;⑹求一个矩阵的逆矩阵(选做)。-Design of a sparse matrix calculator, requires the ability to: ⑴ input and the establishment sparse matrix ⑵ output sparse matrix ⑶ perform two matrices are added
jisuanqi
- 计算器可视化设计的实验源码,简易计算器mfc-Calculator visual design of experiment source, simple calculator mfc
Calculator
- JAVA中的计算器的功能实现,包括两个文件,分别是界面设计和计算功能。-Calculator functions implemented in JAVA, including two files, namely, calculation function and interface design.
运算器
- 设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面(The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations,