-
GN算法Python代码
Market Newman写的复杂网络的加权GN算法 算法用Python写的
其基本思想是不断的删除网络中具有相对于所有源节点的最大的边介数(ege betweenness)的边,然后,再重新计算网络中剩余的边的相对于所有源节点的边介数,重复这个过程,直到网络中,所有边都被删除。
- 2022-03-19 07:03:37下载
- 积分:1
-
hash表的实现
hash表的实现-hash table to achieve
- 2022-04-17 16:55:50下载
- 积分: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
-
查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。
查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。- The search was uses in the computer a CPU biggest function, the
search algorithm had decided the procedure fit and unfit quality, this
algorithm has completed the smooth search realization.
- 2022-04-24 15:53:52下载
- 积分:1
-
医学图像处理源代码
一个完整的可运行的医学图像处理软件源代码,
很全面的VC++程序,都是关于医学图像方面的.
包括配准和分割等功能-Can run a complete medical image processing
software source code, including features such as registration and
segmentation
- 2022-03-19 23:47:44下载
- 积分:1
-
介绍了在VC编辑器中,加入汇编语言的以实现混合编程的方法,并演示了计算圆周率的过程,很不错...
介绍了在VC编辑器中,加入汇编语言的以实现混合编程的方法,并演示了计算圆周率的过程,很不错-introduced in VC editor, by adding assembly language to achieve the mixed programming method and demonstrated the calculation of the ratio of the circumference and very good! !
- 2023-08-02 07:10:02下载
- 积分:1
-
leach算法
算法基本思想是:以循环的方式随机选择簇头节点,将整个网络的能量负载平均分配到每个传感器节点中,从而达到降低网络能源消耗、提高网络整体生存时间的目的。仿真表明,与一般的平面多跳路由协议和静态分层算法相比,LEACH分簇协议可以将网络生命周期延长15%。
- 2022-11-08 15:20:03下载
- 积分:1
-
列主元消去法。计算方法中的一种课程算法
列主元消去法。计算方法中的一种课程算法-out PCA elimination method. The calculation algorithm curriculum
- 2022-04-15 19:43:45下载
- 积分:1
-
PASCAL编译器
项目描述:该项目源代码用C++语言描述,针对扩充的PASCAL文法,实现了对扩充PL0源程序进行词法分析、语法分析、语义分析、代码生成以及最终解释执行的编译器的编写。并完成了错误处理和符号表管理等程序。该工程可以将符合文法的正确程序进行编译得到结果,也可以对错误的程序进行精确报错。
- 2023-03-01 18:25:04下载
- 积分:1
-
二维码编解码(图像灰度化,二值化处理)
应用背景二维码编解码,图像识别的初步认识,学习灰度图像二值化处理原理及图像灰度化处理方法。关键技术二维码识别,灰度图像二值化处理。图像灰度化处理。二维码的编解码、探测图形检查、最得精确版本号、图像纠错检查、获取探测图形中心点、检查角度、检验探测图形比例
- 2022-05-17 23:05:54下载
- 积分:1