-
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以...
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,则直接输出各位数字序列;如果是负数,则首先要输出负号。各位数字紧密输出,不带有前缀的多余的0。-practice procedures, as follows : high-precision integer for the addition, subtraction, multiplication. The importation of two decimal integer big M and N (M, N up to a maximum of 50), the calculated results of operations and output. Entry forms : standard input on the importation of branches were the following : 1. The first line inputs, a large integer M. M may have negative, is back up to 50 digital sequence. 2. Only a second line of characters could be "","-","*", respectively, plus or minus, by three operators. 3. The third line inputs large integer N, M and the same format M, N are not redundant with the prefix 0 output-- in the form of print on standard out
- 2022-02-06 02:31:19下载
- 积分:1
-
它是代码,我的代码为奥运会编程任务
it is code, my code for olympiad programming task
- 2022-03-02 01:53:54下载
- 积分:1
-
有限元 1 维方法
一维有限元方法
- 2022-03-02 18:07:05下载
- 积分:1
-
freeman链码源码
在VC++下实现对图象进行CANNY边缘检测,并用形态学方法进行处理,然后对它进行链码编码,最后基于链码进行方向的检测!已通过调试,直接运行即可。
- 2022-04-25 14:29:09下载
- 积分:1
-
telnet,common telnet
import java.io.InputStream;
import java.io.PrintStream;
import org.apache.commons.net.telnet.TelnetClient;
public class TelnetTest
{
private TelnetClient telnet = new TelnetClient();
private InputStream in;
private PrintStream out;
- 2022-03-16 19:54:43下载
- 积分:1
-
Minute calculation method of quadrature formula
计算方法复化求积公式-Minute calculation method of quadrature formula
- 2022-10-31 08:40:02下载
- 积分:1
-
外部排序
来自于西南交通大学 电气工程学院的专业,电子信息工程专业的数据结构课程的实验代码。DS_1即为实验作业一,以此类推。内容从前到后含有顺序表的顺序存储,链式存储,还有栈和队列的各种基本操作。
- 2022-03-22 03:15:24下载
- 积分:1
-
图关节点求法的c++实现
图关节点求法的c++实现-plans for the key points of the law to achieve c
- 2023-05-20 20:40:03下载
- 积分:1
-
金刚石算法
金刚石算法。计算机图形学实验课的第一个实验。
- 2022-03-13 17:07:16下载
- 积分:1
-
通过一个网络规划源代码,实现了遗传算法的风险投资。
通过一个网络规划的源码,实现基因算法的VC++实现。-through a network planning source code, genetic algorithm to achieve the VC.
- 2023-05-31 05:05:03下载
- 积分:1