资源列表

« 1 2 ... .85 .86 .87 .88 .89 490.91 .92 .93 .94 .95 ... 3400 »

[数学计算/工程计算111

说明:求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=
<> 在 2025-09-14 上传 | 大小:203kb | 下载:0

[数学计算/工程计算beyes

说明:用于数据挖掘的一个小实验,贝叶斯分类,分类-For data mining in a small experiment, Bayesian classifier, classification
<秋婷> 在 2025-09-14 上传 | 大小:28kb | 下载:0

[数学计算/工程计算jiajianchengchusizeyunsuan

说明:加减乘除四则运算 对用户输入的一个包含两个十进制的操作数的加减乘除表达式求出结果并输出,对用户的输入需要进行有效性判断。-Math
<陈永> 在 2025-09-14 上传 | 大小:40kb | 下载:0

[数学计算/工程计算GraphAlgori

说明:图论算法中dijkstra、Floy、和最小生成树算法的实现,使用类进行封装-Graph theory algorithm dijkstra, Floy, and the minimum spanning tree algorithm, the use of encapsulation
<林立文> 在 2025-09-14 上传 | 大小:169kb | 下载:0

[数学计算/工程计算CRM

说明:基于聚类的数据挖掘技术在CRM中的研究与应用-Cluster-based data mining technology in the CRM Research and Application
<hcz> 在 2025-09-14 上传 | 大小:2.86mb | 下载:0

[数学计算/工程计算newmirrors

说明:一维光子晶体输出特性软件,包括TE/TM模,是否具有缺陷层介质的一维光子晶体-One-dimensional photonic crystal output characteristics of the software, including the TE/TM mode, whether a defect layer dielectric one-dimensional photonic crystals
<tongkai> 在 2025-09-14 上传 | 大小:2kb | 下载:0

[数学计算/工程计算pailie

说明:可以自动生成排列 你输入一个数字 百年自动生成1---这个数字的所有排列-You can be automatically generated with a digital input automatically generated one hundred years- the figures all with
<edsion> 在 2025-09-14 上传 | 大小:925kb | 下载:0

[数学计算/工程计算Lab1

说明:自动生成矩阵 输入数字 两个数字 饥渴-Automatic generation of matrix input digital two figures thirst
<edsion> 在 2025-09-14 上传 | 大小:8kb | 下载:0

[数学计算/工程计算Lab2

说明:自动生成矩阵 用法简单 用用就知道了-Generated automatically by using a simple matrix Usage know
<edsion> 在 2025-09-14 上传 | 大小:888kb | 下载:0

[数学计算/工程计算zuhe

说明:自动生成组合 用法简单 输入一个数就行-Automatically enter a combination of the use of a simple number on the line
<edsion> 在 2025-09-14 上传 | 大小:1.75mb | 下载:0

[数学计算/工程计算nixulie

说明:自动生成 逆序列 用法简单 用用就知道啦-Automatically generate reverse sequence with the use of simple to use on you know
<edsion> 在 2025-09-14 上传 | 大小:856kb | 下载:0

[数学计算/工程计算kalman

说明:卡尔曼滤波的源程序,卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法。它适合于实时处理和计算机运算。 -Kalman filtering of source code, Kalman filter based on minimum mean square error for estimating the best criteria to search for a recursive estimation algorithm. It is suitable for real
<小雨> 在 2025-09-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .85 .86 .87 .88 .89 490.91 .92 .93 .94 .95 ... 3400 »

源码中国 www.ymcn.org