-
异常处理
异常通常被称为运行时错误。这些都是由程序员使用的尝试,抓住,把关键词。
- 2022-06-15 01:25:55下载
- 积分:1
-
三次样条插值方程
三次样条插值计算方程组-cubic spline interpolation equations
- 2023-06-03 23:00:02下载
- 积分:1
-
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数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
-
这是我学习《数值分析》所编写的一个程序,用于线性方程组的雅可比求解。...
这是我学习《数值分析》所编写的一个程序,用于线性方程组的雅可比求解。-This is my learning "Numerical Analysis" prepared by a procedure for the linear equation for the Jacobian.
- 2022-03-06 21:59:04下载
- 积分:1
-
牛顿插值的差商迭代算法,c语言实现
牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
- 2022-03-15 21:33:46下载
- 积分:1
-
用BP网络解决异或问题
用BP网络解决异或问题-BP network or problems to resolve differences
- 2022-02-03 15:47:52下载
- 积分:1
-
很经典的算法,自己看看吧,也是别人作的。
很经典的算法,自己看看吧,也是别人作的。-classic algorithms, and let"s see it themselves, but also for the others.
- 2022-04-18 04:18:24下载
- 积分:1
-
I2C 仿真 model
i2c_slave_bfm.v ---- i2c model
i2c_slave_bfm_readme --- 说明文档
该仿真模型可以进行时序参数是否满足要求的检查,可以保证开发者进行自动化的验证。可以高效的进行仿真。
时序参数可以根据不同的器件进行修改,简单易用。
- 2022-07-20 12:54:18下载
- 积分:1
-
人脸识别PCA算法
PCA是最经典的算法,是很适合用于人脸识别的,而且可以有效地降维,提起特征值。
- 2022-08-26 14:37:35下载
- 积分:1
-
Apriori 算法的 c + + 实现
Apriori 算法 c + + 实现。
它可以处理数据的量大。
该程序可以用于数据挖掘。
- 2022-04-01 12:01:40下载
- 积分:1