资源列表

« 1 2 ... .09 .10 .11 .12 .13 1914.15 .16 .17 .18 .19 ... 3400 »

[数学计算/工程计算chazhi

说明:非常好的插值程序,包括各种插值方法,适合各种插值算法,特别是多项式插值。-Very good interpolation procedures, including various interpolation method, suitable for a variety of interpolation algorithm is polynomial interpolation.
<晏新村> 在 2025-09-19 上传 | 大小:11kb | 下载:0

[数学计算/工程计算Backtracking-batch-job-scheduling

说明:运用回溯法实现批任务分配,使其工作花费最少。-The use of the backtracking implementation batch task allocation, make it work to spend at least.
<汪金> 在 2025-09-19 上传 | 大小:106kb | 下载:0

[数学计算/工程计算CSharpClassicSorting

说明:C#实现所有经典排序算法 1、选择排序2、冒泡排序3、快速排序4、插入排序5、希尔排序 -Algorithm 1 C# to achieve all the classic sort, selection sort, bubble sort, quick sort, insertion sort 5 Hill sorting
<liumintao> 在 2025-09-19 上传 | 大小:27kb | 下载:0

[数学计算/工程计算MATLAB-basic

说明:基于matlab的一些常用算法,包括一些数值算法,特殊函数的计算等-Based on matlab some commonly used algorithms, including some of the numerical algorithm, the calculation of the special function
<vongpo> 在 2025-09-19 上传 | 大小:117kb | 下载:0

[数学计算/工程计算tt

说明:随着计算机科学技术的不断提高和发展,其强大的运算功能已经逐渐融入人类社会的各个领域,并且在各个领域中发挥越来越重要的作用。当然,高效的运算速度并不代表无限快,在有限的资源空间里,要大大提高运算处理数据的速率,就需要我们使用那些在时间和空间上体现出高效的算法。本系统是为了演示在同一问题上,不同的算法在效率上存在的巨大差异。本系统采用Visual C++ 6.0中文版为开发工具,实现三种不同排序算法,即:冒泡排序算法、选择排序算法和快速排序算法,以及这三种排序对同一问题的处理并且以图形的形式给出快慢
<vanco> 在 2025-09-19 上传 | 大小:3.9mb | 下载:0

[数学计算/工程计算digital-filtering-algorithm

说明:10种简单的数字滤波算法,用C语言实现。-10 simple digital filtering algorithm (C language)
<方西> 在 2025-09-19 上传 | 大小:38kb | 下载:0

[数学计算/工程计算motion_ctrl_lib

说明:此为合信PLC运动控制库文件,详细的请参照合信公司网站-This Hexin PLC motion control library files, please refer to the company website Hexin detailed
<> 在 2025-09-19 上传 | 大小:5kb | 下载:0

[数学计算/工程计算cmean

说明:对于有缺测值的数据取平均 使用: y=cmean(x,k,c) x为包括有nan的数据,仪器观测中经常会出现 k为对x取第几维方向的平均 c的值可以控制缺测的条件,例如c取50,表示这一维方向上,如果有值的观测超过50个值才取平均,否则取nan;如果c取-5,表示缺测数在5以下时才做平均,否则返回nan-calculate the statistical mean of data but tick off nan Usage y=cmean(x,|k) or y
<zhoudg> 在 2025-09-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算csum

说明:对有缺测的数据求和 用法: y=csum(x,k,c) x为有缺测的数据,如仪器观测数据 k为对第几维求和 c为控制条件,如c为50,表示有50个以上的观测时才求和,否则为nan;如c为-5,表示缺测在5次以下才求和,否则nan-calculate the statistical sum of data but tick off nan Usage: y=csum(x,|k) or y=csum(x,k,|c), k can be [] [m,n,...]
<zhoudg> 在 2025-09-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算formats

说明:类似于fortran语言的格式控制 用法: s=formats(n1,s1,n2,s2,...) s1,s2为字符型,n1,n2为整型,如果值等于1,可以忽略不写 例如用于控制输出: x=rand(1,5) y=[ hello where which ] z=1:3 sprintf([ x= ,formats(5, 5.2f , \n ), y= ,formats( s , \n ), z= ,formats(3, d )],x,y ,z) formats
<zhoudg> 在 2025-09-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算powerflow

说明:电力系统潮流上机程序 包括高斯赛德尔迭代和牛顿拉夫逊迭代-Power flow-on program includes iteration high Sisaideer and Newton Raphson iteration
<echo> 在 2025-09-19 上传 | 大小:279kb | 下载:0

[数学计算/工程计算max.min

说明:对数据的简单处理,得到数据的最值,能够读取数据的行数(The data is processed simply, and the maximum value or the minimum value of data is obtained, which can read data rows.)
<压莫乐> 在 2025-09-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .09 .10 .11 .12 .13 1914.15 .16 .17 .18 .19 ... 3400 »

源码中国 www.ymcn.org