资源列表

« 1 2 ... .40 .41 .42 .43 .44 3245.46 .47 .48 .49 .50 ... 3400 »

[数学计算/工程计算qiufeixianxingfangchengzuzuixiaoerchengjiedeguangy

说明:1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1
<罗坤> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数学计算/工程计算gaosifangfajisuanduochongjifen

说明:1.功能 用高斯方法计算n重积分(C语言) 2.参数说明 int n : 积分重数 int js[n] : js[k]表示第k层积分区间所划分的子区间 void (*ss)() : 指向计算各层积分上、下限的函数名(用户自编) double (*f)() : 指向计算被积函数值的函数名(用户自编) double gaus() : 函数返回积分值 3.文件说明 gaus.c为函数程序 g
<罗坤> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数学计算/工程计算youxushuzudeduifenchazhao

说明:用对分查找法在有序数组中查找值在指定区间内的所有元素(C语言)。-used to search for hours in orderly array find value within the specified interval of all elements (C language).
<罗坤> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数学计算/工程计算h2

说明:此程序为多体动力学中的重要计算程序。主要计算空间板的质量矩阵-procedure for multi-body dynamics of the important program. Mainly for the space plate mass matrix
<王小龙> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数学计算/工程计算lt5m

说明:自己编的matlab厂程序。这是将局部坐标系的坐标转化为球面坐标系的坐标,非常实用。-own addendum to the Matlab plant procedures. This is the will of local coordinates into spherical coordinates, very practical.
<王小龙> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数学计算/工程计算axlechange

说明:本程序是利用mathematic进行柔性体坐标变换计算。Mathematic是一个计算机代数系统,它能够做数值,符号和图形运算,主要用于科学和工程方面.-use of this procedure is for flexible body in_array coordinate transformation calculation. Mathematic program is a computer algebra system, it
<王小龙> 在 2024-11-06 上传 | 大小:4096 | 下载:0

[数学计算/工程计算NEWMARKmethod

说明:这是求多柔体转子纽马克法的程序。以拉格朗日方程为基础,结合有限元发计算-is seeking more flexible rotor Newmark Act procedures. To Lagrange equation, the FEM calculation
<王小龙> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数学计算/工程计算dashuxiangchen

说明:大数项乘法 譬如1234567892345678*1234567891223343. 采用数组的方式来解决存储空间不够的问题!-majority of items such as multiplication* 123456789122 1234567892345678 3343. using an array of methods to resolve the lack of storage space!
<祝同学> 在 2024-11-06 上传 | 大小:177152 | 下载:0

[数学计算/工程计算SdhAns

说明:用visual basic编写的有限元程序!-using visual basic preparation of the finite element program!
<张双喜> 在 2024-11-06 上传 | 大小:41984 | 下载:0

[数学计算/工程计算medoids

说明:一个完整的以类的形式的k-medoids算法-to a complete category in the form of k-medoids algorithm
<小朱> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数学计算/工程计算means

说明:一个基于类的k-means算法的实现。学习这个算法的一个好例子-a category based on the k-means algorithm. By studying the algorithm a good example
<小朱> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数学计算/工程计算fft_source

说明:内部包含FFT,小波变换,以及各种常用的滤波算法和图像处理算法的C源代码。-internal contains FFT, wavelet transform, and various commonly used filter and image processing algorithm in C source code.
<wangziyu> 在 2024-11-06 上传 | 大小:402432 | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 3245.46 .47 .48 .49 .50 ... 3400 »

源码中国 www.ymcn.org