-
genetic algorithm combined with neural networks, in the hope of a brighter guida...
遗传算法结合神经网络的思想,希望给你指点光明-genetic algorithm combined with neural networks, in the hope of a brighter guidance to you
- 2022-08-18 20:08:17下载
- 积分:1
-
巴特沃斯、切比雪夫I和椭圆滤波器设计的源程序!非常难得!
简洁的C语言编写...
巴特沃斯、切比雪夫I和椭圆滤波器设计的源程序!非常难得!
简洁的C语言编写-Butterworth, Chebyshev I and elliptic filter design of the source! Very rare! Concise C language
- 2022-11-09 09:50:04下载
- 积分:1
-
基于计算流体力学的目录,包含各种格式和高
学习CFD的基础教程,含有各种差分格式和高精度本质无振荡算法源程序。-learning CFD based directory containing a variety of formats and high-precision differential nature without oscillation algorithm source.
- 2022-09-06 19:50:02下载
- 积分:1
-
This function calculates the peaks in a vector V.
This function calculates the peaks in a vector V.
- 2022-07-19 15:20:49下载
- 积分:1
-
贪吃蛇游戏
对贪吃蛇游戏用VC++进行实现,包含了游戏里的主要功能,加入了关卡设置。
- 2022-03-20 23:58:42下载
- 积分:1
-
pid控制算法
利用pid控制算法可以实现减小漂移,p代表比例,i代表积分,d代表微分。pid算法实现闭环调节,在自平衡车,机器人,四轴飞行器方面用途广泛
- 2022-03-02 14:08:01下载
- 积分:1
-
在COMSOL Multiphysics模拟悬臂
Cantilever simulations in COMSOL Multiphysics
- 2022-02-12 21:42:39下载
- 积分:1
-
多维数据分析,有nPLS,PARAFAC,TURKER等
多维数据分析,有nPLS,PARAFAC,TURKER等-multidimensional data analysis, nPLS, B6, and other TURKER
- 2022-12-01 17:40:03下载
- 积分:1
-
研究生算法作业著名的旅行者问题
研究生算法作业著名的旅行者问题-graduate algorithm operating famous Traveler Problem
- 2022-02-24 09:52:24下载
- 积分:1
-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1