-
附有多个典型的聚类算法,可执行文件全集。
附有多个典型的聚类算法,可执行文件全集。-with more typical clustering algorithm, The Complete Works of executable files.
- 2022-01-25 18:18:08下载
- 积分:1
-
用调用函数法实现bp网络,已载入训练和测试样本供大家分享和学习,有较理想的差准率和查全率。...
用调用函数法实现bp网络,已载入训练和测试样本供大家分享和学习,有较理想的差准率和查全率。-Call function method used to achieve bp network, has been printed in the training and test samples for all to share and learn from, there are better rates and quasi-differential recall.
- 2023-02-21 12:20:03下载
- 积分:1
-
差分进化算法的源代码,编码简单,可读性强,与约。
差分进化算法的源代码,编码简单可读,可以直接编译执行-Differential evolution algorithm source code, coding simple and readable, and can directly compile the implementation of
- 2023-08-27 22:40:04下载
- 积分:1
-
schedulecpu
应用背景关键技术联合国 ;algoritmo de planificacióN ;硒利用对位calcular洛杉矶阙消耗等algoritmo O Conjunto de一个接着一个algoritmos(程序)确定的人不使用铝realizar尤娜。EJ:Tiempo de finalizacióN,porcentaje de utilización de la CPU,等..)ES UNA aplicacion de algoritmos FCFS Y Y Y prioryti水井坊RR德艾维斯operativos ;硒ejecuta做CD EN EL卢格Donde埃斯特CD cpu.tar.gzjavac mainapp.javaJava MainApp
- 2022-12-14 23:00:03下载
- 积分:1
-
Newton interpolation method for linear equations themselves a bit simple
牛顿插值法求线性方程组
自己做的
有点简单呵呵 -Newton interpolation method for linear equations themselves a bit simple-huh
- 2022-04-11 16:18:58下载
- 积分:1
-
快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用
快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用- Fast DCT the algorithm 32 C language realization, the
multiplication number of times are least, may insert the encoder and
the decoding use
- 2022-08-19 10:04:59下载
- 积分:1
-
acm中的导弹防御算法
acm中的导弹防御算法-acm of missile defense Algorithm
- 2022-10-19 01:10:03下载
- 积分:1
-
坐标转换
可以完成各类坐标之间的大地高斯以及经纬度坐标转换,用户可以通过MFC界面完成坐标的读取、输入,从而获取需要的坐标
- 2022-01-30 23:22:26下载
- 积分:1
-
kmeans算法
harris角点检测源代码,简洁高效,通俗易懂,可以有效检测出图像的角点,并提供了一个画圆的程序,用于在图像上圈出角点。 使用格式为[cnt,posr,posc] = get_harris(img,k,t) 其中img为需要检测的图像,k,t分别为该角点检测
- 2022-03-02 21:18:53下载
- 积分:1
-
词法分析器
//分割符号
#define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";")
//表达式符号
#define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="")
//数字
#define is_num(c) (c>= "0"&&c
- 2023-01-10 16:50:04下载
- 积分:1