-
FFT algorithm version of the C language description of classes.
FFT 算法的C语言班版描述。本人亲自编写,希望对你有用。-FFT algorithm version of the C language description of classes.
- 2022-03-04 05:48:04下载
- 积分:1
-
最优网络01匹配算法。
最优网络01匹配算法。-optimal matching algorithm.
- 2023-08-10 15:40:03下载
- 积分:1
-
单向链表操作详解
单链表非常常用,里面代码很多巧妙用法,
目的:学习单向链表的创建、删除、
插入(无序、有序)、输出、
排序(选择、插入、冒泡)、反序
- 2022-12-24 09:15:04下载
- 积分:1
-
《MATLAB智能算法30个案例分析》源程序
《MATLAB智能算法30个案例分析》采用案例形式,以智能算法为主线,讲解了遗传算法、免疫算法、退火算法、粒子群算法、鱼群算法、蚁群算法和神经网络算法等最常用的智能算法的MATLAB实现。《MATLAB智能算法30个案例分析》共给出30个案例,每个案例都是一个使用智能算法解决问题的具体实例,所有案例均由理论讲解、案例背景、MATLAB程序实现和扩展阅读四个部分组成,并配有完整的原创程序,使读者在掌握算法的同时更能快速提高使用算法求解实际问题的能力。
- 2023-07-28 01:50:03下载
- 积分:1
-
GeneralizedMIMO
应用背景In this context, mobile communications may be allowed to be an indispensable commodity by most, and mobile data, video as well as television services are also becoming an essential part of everyday life. With the introduction of the Android operating system and the iPhone, the use of ebook readers such as the iPad, and the success of social networking using Facebook, the demand for cellular data traffic has grown significantly in recent years. Thus, communications on the move has proven to be transformational, and mobile operators struggle to satisfy the data traffic demands in wireless cellular networks,while keeping their costs at minimum to maintain profitability.关键技术The need for power-efficient MIMO-aided cellular networks requires a paradigm shift in the wireless system design. This trend is irreversible and will have a profound impact on both the theory and p
- 2022-02-20 12:30:00下载
- 积分:1
-
发表在今年2007年Science上的一篇论文的代码实现,一种新的有效的聚类算法...
发表在今年2007年Science上的一篇论文的代码实现,一种新的有效的聚类算法-Published in Science this year, in 2007 a paper on the code, a new and effective clustering algorithm
- 2022-02-14 18:15:22下载
- 积分:1
-
c++ 8 puzzle code
编写一个程序来求解8-
- 2022-05-05 01:35:33下载
- 积分:1
-
基于混合粒子群算法的TSP寻优算法
粒子群算法虽然具有算法简单,寻优速度快等优点,但同时存在算法容易收敛,易陷入局部最优值等问题。采用遗传算法改进粒子群算法,通过选择、交叉和变异操作的引入,改进了算法性能,增强了算法的全局搜索能力。本案例研究了基于混合粒子群算法的TSP寻优算法。
- 2022-03-18 07:40:18下载
- 积分:1
-
HMM的c实现,对理解HMM很有用,尤其是动态手势识别中,手运动的建模基本都基于H...
HMM的c实现,对理解HMM很有用,尤其是动态手势识别中,手运动的建模基本都基于H-HMM of c realization of HMM is useful for understanding, especially in the dynamic gesture recognition, hand movements are based on modeling the basic H
- 2022-05-31 19:42:58下载
- 积分:1
-
viterbi213 硬判决 c语言代码
viterbi 硬判决是指解调器根据其判决门限对接收到的信号波形直接进行判决后输出0或1,换句话说,就是解调器供给译码器作为译码用的每个码元只取0或1两个值,以序列之间的汉明距离作为度量进行译码,适用于二进制对称信道(BSC)
- 2022-10-21 21:35:03下载
- 积分:1