资源列表

« 1 2 ... .13 .14 .15 .16 .17 1718.19 .20 .21 .22 .23 ... 3400 »

[数学计算/工程计算matrix

说明:求解三对角方程组,有详细的注释。 节省存储空间的算法-Solving tridiagonal equations, there are detailed notes. Algorithm to save storage space
<shao> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算tony

说明:溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等
<林小世> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算tony

说明:指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ prin
<林小世> 在 2025-03-10 上传 | 大小:6kb | 下载:1

[数学计算/工程计算Particle_Filter

说明:粒子滤波程序,仿真实现自由度机器人对目标的跟踪,使用kalman滤波估计总雅可比矩阵J,噪声为非高斯噪声-Particle filter procedure, simulation robot tracking of targets, the use of kalman filter estimated total Jacobian matrix J, the noise of non-Gaussian noise
<testit123> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算primes

说明:关于质数的一些程序,是我看了一本关于质数的书后把其中容易实现的算法用MATLAB写出来的。有质数的检验,各种猜想的检验等。-Prime number on some of the procedures that I have read a few books on the quality of which easily achieved after the algorithm using MATLAB written. Qualitat
<王敬> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算Four_element_4sps_2ccs

说明:基于四元数的机构综合建立模型的MATLAB程序,很好用-Quaternion-based institutions to establish an integrated model of MATLAB procedures, very good use
<luoyouxin> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算aa

说明:BFGS算法本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点-BFGS algorithm for solving This procedure applies to the form f (x) = 1/2* x Ax+ Bx+ C quadratic function of the stable point
<sdafad> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算numerical-method

说明:数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。-Courses in numerical methods, such as iterative method for solution GaussSeidel equations, Jacobi iterative method for solution of e
<刘冬> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算RuleNode

说明:this an weka tool source code implemented in java in data mining purpose-this is an weka tool source code implemented in java in data mining purpose
<devi> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算c-pan02

说明:how to write a c program fuction. nice to meet you.it is a good sample to the bengineer.
<deny yang> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算EFG_2D

说明:Meshfree MLSE Algorithm
<Giho Park> 在 2025-03-10 上传 | 大小:6kb | 下载:0

[数学计算/工程计算Mathcalculationprocedures

说明:该程序包含矩阵最大特征值上、下界估计、线性方程组的求解、非线性方程组的一个最新迭代方法、数值积分、微分方程数值解!-The program contains the largest eigenvalue matrix, the lower bound estimates, linear equations, nonlinear equations, a recent iterative method, numerical integra
<刘利斌> 在 2025-03-10 上传 | 大小:6kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 1718.19 .20 .21 .22 .23 ... 3400 »

源码中国 www.ymcn.org