资源列表
高精度整数运算
- 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
Fuzzy_control_algorithm_code
- 模糊算法的一个小函数,计算量小,简单易用,缺点是适应性不够强,不能满足高精度的需要-Fuzzy algorithm for a small function to calculate the volume of small, easy-to-use, adaptive disadvantage are not strong, and can not meet the required high-precision
c45
- 机器学习算法中的C45算法,JAVA机器学习研究项目之一-Machine learning algorithm in the C45 algorithm, JAVA, one of machine learning research project
bp
- bp神经网络算法用于拟合和预测,具有良好的非线性性,拟合精度高等特点-bp neural network algorithm for fitting and forecasting, has a good non-linear and high precision
gpc-step
- GPC可以提高系统的快速性和稳定性、鲁棒性,因为噪声有点波动正常的,快速性是最重要的,而这里的gpc 采用的阶梯式算法.阶梯式算法是用来求控制量变化量的算法,代替了原来矩阵求逆,使控制量变化量平滑增加-GPC can improve system speed and stability, robustness, because normal fluctuations in a bit of noise, speed is the most important, and here gpc step
string_multiply
- This Program will Multiply very long integer by very Long Integeras will multiply very long float by very Long Float.no matter how lonk a number is.
liuxingshang
- 求解旅行商问题,可以应用到多种求解最优问题上,比如说走遍全中国-Traveling salesman problem
matrix
- c写的常用矩阵运算程序,包括:矩阵求逆、矩阵上三角、矩阵加减乘、矩阵归一化、矩阵叉乘、行列式求值、矩阵求迹,矩阵求秩、矩阵转置等-matrix program in c
a2
- 桥梁工程中的拉梁考虑实体钢筋非线性的ANSYS程序,是变截面梁。-Bridge Engineering pull steel beam considering nonlinear ANSYS program entity, the variable cross-section beam.
sleeve_motion
- 套杆运动的动态模拟效果,掩饰在套杆作用下运动状态-Sets of rod movement dynamic simulation results, hide under the cover lever movement state
strassen.c
- Matrix multiplication using Strassen s algorithm and openmp
tuxianghuifu
- 代码中描述的是一个谱共轭梯度法的程序,用来进行图像恢复的。-Code is described in a program that spectraconjugate gradient method used for image restoration.
