-
自编FFT谱分析中的栅栏效应演示
自编FFT谱分析中的栅栏效应演示-self FFT spectrum analysis of the effect of the fence demonstration
- 2022-12-29 17:05:03下载
- 积分:1
-
Shortest Path
资源描述Write a program to find the weighted shortest distances from any vertex to a given source vertex in a digraph. If there is more than one minimum path from v to w, a path with the fewest number of edges is chosen. It is guaranteed that all the weights are positive and such a path is unique for any vertex.
- 2022-08-26 06:49:00下载
- 积分:1
-
一个高速缓冲类(缓冲池)
一个高速缓冲类(缓冲池)- A high speed cushion class (cushion pond)
- 2023-01-05 15:40:03下载
- 积分:1
-
该源码用于实现广度搜索,大家可以相互学习,欢迎提供意见...
该源码用于实现广度搜索,大家可以相互学习,欢迎提供意见-The source code used to achieve the breadth of search, we can learn from each other, welcome advice
- 2022-08-11 23:09:58下载
- 积分:1
-
模型 predective lineair
#include < stddef.h > / * NULL * /
#include"mpc.h"
/ * FIXME: 这是一个肮脏的修复程序 HOR_MXCONSTRS 零长度数组问题的 * /
STATE_CONSTR #ifdef
#define NO_MXCONSTR 0
#else
#define NO_MXCONSTR 1
#endif
/ * 静态函数声明 * /
静态 void inc_ref_ctl_solve_problem (结构 mpc_ctl * ctl,const real_t x[]) ;
静态 void stc_ref_ctl_solve_problem (结构 mpc_ctl * ctl,const real_t x[]) ;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-28 03:25:03下载
- 积分:1
-
This is a picture, the National Mathematical Contest in Modeling a picture
这是一个图片,是全国大学生数学建模的一个图片-This is a picture, the National Mathematical Contest in Modeling a picture
- 2022-02-02 08:19:06下载
- 积分:1
-
遗传算法来训练神经网络的权值
需要一个文本文件作为输入包含 x 和 y 坐标的一系列的曲线上的点。该代码然后使用遗传算法训练神经网络来逼近同一条曲线。运行从 python 命令行 ;示例输入的命令会看起来像: python nn_weights_1.py-r 10-n 100 g 500-t 3600.0-RandomCrossOver-s random_seeds_100.txt-i sine_datapoints1.txt-o results.txt nn_weights_1.py 在哪里的代码文件中,名称-r 告诉它多少运行来执行,-n 告诉它在人口中的多少人-g 告诉它多少代人,在每个运行,-t 告诉它的最长时间 (以秒为单位) 运行,— — 告诉它要使用 (随机、 HillClimber、 RandomCrossOver、 SmallCrossOver、 SmartCrossOver) 的算法,-s 告诉它什么文件用于随机种子 (可选),我告诉它什么数据文件用作输入和-o 告诉它要将输出发送到什么文件。
- 2022-03-30 01:50:57下载
- 积分:1
-
c++设计学籍管理系统
c++课程设计,里面包括源代码,本系统旨在实现一个小型的学籍管理系统,对于教务处管理人员来说,想要用电脑处理学籍的管理会十分方便,节省精力。然而他们的前期工作就是进行学籍的录入,删除,添加,修改,查阅,搜索,排序等等。如此显示明晰,操作简单的简易学籍管理系统开发出来是十分必要的,尤其会受到管理者们的欢迎。
- 2022-10-26 16:05:03下载
- 积分:1
-
感知器的demo,批处理模式识别作业type.typically有用
感知机算法演示程序,批处理。用于模式识别课程作业-perceptron demo,batch type.typically useful to Pattern Recognition homework
- 2023-04-16 14:05:04下载
- 积分:1
-
中值滤波的 matlab 程序代码
在图像处理中,就必须得到更好的图像质量。所以在这里实现了中值滤波的代码及去噪算法。
- 2023-06-27 03:00:03下载
- 积分:1