资源列表

« 1 2 ... .71 .72 .73 .74 .75 3076.77 .78 .79 .80 .81 ... 3400 »

[数学计算/工程计算face

说明:使用移位法实现数值的加减乘除基本的数学运算-Shift method to implement the value of add, subtract, multiply and divide
<sunzhongwen> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Jacobi-Gauss_Seide-SOR

说明:三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative method matlab program. The main pr
<luer> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算polynomial

说明:实现多项式的加法和乘法 用的是指针 请读者指出错误 较为繁琐-multiply and plus
<金麒麟> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算bandv

说明:解对称变宽带线性方程组程序 ! n: 方程组个数 ! np: a数组的长度 ! id: 存放方程组系数矩阵的第i行对角元在a数组的位置j,ID(i)=j ! b: 存放方程组右列向量 ! ir: 计算结束标志,ir=0程序正常结束,ir=/0表示系数矩阵奇异-Solution of linear equations is ymmetrical broadband program
<wxl> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Jacobi

说明:解线性方程组的雅克比法,可指定精度和迭代次数-Conjugate gradient method for linear equations
<skyve xu> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算a.c

说明:Finding special triples of the form (n, n + 1, n + 2) Write a program that finds all triples of consecutive positive three-digit integers each of which is the sum of two squares, that is, all triples of the form (n, n + 1, n + 2) such that: 
<Cynthia Lee> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算gauss_elim

说明:Gaussian elimination with back substitution
<member> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算b.c

说明:Magic squares A 3 × 3 square whose cells contain every digit in the range 1–9 is said to be magic of the sums of the rows, the sums of the columns and the sums of the diagonals are all equal numbers. Write a program that generates all magic squar
<Cynthia Lee> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算d.c

说明:Decoding a sequence of operations Write a program that finds all possible ways of inserting + and - signs in the sequence 123456789 (at most one sign before any digit) such that the resulting arithmetic expression evaluates to 100.-Decoding a seque
<Cynthia Lee> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算e.c

说明:1 R Finding particular sequences of prime numbers Write a program that finds all sequences of consecutive prime 5-digit numbers, say (a, b, c, d, e, f ), such that b = a + 2, c = b + 4, d = c + 6, e = d + 8, and f = e + 10.-1 R Finding particular
<Cynthia Lee> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算f.c

说明:Obtaining a sum from a subsequence of digits Write a program that prompts the user for two numbers: an unsigned long , say digits, and an int, say sum, and outputs the number of ways of selecting digits from digits that sum up to sum. For instance,
<Cynthia Lee> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Lin

说明:Lin法实现一个基本算法,该算法不用复数运算确定多项式方程的共轭复根。-Lin method is used to realize a basic algorithm.It determines conjugate complex roots of the polynomial equation without complex operation.
<郁杉妮> 在 2025-06-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 3076.77 .78 .79 .80 .81 ... 3400 »

源码中国 www.ymcn.org