-
基于Aloha的RFID的防碰撞仿真算法的相关论文以及代码实现
资源描述这是一个关于Aloha的防碰撞仿真算法,里面有相关的论文和源代码,亲测好用
- 2022-01-26 08:09:39下载
- 积分:1
-
排序的方法
工作显示的排序方法: 选择排序、 插入排序、 冒泡排序、 Shell 排序、 快速排序和合并排序。
该文件将数据写入到文件中,有文档和 excel 中的一个表。
- 2022-02-05 00:07:44下载
- 积分:1
-
FLCS在3DIC設計中會使用的方法
在3DIC設計中會使用的方法
Floorplanning is an important and dispensable stage in the traditional integrated circuit design process. With the raised module numbers and increased wire length, the computation complexity is raised dramatically. Obviously, the traditional algorithms need to be updated. We developed an orthogonal table, in which each factor represents a module and the level of a specified factor denotes the orientation of that module. With this orthogonal table, the solution space is significantly decreased.
We use sequence pair to represent a floorplan and the fast longest common subsequence is used accordingly to calculate the area of
- 2022-08-13 12:52:54下载
- 积分:1
-
Eular法解分数阶微分方程,分数阶导数定义系数通过fourier法计算,阶数a变化...
Eular法解分数阶微分方程,分数阶导数定义系数通过fourier法计算,阶数a变化-eular method of fractional differential equations, fractional derivative coefficient defined by fourier law, order a change
- 2022-01-22 04:00:39下载
- 积分:1
-
多目标优化
完善的多目标算法,可以用来进行智能的多目标优化,方便实用,是不可多得的优质代码,分享出来供大家参考借鉴,使用时注明出处
- 2022-02-09 14:09:41下载
- 积分:1
-
用BP网络解决异或问题
用BP网络解决异或问题-BP network or problems to resolve differences
- 2022-02-03 15:47:52下载
- 积分:1
-
数据挖掘apriori算法实现
第一步是利用findFrequentOneItemSets()产生1-频繁集,这只要统计每个项目出现的次数就可以了。然后依次产
生2阶,3阶,……,k阶频繁集,k频繁集为空则算法停止。即利用aprioriGenCandidates()函数 根据所有频繁L-1项
集获得所有频繁L项集的候选L项集。findFrequentItemSets() 查找事务集中的所有频繁项集,返回Map为:L -> 所
有频繁L项集的列表。
- 2022-09-05 08:00:02下载
- 积分:1
-
VC文字识别程序
带简单汉字库、用户可以增加字库、实现字符的识别。用户能直接用,还可以修改成其它用途。使用方便实用。
- 2022-06-02 17:28:47下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1
-
使用递归实现的快速排序法
使用递归实现的快速排序法-Quick sort using recursive
- 2022-08-04 11:35:02下载
- 积分:1