登录
首页 » Visual C++ » LPA(C)

LPA(C)

于 2021-02-22 发布 文件大小:34482KB
0 253
下载积分: 1 下载次数: 576

代码说明:

  复杂网络的结构检测室近几年的研究热点,目前最快的算法是标签传播!(Community detection is hot topic in recent years. The most fast algorithm for community detection is Label Propagation Algorithm(LPA),and this is the program!)

文件列表:

LPA(C)
......\Debug
......\.....\karate.txt,2346,2012-08-08
......\.....\karatecluster.txt,69,2012-08-08
......\.....\LPA(C).exe,123904,2012-09-24
......\.....\LPA(C).ilk,685484,2012-09-24
......\.....\LPA(C).pdb,2083840,2012-09-24
......\ipch
......\....\lpa(c)-ecd5892
......\....\..............\lpa(c)-a95277.ipch,53280768,2012-09-24
......\....\..............\lpa(c)-e513cdbd.ipch,54460416,2012-09-24
......\LPA(C)
......\......\Debug
......\......\.....\CL.read.1.tlog,23260,2012-09-24
......\......\.....\CL.write.1.tlog,1646,2012-09-24
......\......\.....\global.obj,124936,2012-09-24
......\......\.....\link-cvtres.read.1.tlog,2,2012-09-24
......\......\.....\link-cvtres.write.1.tlog,2,2012-09-24
......\......\.....\link.read.1.tlog,3600,2012-09-24
......\......\.....\link.write.1.tlog,1174,2012-09-24
......\......\.....\LPA(C).Build.CppClean.log,2399,2012-09-24
......\......\.....\LPA(C).exe.embed.manifest,406,2012-09-24
......\......\.....\LPA(C).exe.embed.manifest.res,472,2012-09-24
......\......\.....\LPA(C).exe.intermediate.manifest,381,2012-09-24
......\......\.....\LPA(C).lastbuildstate,73,2012-09-24
......\......\.....\LPA(C).log,4725,2012-09-24
......\......\.....\LPA(C).obj,368651,2012-09-24
......\......\.....\LPA(C).pch,16646144,2012-09-24
......\......\.....\LPA(C)_manifest.rc,202,2012-09-24
......\......\.....\mt.read.1.tlog,190,2012-09-24
......\......\.....\mt.write.1.tlog,362,2012-09-24
......\......\.....\rc.read.1.tlog,334,2012-09-24
......\......\.....\rc.write.1.tlog,342,2012-09-24
......\......\.....\stdafx.obj,320624,2012-09-24
......\......\.....\vc100.idb,781312,2012-09-24
......\......\.....\vc100.pdb,1200128,2012-09-24
......\......\global.cpp,5295,2012-09-24
......\......\global.h,365,2012-09-24
......\......\karate.txt,2346,2012-08-08
......\......\karatecluster.txt,69,2012-08-08
......\......\LPA(C).cpp,5203,2012-09-24
......\......\LPA(C).vcxproj,4440,2012-09-22
......\......\LPA(C).vcxproj.filters,1488,2012-09-22
......\......\LPA(C).vcxproj.user,143,2012-09-21
......\......\ReadMe.txt,1546,2012-09-21
......\......\Release
......\......\.......\CL.read.1.tlog,23268,2012-09-24
......\......\.......\CL.write.1.tlog,1674,2012-09-24
......\......\.......\global.obj,60778,2012-09-24
......\......\.......\link.read.1.tlog,3202,2012-09-24
......\......\.......\link.write.1.tlog,892,2012-09-24
......\......\.......\LPA(C).Build.CppClean.log,1302,2012-09-24
......\......\.......\LPA(C).exe.intermediate.manifest,381,2012-09-24
......\......\.......\LPA(C).lastbuildstate,75,2012-09-24
......\......\.......\LPA(C).log,3271,2012-09-24
......\......\.......\LPA(C).obj,200578,2012-09-24
......\......\.......\LPA(C).pch,15925248,2012-09-24
......\......\.......\mt.read.1.tlog,786,2012-09-24
......\......\.......\mt.write.1.tlog,326,2012-09-24
......\......\.......\stdafx.obj,1040889,2012-09-24
......\......\.......\vc100.pdb,1175552,2012-09-24
......\......\stdafx.cpp,211,2012-09-21
......\......\stdafx.h,441,2012-09-24
......\......\targetver.h,236,2012-09-21
......\LPA(C).sdf,32002048,2012-09-24
......\LPA(C).sln,885,2012-09-24
......\Release
......\.......\karate.txt,2346,2012-08-08
......\.......\karatecluster.txt,69,2012-08-08
......\.......\LPA(C).exe,27648,2012-09-24
......\.......\LPA(C).pdb,1723392,2012-09-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shannon
    香农编码的C语言实现,VC++环境~~~~~~~~~~~~~~~~~~~~~~~~~(Shannon C-language coding, VC++ environment ~~~~~~~~~~~~~~~~~~~~~~~)
    2010-05-27 11:01:01下载
    积分:1
  • ErosionTabakoff
    用于拓展fluent磨损模型的UDF,采用tabakoff经验公式描述磨损量。(a udf to optimize erosion model in Fluent)
    2021-03-05 17:19:31下载
    积分:1
  • UDF-in-fluent
    fluent关于蒸发相变的很全的C程序,有详细的注释,对于相关专业的人很重要(fluent the evaporation phase transition is full C program, detailed notes, very important for the people of the relevant professional)
    2020-11-25 21:19:32下载
    积分:1
  • distance
    C++程序求两点距离 可以点入坐标点(C++ program distance between two points)
    2013-01-08 22:03:02下载
    积分:1
  • LDL
    LDL分解法,用于求解大型的线性方程组。此程序中最多能解100维的,速度还不错(LDL decomposition method for solving large-scale linear equations. This procedure can be up to 100 peacekeepers solutions, speed is not bad.)
    2020-06-30 07:40:02下载
    积分:1
  • LZYGSXY
    数值分析课程必备的算法:列主元高斯消去法算法。有需要的同学下载(Numerical analysis courses required algorithms: PCA out Gaussian elimination algorithm. Those students in need to download)
    2009-01-05 22:38:00下载
    积分:1
  • AR
    说明:  fluent模拟焊接的udf源文件 fluent模拟焊接的udf源文件(udf source file fluent fluent simulate welding simulation welding udf source file)
    2013-03-25 09:58:22下载
    积分:1
  • MOM
    用矩量法(电场结合磁场积分方程)算金属圆柱散射(Using the method of moments (electric field integral equation combined) considered the scattering of metal cylinder)
    2021-04-04 20:39:04下载
    积分:1
  • Gauss---Seidel-Algorithm
    合肥工业大学数值分析(计算方法A)中高斯—塞德尔算法的实现(Gauss- Seidel Algorithm)
    2011-11-30 14:45:19下载
    积分:1
  • Trilateration-Network
    测绘程序,计算测边网各点坐标的评查程序,值得借鉴(Mapping program to calculate the coordinates of each point measured the side-netting of assessment investigative procedures, worth learning)
    2013-08-20 15:13:21下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载