-
行李员福特算法
/*
距离向量路由选择在此程序中使用信号工福特算法实现:-
*/
#include < stdio.h >
结构节点
{
无符号的 dist [20] ;
无符号从 [20] ;
} rt [10] ;
int main)
{
int costmat [20] [20] ;
int 节点,我、 j、 k、 计数 = 0 ;
printf ("nIngrese el 第 de nodos:") ;
scanf ("%d",& 节点) ; //incertar los nodos
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 19:59:01下载
- 积分:1
-
Matlab下实现的CFD算法
Matlab下实现的CFD算法-Matlab under the CFD algorithms
- 2022-12-12 01:35:03下载
- 积分:1
-
CF 基于用户
协同过滤,英文名Collaborative 滤波
- 2022-08-22 11:05:58下载
- 积分:1
-
基于脉冲耦合神经网络的图像分割
主程序如下:绝对好使x=imread("lena.jpg");x=rgb2gray(x);[Edge,Numberofaera]=pcnn(x)
- 2023-07-27 17:35:03下载
- 积分:1
-
qt 调用类
应用背景 在qt环境下,先写了类,类中包含构建函数和减法函数。然后再写另一个主函数,来调用 这个类中的函数,如果调用成功,就会返回调用成功结果。
- 2023-08-18 10:20:03下载
- 积分:1
-
等值线算法
等值线算法,仅供参考,算法有待改进!基于离散点的等值线生成算法,里面包括样例数据!等值线算法,仅供参考,算法有待改进!基于离散点的等值线生成算法,里面包括样例数据!
- 2023-01-10 20:50:04下载
- 积分:1
-
最小二乘一次完成算法,C语言编写,源码,调试通过。
最小二乘一次完成算法,C语言编写,源码,调试通过。-A complete least-squares algorithm, C language, source code, debugging through.
- 2022-02-18 14:01:43下载
- 积分:1
-
龙格库塔法的c语言实现
龙格库塔法的c语言实现-Runge- Kutta method in C Language
- 2023-02-15 11:05:04下载
- 积分:1
-
MFC下实现MD5加密
MFC下实现加密算法MD5,可以对字符串跟文件进行加密.值得一看
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing this software
or this function.
License is also granted to make and use derivative works provided
that such works are identified as "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material
mentioning or referencing the derived work.
RSA Data Security, Inc. makes no representations concerning either
the merchantability of this software or the suitability of this
software for any particular purpose. It is provided "as is"
without express or implied warranty of any kind.
These notices must be retained in any copies of any
- 2022-03-04 02:53:21下载
- 积分:1
-
The Kalman filter30 is a minimum
The Kalman filter30 is a minimum-variance filter in
which time-series measurements are incorporated recursively
into estimates of state variables it is the
optimal, Bayesian least-squares estimator for linear
dynamic systems.-The Kalman filter30 is a minimum-variance filter in
which time-series measurements are incorporated recursively
into estimates of state variables it is the
optimal, Bayesian least-squares estimator for linear
dynamic systems.
- 2023-04-25 23:25:03下载
- 积分:1