-
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数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
-
The first two for the artificial intelligence program, prepared with the C++, re...
前两个为人工智能程序,用C++编写,分别是动物判别程序及实现异或算法的bp程序。BLUETOOTH和F2M_BLUETOOTH是单片机和蓝牙模块通信的程序。“数字示波器”为利用单片机开发的一个简单数字示波器程序。-The first two for the artificial intelligence program, prepared with the C++, respectively, determine the procedures and implementation of animal XOR algorithm bp procedures BLUETOOTH.C and F2M_BLUETOOTH.C microcontroller and Bluetooth module is a communication process digital oscilloscope. C for the use of MCU development of a simple digital oscilloscope program.
- 2022-07-27 16:52:17下载
- 积分:1
-
简单有限元程序c++
使用c++编写一个简单的三角形单元有限元程序,通过编译链接,已经可以,初学有限元程序着可以看看
- 2022-09-14 03:15:03下载
- 积分:1
-
数学建模98B灾害检测线的求解器(MTSP)
数学建模98B 题灾情巡视路线求解程序(多旅行商)-mathematical modeling 98B disaster inspection line that the solver (MTSP)
- 2022-05-30 11:42:47下载
- 积分:1
-
软件成本估算
初始阶段的成本估算是软件的非常 importantbecause 成本估算的准确性取决于 reliableinformation 可用到的估计,项目内的时间每完成工作量。软件估算过程包括估计的大小和 effortrequired 将被生产的软件产品和最后,估计该项目 overallcost
- 2022-01-31 17:57:21下载
- 积分:1
-
C语言实现地磁信息计算
利用12阶12次勒让德球谐函数准确计算地球表面及近地空间的地磁场信息,输入参数:三维地理位置(纬度、经度、海拔高度(以千米为单位))和时间(小数年),输出:地磁场的7个量,包括:地磁场总强度F、地磁场水平分量H、北向分量X、东向分量Y、垂直分量Z以及地磁偏角D和磁倾角I。
- 2022-02-11 19:50:05下载
- 积分:1
-
推荐系统-协同过滤算法
应用背景
java实现的几个推荐算法:slopeone SVD,RSVD,ItemNeighborSVD
由于只是为了看看RMSE效果,因此很多功能都没完善
这个代码是我从网上看到的,感觉对我学习推荐算法很有用,因此放上了大家共享,希望对大家会有用.
关键技术
如果需要跑起来看效果,那么你需要
1. 下载movielens数据集,建议使用 1000W数据集 http://www.grouplens.org/sites/www.grouplens.org/external_files/data/ml-10m.zip
2. 查看修改regeneration.py 重新生成一遍数据集。再修改运行common下的DataConverter生成算法需要的格式
3. 根据需要修改test目录里的代码,运行。参数配置可先不动,
- 2022-08-26 04:21:40下载
- 积分:1
-
克里格algorithym
Kriging 内插算法 通过已知点的测量值来内插获取未知点的预测-Kriging algorithym
- 2022-03-04 00:57:53下载
- 积分:1
-
大脑设计_适应性行为的起源
大脑设计_适应性行为的起源-cerebral design _ the origin of adaptive behavior
- 2022-04-07 01:27:26下载
- 积分:1
-
基于哈夫曼编码的文件压缩
利用哈夫曼编码对文件进行压缩处理,并能从解压文件重新解压到原来的文件,可以显示压缩和解压时间,压缩文件以.cod后缀名保存,界面采用gtk编写,编译环境codeblocks 10.05.
- 2022-03-14 13:52:16下载
- 积分:1