-
动态环境下的粒子群算法源代码
资源描述该课题旨在将动态优化问题(目标函数随时间连续、缓慢或突然、随机变化的情况)连续变化的时间变量区间进行任意划分,在得到的每个时间子区间上将动态问题转化为静态问题,针对此静态优化问题设计相应的遗传算法。同时给出一种能自动检测时间变化的应答算子。
- 2022-05-20 22:16:14下载
- 积分:1
-
c++链表模板类,实现所有链表的功能!
c++链表模板类,实现所有链表的功能!包括增删改查,反转、递归反转等功能。对数据结构初学者有极高的参考价值。且代码规范,命名规范,有很多注释帮助理解。
- 2022-08-16 10:11:43下载
- 积分:1
-
vc prepared with a scheduling algorithm procedures
一个用vc编写的调度算法程序-vc prepared with a scheduling algorithm procedures
- 2023-09-05 16:35:04下载
- 积分:1
-
的傅立叶变换,工程技术中,常将看成一时间信号,相应的空间,称为时间域和空域;将其傅立叶变换看成频率函数,相应的空间称为频域。称为其相角,这在物理上是有良好背景的...
的傅立叶变换,工程技术中,常将看成一时间信号,相应的空间,称为时间域和空域;将其傅立叶变换看成频率函数,相应的空间称为频域。称为其相角,这在物理上是有良好背景的。-The Fourier transform, engineering technology, often viewed as a time signal, the corresponding space, known as time domain and airspace its Fourier transform as a frequency function, the corresponding space is called the frequency domain. Known as its phase angle, which in physics is a good background.
- 2022-03-16 22:16:15下载
- 积分:1
-
有关复杂网络的igraph类
igraph是一个建立和操纵无向图、有向图的开源C程序库,它既包含经典图论里的各种算法(例如最小支撑树、网络流等),也包含了最近的出现的一些网络分析算法(如社团结构搜索等)。igraph是C写的,这意味着你很容易在C/C++中使用它。如果你不熟悉这两种语言,或者觉得用C/C++太繁琐的话,igraph还提供了R语言(一种国外很流行的统计分析语言)和Python语言的接口,所以也很适合科研人员使用(我现在用的是Python,调用igraph很简单)。
- 2022-02-03 02:43:22下载
- 积分:1
-
降采样(16Kto8K)
录音库采集,经常采用高采样率,如44.1k或16k, 但实际应用场合,录音采样率可能只有8k,因此需要降采样。本源码实现录音wav文件降采样,从16K转8K. 采用连续两点求平均,转完时域波形几乎不影响,听不出差别,但如用于语音识别,则可能有影响。
- 2022-01-25 22:51:20下载
- 积分:1
-
一个 数学工具集
有菜单界面 单色显示
一个 数学工具集
有菜单界面 单色显示
-A mathematical tool set has a menu-based interface monochrome display
- 2022-12-18 04:10:03下载
- 积分:1
-
code39条形码程序.rar
能较好的识别code39条码,vc编写,易于识别,条形码识别程序,用来识别条形码。可以直接运行
能较好的识别code39条码,vc编写,易于识别,条形码识别程序,用来识别条形码。可以直接运行
- 2023-03-25 08:05:04下载
- 积分:1
-
A Reader Anti-collision Protocol for RFID-Enhanced Wireless Sensor Networks
资源描述Abstract Considering rapid developments in the technologies of both radio-frequency identification
(RFID) systems and wireless sensor networks (WSN), an integration of the two
technologies may lead to the formation of an RFID-enhanced WSN which would possess
improved functions and capabilities. In the RFID-enhanced WSN, many reader-enhanced
nodes have increasingly been employed. In such networks, RFID data contains a lot of duplication,
because the same tag may be read multiple times, and collision may occur among
readers, while energy constraints are also a serious problem. These three could in turn cause
serious problems. In this paper, we have proposed our CSMA-based algorithm since it is light,
efficiently minimizes all kinds of reader collision, and eliminates the duplicate data. For this
purpose, we have used a separate control channel and a tag ID forwarding mechanism with a
special co
- 2023-05-06 18:20:03下载
- 积分:1
-
相关向量机-稀疏贝叶斯学习源码
相关向量机回归的实现,主要是对Tipping的这篇文章的算法进行实现:Tipping, M. E. and A. C. Faul (2003). "Fast marginal likelihood maximisation for sparse Bayesian models." In C. M. Bishop and B. J. Frey (Eds.), Proceedings of the Ninth International Workshop on Artificial Intelligence and Statistics, Key West, FL, Jan 3-6.做SBL的时候可以用上,通过适当的修改也可以用在classification上。
- 2023-03-14 17:05:03下载
- 积分:1