-
The use of time
时频分析使用的源代码,希望对大家有用,接着上传!-The use of time-frequency analysis of the source code, in the hope that useful to everybody, and then upload!
- 2022-11-04 01:50:02下载
- 积分:1
-
3D人体数据关节点、中心线、末端点的计算
编程环境是VC++2010、OpenGL。通过三维扫描得到3D人体数据。从点云数据里任意找一个点,然后类于拓扑排序计算出人体末端点;用算法把人体分为四肢和躯干,然后分别分层对四肢和躯干求中心点;用似圆算法对四肢进行操作得到关节点。
- 2022-07-23 01:10:27下载
- 积分:1
-
手写识别应用软件,提供高效的触摸屏手写识别方法。
手写识别应用软件,提供高效的触摸屏手写识别方法。- The handwriting recognition application software, provides
highly effective touches the screen handwriting recognition method.
- 2022-03-10 08:11:00下载
- 积分:1
-
Affinity Propagation 自相似传播聚类源码!
Affinity Propagation 自相似传播聚类源码!-Affinity Propagation Clustering dissemination of self-similar source!
- 2023-08-21 18:20:04下载
- 积分:1
-
蛙跳差分方法,精华分(ˇˍ ˇ) 想~
蛙跳差分方法,精华分(ˇˍ ˇ) 想~...
蛙跳差分方法,精华分(ˇˍ ˇ) 想~
蛙跳差分方法,精华分(ˇˍ ˇ) 想~-leap forg
- 2023-09-08 20:35:03下载
- 积分:1
-
代码是用matlab写的,主要用于求解线性规划问题
该代码是在matlab编写的,主要用于求解线性规划问题-The code is written in matlab, mainly for solving linear programming problems
- 2022-10-13 10:40: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
-
GN算法java实现
这是一个经典的社团划分,采用GN算法思想,
基本上是从昨天开始吧,着手复杂网络的GN算法,整个过程包括从GML文件中提取邻接矩阵数据,GN算法的实现,模块度的计算。
(1)GML文件的读取。做GN的时候首次知道GML(Graph Model Language),GML (Graph Modelling
Language): There are many different programs that work with graphs but almost
all of them use their own file format. As a consequence, exchanging graphs
between different programs is almost impossible. Simple tasks like exchange of
data, externally reproducible results or a common benchmark suite are much
harder than neccessary.
Therefore, we have developed a new file format for
the Graphlet system: GML. GML supports attaching arbitrary information to
graphs, nodes and edges, and is therefore able to emulate almost every other
format.
从上面的英文中我们可以知道,GML是一种文件格式,试图统一大家对图结构的表达形式。这样,会很方便大家的交互,比如程序的利用。我们主要工作是从GM
- 2022-02-20 11:14:43下载
- 积分:1
-
链表逆置cpp代码
利用辅助指针 基本思想:在遍历结点过程中,设置辅助指针,用于记录先前遍历的结点。这样依次编译的过程中只需修改其后继结点的next域即可
- 2022-02-21 23:53:38下载
- 积分:1
-
abroad who thought that cattle series, I do not understand how. . Can be used to...
国外以为牛人编的,我也不怎么懂。。可以用来做毕业设计-abroad who thought that cattle series, I do not understand how. . Can be used to do design graduation
- 2022-08-17 03:12:58下载
- 积分:1