-
Clustering through Decision Tree Construction
Clustering through Decision Tree Construction - CLTree - A subspace clustering algorithm.-Clustering through Decision Tree Construction- CLTree- A subspace clustering algorithm.
- 2022-01-30 23:39:10下载
- 积分:1
-
形态学处理
腐蚀– 腐蚀是一种消除边界点,使边界向内部收缩的过程。– 可以用来消除小且无意义的物体 膨胀–膨胀是将与物体接触的所有背景点合并到该物体中,使边界向外部扩张的过程。–可以用来填补物体中的空洞
- 2022-08-13 13:13:17下载
- 积分:1
-
Discrete Fourier Transform
离散分数阶傅立叶变换-Discrete Fourier Transform
- 2023-04-06 14:05:04下载
- 积分:1
-
FFT的源代码,C语音,比其他的FFT代码更加效率高和质量好....
FFT的源代码,C语音,比其他的FFT代码更加效率高和质量好.-FFT source code, C voice, other than the FFT code more efficient and better quality.
- 2022-10-11 21:45:04下载
- 积分:1
-
机器人避障
简单的机器人避障算法,使用的是虚拟力场的方法。附有效果截图。对于机器人路径规划的初学者会有帮助。代码简单易懂,可以自己设定障碍物的位置。
- 2022-08-23 07:06:07下载
- 积分:1
-
aes_example
algorithme de cryptage aes en c 语言
高级的加密标准
* * 作者: B-Con (b-con@b-con.us)
* * 版权限制: GNU GPL
* * 免责声明: 此代码被提出"按原样"没有任何 garuentees ;说的笔者认为
通过使用此代码的呈现没有问题的责任。
* * 详细信息: 此代码是执行的 AES 算法,由指定的
- 2022-07-08 15:22:26下载
- 积分:1
-
A relatively simple calculator, the basic completion of the real functions of ad...
一个比较简单的计算器,基本完成了实数的加减乘除的功能,还有取负号,开方,倒数,清除等功能.-A relatively simple calculator, the basic completion of the real functions of addition and subtraction, multiplication and division, as well as from a negative number, prescription, countdown, removing and other functions.
- 2023-05-08 21:50:03下载
- 积分:1
-
俄罗斯方块(MFC)
一个MFC实现的俄罗斯方块程序,操作简单,界面友好,可用作课程设计,实训等,简单易懂
- 2023-05-27 09:35:03下载
- 积分: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
-
实验目的:用Lingo软件求解整数线性规划问题。
实验内容:
已知某个中型百货商场对售货人员的需求经统计如下表,实现工作的安排...
实验目的:用Lingo软件求解整数线性规划问题。
实验内容:
已知某个中型百货商场对售货人员的需求经统计如下表,实现工作的安排-Experimental Objective: Lingo software for solving integer linear programming problem.
Experiment content:
Are known to a medium-sized department store sales personnel, the demand for statistics by the following table to realize the work arrangements
- 2022-01-26 03:03:01下载
- 积分:1