-
有关复杂网络的igraph类
igraph是一个建立和操纵无向图、有向图的开源C程序库,它既包含经典图论里的各种算法(例如最小支撑树、网络流等),也包含了最近的出现的一些网络分析算法(如社团结构搜索等)。igraph是C写的,这意味着你很容易在C/C++中使用它。如果你不熟悉这两种语言,或者觉得用C/C++太繁琐的话,igraph还提供了R语言(一种国外很流行的统计分析语言)和Python语言的接口,所以也很适合科研人员使用(我现在用的是Python,调用igraph很简单)。
- 2022-02-03 02:43:22下载
- 积分:1
-
快速排序算法的C++
该代码读取输入文本文件并将其排序,然后将这些数字排序为输出文本文件。代码使用快速排序算法进行排序。
- 2022-03-21 09:48:35下载
- 积分:1
-
OPENTLD C++ source code
TLD is an algorithm for tracking of unknown objects in unconstrained video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously tracks the object, learns its appearance and detects it whenever it appears in the video.
You are allowed to use TLD under the terms of the GPL version 3.0. It means that any distributed project that includes or links any portion of TLD source code has to be released with the source code under the GPL version 3.0 license or later. The details of the license can be found in file LICENSE. If you wish to use this code or any of its part for com
- 2022-06-17 10:16:04下载
- 积分:1
-
- 2022-02-13 16:14:05下载
- 积分:1
-
概率上下文无关语法分析器
本系统是一个概率型的自然语言句法分析器。系统的分析算法是综合了多种优化策略的改进型chart分析算法。分析结果是概率最大的一棵分析树。在概率模型方面,本系统也在一定程度上突破了pcfg的上下文无关假设,引入了结构上下文条件,是的分析结果正确率有了明显提高。本系统运行在 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-18 18:27:32下载
- 积分:1
-
School operations, the mine self
学校作业,自编的扫雷代码,能实现扫雷游戏的基本操作-School operations, the mine self-compiled code, can achieve the basic operation of the game de-mining
- 2022-06-21 06:53:10下载
- 积分:1
-
约瑟夫环
约瑟夫环-Josephus
- 2022-10-17 11:05:03下载
- 积分:1
-
基于C++标准模板类库的全文检索算法
基于C++标准模板类库的全文检索算法 -Based on C++ standard template library of full-text search algorithm
- 2022-07-27 18:05:52下载
- 积分:1
-
VB6 WIImote头部跟踪
VB6代码:- 光四德尔斯的Wiimote的的。阅读操作X,4个IR的y轴坐标中。- 请参阅红外的一个图片框的大小不同的十字架取决于距离。玩得开心。 对不起,我的一个法国人的英语不好; O)
- 2022-03-12 07:03:36下载
- 积分:1
-
Kriging Matlab 工具包 很好用
国外网上找到的Kriging Matlab 工具包,很好用。1.支持变量多维度, 核函数有多种选择。2.可以根据自己的研究任务进行修改。3.已通过测试,在适当样本点的情况下,插值精度很高。
- 2022-01-22 10:56:53下载
- 积分:1