-
几种常见排序算法的比较与实现
1冒泡排序(Bubble Sort)2选择排序(Selection Sort)3插入排序(Insertion Sort)4堆排序5归并排序
- 2023-02-18 18:20:03下载
- 积分:1
-
对各种图形判别程序
对各种图形判别程序 -on various graphics discriminant procedures
- 2022-07-21 22:43:27下载
- 积分:1
-
在MATLAB中,进行FDTD仿真,二维电磁波传播。
在MATLAB中,进行FDTD仿真,二维电磁波传播。-In MATlab, FDTD Simulation for Electromagnetic Wave.
- 2022-08-10 10:38:24下载
- 积分:1
-
迭代法阈值分割
图像阈值分割---迭代算法
1.处理流程:
1.为全局阈值选择一个初始估计值T(图像的平均灰度)。
2.用T分割图像。产生两组像素:G1有灰度值大于T的像素组成,G2有小于等于T像素组成。
3.计算G1和G2像素的平均灰度值m1和m2;
4.计算一个新的阈值:T = (m1 + m2) / 2;
5.重复步骤2和4,直到连续迭代中的T值间的差小于一个预定义参数为止。
&
- 2023-02-13 16:40:03下载
- 积分:1
-
五子棋人机对战游戏
本文用visual c++来设计与实现简单的五子棋人机对战游戏的基本功能,玩家可以在游戏区域中适当的位置来放棋子,通过程序设计让电脑选择最佳的落棋点,来实现人机对战。
文中对该游戏的算法进行了详细的介绍,其中核心内容包括界面的设计、最佳落棋位置的判断以及游戏胜利判断功能的实现。程序实现起来较简单,同时也比较实用。
- 2022-02-24 15:28:25下载
- 积分:1
-
物联网智能信息处
物联网智能信息处理算法的输入要从文件读取,具有通用性假设min_sup_count=2,在如下交易数据集上,验证算法结果的正确性
- 2022-08-16 06:40:29下载
- 积分:1
-
The use of C++ Realize the Graham scan method (for solving convex hull problems)...
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
- 2022-02-04 23:48:30下载
- 积分:1
-
lms source code for adaptive filtering the acoustic noise.
lms source code for adaptive filtering the acoustic noise.
- 2022-05-28 15:10:36下载
- 积分:1
-
8位冗余二进制乘法器源码
该8位乘法器采用冗余二进制编码。0或1需要用2位bit表示。
冗余二进制使得部分积压缩部分速度更快,不受到进位的影响
编程语言为verilog
- 2022-09-25 10:35:02下载
- 积分:1
-
This document contains three procedures were used to achieve power spectrum esti...
本文件包含三个小程序,分别为用fft实现功率谱估计、实现快速卷积和快速相关。对了解fft在c中的编程很有帮助-This document contains three procedures were used to achieve power spectrum estimation fft, fast convolution and fast correlation. Fft to know programming in c in the helpful
- 2023-08-28 11:50:04下载
- 积分:1