资源列表

« 1 2 ... .12 .13 .14 .15 .16 1717.18 .19 .20 .21 .22 ... 3400 »

[数学计算/工程计算LinearEquation

说明:线形方程组类:包括各种线性方程组的各种求解方法,非常方便调用-Linear equations categories: including a variety of linear equations to solve a variety of methods, very convenient to call
<pooly> 在 2025-07-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算NoLinearEquation

说明:非线形方程组类:包括各种非线性方程组的各种求解方法,非常方便调用-Non-linear equations categories: including a variety of nonlinear equations to solve a variety of methods, very convenient to call
<pooly> 在 2025-07-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算mixfft

说明:fft混合基算法,c代码实现,可移植混合基的傅立叶变换算法-fft-based hybrid algorithm, c code, portable hybrid-based Fourier transform algorithm
<yanyjjzs33> 在 2025-07-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算cfdandheat

说明:cfd和传热计算的fortran几个程序-CFD and heat transfer calculation several procedures fortran
<张杰> 在 2025-07-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算aes

说明:这个是关于aes对称加密算法的优化程序,请大家指教。-This is on a symmetric encryption algorithm aes optimization procedure, please advise everyone.
<李艳青> 在 2025-07-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算nihe

说明:简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别(最小二乘意义)最小。如果待定函数是线性,就叫线性拟合或者线性回归(主要在统计中),否则叫作非线性拟合或者非线性回归。表达式也可以是分段函数,这种情况下叫作样条拟合。-Simply speaking, the so-called fitting refers to a function known to a number of discr
<nancy> 在 2025-07-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算radomFem5

说明:有限元计算程序,供软件工程,力学专业的老师和学生参考-Finite element program for software engineering, mechanical professional teachers and students for reference
<杨祥利> 在 2025-07-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算SubSolution

说明:方程组解算,根据系数矩阵,解出方程组中x的坐标 -Equations solver, according to the coefficient matrix, solve the equations in the coordinates x
<与小为> 在 2025-07-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算nihe

说明:在matlab环境下能进行各种曲线拟合的算法,非常好。-In the matlab environment to conduct various kinds of curve fitting algorithms, very good.
<章岩行> 在 2025-07-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算matrix

说明:求解三对角方程组,有详细的注释。 节省存储空间的算法-Solving tridiagonal equations, there are detailed notes. Algorithm to save storage space
<shao> 在 2025-07-16 上传 | 大小: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等級!!\n") else if (a>=70)
<林小世> 在 2025-07-16 上传 | 大小: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 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為
<林小世> 在 2025-07-16 上传 | 大小:6kb | 下载:1
« 1 2 ... .12 .13 .14 .15 .16 1717.18 .19 .20 .21 .22 ... 3400 »

源码中国 www.ymcn.org