-
模式识别、距离计算、聚类分析、判别函数…
模式识别,距离计算,聚类分析,判别函数,判断准则等的算法实现-Pattern recognition, distance calculation, cluster analysis, discriminant function, the algorithm to determine criteria
- 2023-05-15 14:35:02下载
- 积分:1
-
遗传算法tsp
基于遗传算法以TSP中的中国旅行商问题为例进行求解,采用轮盘赌、顺序交叉、反转变异方式实现算法涉及的选择、交叉、变异策略,利用C++语言编码进行仿真实验,验证本文所设计算法的正确性和可行性.
- 2022-10-19 02:05:03下载
- 积分:1
-
MIMO通信系统模型
应用背景
随着4G-LTE技术的逐步发展,人们对通信质量和通信速度的要求越来越高,MIMO技术可实现多输入多输出,增大系统数据的吞吐量。
关键技术该资源为MIMO-OFDM通信系统模型,采用STBC编码进行预编码,在MATLAB下搭建模型,由训练序列获得信道信息来进行接收端的译码工作。
- 2023-02-10 14:20:03下载
- 积分:1
-
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题...
利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题的求解 。为此,我们使用一个类来管理这个求解的问 题,先写一个对这个类进行声明的头文件 EllipticEquation.h-Use AFEPack package for solving variable coefficient elliptic quadratic equation. In solving this problem, the first to organize the structure of the procedure will change coefficient of quadratic terms added to the list of factors, and make it more conducive to the complexity of some of the problem solving. To this end, we use a class to manage to solve this problem, first write a statement of this type for the header files EllipticEquation.h
- 2022-10-04 20:40:03下载
- 积分:1
-
有限状态机交通控制灯
此代码在两个方面优先实现交通控制灯。欢迎大家下载、试用。谢谢大家的支持!
- 2022-09-07 15:20:04下载
- 积分:1
-
随机数生成没有碰撞与先前生成的编号
它是简单的方法来生成不同的随机字母数字编号在每次运行。你可以使用它在安卓系统、 web 开发和任何其他平台上,根据您的需求。这段代码可以使用作为验证码代码或者像任何其他代码。我敢肯定,它将不会生成两个相同的 alpha 数值数字。
- 2023-05-12 11:25:03下载
- 积分:1
-
脸检测
内容太短。注意请: 代码没有很好的描述将被删除,你会不能把任何 CF 硬币。请描述一下更好地得到更多的 CF 硬币。
- 2022-01-27 08:40:04下载
- 积分:1
-
Example to calculate, with basic operations, polinomial til 10 degrees, just the...
Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish-Example to calculate, with basic operations, polinomial til 10 degrees, just the first step for
solution of polinomial problems, can be implemented according to your wish
- 2023-07-30 06:10:03下载
- 积分:1
-
3D克希霍夫偏移程序
3D克希霍夫偏移程序。利用c语言编写的三维迭前偏移的代码,算法结果正确,精度高,具有很好的实用性-The use of three-dimensional Diego c language code before the cheap, algorithms result is correct, high precision, with a good practical
- 2022-05-23 03:27:09下载
- 积分:1
-
c++冒泡排序算法源码
冒泡排序通过n-1次比较使得长度为n的数组按照从小到大的顺序排序,每一次排序都将最大的数字置于数组未排序数据元素的最后,这样经过n-1次后就可以使得整个数组有序。
- 2022-05-05 04:01:07下载
- 积分:1