-
LANScanner局域网发现活动主机
在很短时间内扫描显示活动主机,可以选择一个网卡尽管一个电脑上安装一个或多个网络接口卡,“扫描”功能应该处理线程,并为主线程发布信息 更新的用户界面,所以这个程序可以比你想象的更快。
- 2022-03-29 17:59:54下载
- 积分:1
-
一个求最小生成树的acm题
一个求最小生成树的acm题-a minimum spanning tree for the title acm
- 2022-01-27 10:53:44下载
- 积分:1
-
svm 算法有实例
内附源码以及数据,参考文献。 老师上课给的资料。有用来聚类分析。 有学习和训练之分。初学者可以用来体验svm,非常好的实例。。有算法的详细解释外加注解
- 2022-01-26 05:33:53下载
- 积分:1
-
贝叶斯分类算法 matlab
对于UCI数据集 IRIS 用贝叶斯分类算法分类
- 2022-10-30 18:50:03下载
- 积分:1
-
第七章 图习题答案
第七章 图习题答案-Chapter VII map answer Exercises
- 2022-01-24 18:48:22下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
RLS和遗传算法的PID在线整定
RLS和遗传算法的PID在线整定,优化效果较好,在线整定控制PID参数
- 2022-11-02 00:10:03下载
- 积分:1
-
CSharp版普通
csharp版常见数值计算源码,包括矩阵计算、插值、线性方程和非线性方程等-CSharp version of common-source numerical computation, including the matrix calculation, interpolation, linear equations and nonlinear equations, such as
- 2023-03-07 05:45:03下载
- 积分:1
-
模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环...
模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realize: To evaluate the algorithm, the field of access to the current solution, detalT value] [temperature changes, loopCount] [cycles adjustable, more primitive type of See SACompute
- 2023-04-07 14:00:02下载
- 积分:1
-
遥感影像分类
资源描述用C#开发的遥感图像分类小软件,实现对遥感图像的的分类。主要是学习使用。
- 2023-07-10 11:55:03下载
- 积分:1