-
Length Unit Converter
你好?
- 2022-06-15 21:36:03下载
- 积分:1
-
本代码是C语言实现的CRC循环校验具体算法
本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
- 2022-11-18 05:00:03下载
- 积分:1
-
随机数据的生产 ...
随机数据的生产
-randome data
- 2022-01-29 01:29:17下载
- 积分:1
-
线性规划的单纯形法
simplex method for linear programing
- 2023-01-26 02:40:04下载
- 积分:1
-
这是一个用满二叉树解决皇后问题的算法。
这是一个用满二叉树解决皇后问题的算法。-This is a binary tree used for the Queen"s solution algorithm.
- 2022-09-28 23:50:03下载
- 积分:1
-
c语言编写数学常用算法
c语言编写数学常用算法--commonly math algorithm written in C language
- 2023-08-05 00:35:04下载
- 积分:1
-
Video tracking
视频跟踪,运用离子滤波算法。
整套测试视频都有。要下载opencv
- 2022-04-10 19:49:53下载
- 积分:1
-
在一个圆圈周围的操场上的操场放置氮堆。石头是有…
在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。
编程任务:对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。-Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pile. Provisions can only choose 2 adjacent stones piled into a heap of new and new pile of stones a few in mind for its combined score. Try to design an algorithm to calculate the n heap into a pile of stones the minimum scores and maximum scores. Programming tasks: for a given n stack stone, into a pile of programming the calculation of the minimum scores and maximum scores.
- 2022-03-18 23:23:02下载
- 积分:1
-
BP神经网络的数据分类
1,对BP神经网络初始化;2,隐含层输出计算;3,输出层输出计算;4,误差计算;5,权值更新;6,阈值更新;7,判断算法迭代是否结束。本算法对语音特征信号进行识别。案例选取了民歌,古筝,摇滚和流行四类不同音乐,用BP神经网络实现对四类音乐的有效分类。
- 2022-06-21 10:35:07下载
- 积分: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