-
binary tree algorithm. Under VC++6.0
二叉树算法! VC++6.0下开发~!-binary tree algorithm. Under VC++6.0
- 2022-02-03 00:32:18下载
- 积分:1
-
image rotation procedures, the images can be arbitrary angle of rotation (after...
图像旋转程序,可以对图像进行任意角度的旋转(旋转后无图像部分用255赋值)。-image rotation procedures, the images can be arbitrary angle of rotation (after rotating images without using some 255 assignment).
- 2022-06-14 18:32:45下载
- 积分:1
-
一个快速傅立叶变换的FFT算法
一个快速傅立叶变换的FFT算法-a Fast Fourier Transform FFT algorithm
- 2022-02-02 19:53:43下载
- 积分:1
-
考试系统
考试系统,选择题。用Java实现的多层BP神经网络,用于颜色和字符识别javaForManyLayerBp.z - 用Java实现的多层BP神经网络,用于颜色和字符识别-using Java multi-storey BP neural network, for the color and character recognition标签:Java, AI-NN-PR 评论:0条 添加评论基于web的动物识别系统,开发环境为Eclipse+Tomcat+MySQL。animal.rar - 基于web的动物识别系统,开发环境为Eclipse+Tomcat+MySQL。-Web-based animal identification system development environment for Eclipse+ Tomcat+ MySQL
- 2022-02-25 23:04:48下载
- 积分:1
-
c数值算法程序大全
包含几百个数值计算算法,如低通滤波,高通滤波,带通滤波,c语言源码。
- 2022-04-25 18:07:59下载
- 积分:1
-
回溯法解N后的C++源码(Visual Stdio2010环境测试通过)
#include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数 *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) { sum++; Output(); } else { for (int i=1;i
- 2022-02-06 19:11:54下载
- 积分:1
-
一本关于FDTD算法的书。
介绍了FDTD基本理论和一些实际的应用...
一本关于FDTD算法的书。
介绍了FDTD基本理论和一些实际的应用-FDTD algorithm on a book. FDTD introduce the basic theory and some practical applications
- 2022-07-11 07:52:55下载
- 积分:1
-
三国杀识别
这个程序确定的三国杀国战历史信息。它所使用的语言分析技术和图像模板匹配的方法。
- 2023-05-25 16:10: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
-
LDL 分解源码。从文件输入数据,编译运行后结果输出在输出文件中。...
LDL 分解源码。从文件输入数据,编译运行后结果输出在输出文件中。-LDL decomposition source. Import data from the document, compiled the results after the operation output in the output document.
- 2022-07-18 02:37:59下载
- 积分:1