登录
首页 » Java » GN

GN

于 2014-04-25 发布 文件大小:32KB
0 203
下载积分: 1 下载次数: 0

代码说明:

说明:  GN算法是一种经典的web社区发现算法,java语言。可用实例验证(the GN algorithm is a kind of classic web community discovery algorithm )

文件列表:

GN算法
......\.classpath,232,2010-05-17
......\.project,384,2010-05-17
......\bin
......\...\GN算法
......\...\......\dian.class,448,2010-05-17
......\...\......\GN_use.class,9638,2010-05-17
......\...\......\myGN.class,5437,2010-05-17
......\...\......\point_belong.class,404,2010-05-17
......\...\......\Queue.class,1127,2010-05-17
......\...\......\s_remove_belong.class,433,2010-05-17
......\...\......\test_all.class,11255,2010-05-17
......\...\......\v_side.class,599,2010-05-17
......\input.txt,552,2010-05-16
......\input1.txt,317,2010-05-13
......\input3.txt,46,2010-05-14
......\out.txt,1022,2010-05-17
......\src
......\...\GN算法
......\...\......\GN_use.java,17015,2010-05-17
......\...\......\myGN.java,11818,2010-05-17
......\...\......\Queue.java,1605,2010-05-17
......\...\......\test_all.java,15114,2010-05-17

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

发表评论

0 个回复

  • Phase3Project2
    Code for a blinking neon-like logo using graphics in Java.
    2011-10-28 02:04:31下载
    积分:1
  • lt
    说明:  论坛系统(Struts 2+Hibernate+Spring实现)(Forum Systems (Struts 2+ Hibernate+ Spring implementation))
    2011-06-08 14:35:32下载
    积分:1
  • StudentManagement1
    说明:  简易的实现了管理员登录,查询,管理的功能(Simple realization of administrator login, query, management functions)
    2020-06-24 09:00:02下载
    积分:1
  • conhole-fielv-byte
    Pringmvc project how to load in the jars in the spring configuration file
    2017-05-01 20:05:24下载
    积分:1
  • jsi-master
    JSI (Java Spatial Index) RTree Library 是一个RTree算法Java实现的开源库,理论来源是Guttman1984年的一篇论文"R-trees: A Dynamic Index Structure for Spatial Searching" by Antonin Guttman",论文可见(PDF on CiteSeerX). 这个开源项目的代码遵循 GNU Lesser General Public License 最新的代码可以在http://github.com/aled/jsi上找到 同时例子在https://github.com/aled/jsi-examples(The JSI (Java Spatial Index) RTree Library open source Java implementation library of a RTree algorithm theoretical source of the Guttman1984 paper R-trees: A the Dynamic the Index Structure for Spatial, Searching by Antonin Guttman, papers can be seen (PDF onCiteSeerX). Follow the code of this open source project GNU Lesser General Public License The latest code can be found in http://github.com/aled/jsi At the same time example in https://github.com/aled/jsi-examples were)
    2013-03-18 18:26:05下载
    积分:1
  • 人脸识别系统源码以及数据库(ArcSoftFaceDemo)
    根据ArcSoft的工具包设计的简单人脸识别DEMO,仅供学习。APPID等需要到ArcSoft注册一个应用获得 开发环境准备:###开发使用到的软件和工具:Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、idea注:libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、app-id、sdk-key可以到虹软官网 http://ai.arcsoft.com.cn/ 免费申请下载本地配置:配置环境(推荐jdk8,mysql5.7,maven3,idea)引擎库libarcsoft_face、libarcsoft_face_engine、libarcsoft_face_engine_jni。把dll或so文件拷贝到java.library.path所包含的路径下,注意区分X86和X64,和当前jdk版本一致。初始化项目 创建数据库arcsoft_face_demo,执行脚本arcsoft_face_demo.sql使用idea启动项目修改配置文件srcmainesourcesapplication.properties填写数据库地址:spring.datasource.druid.url填写数据库用户名:spring.datasource.druid.username填写数据库密码:spring.datasource.druid.password填写人脸识别id:config.freesdk.app-id填写人脸识别key:config.freesdk.sdk-key启动项目右键Application,选择Run ‘Application’项目访问地址http://127.0.0.1:8080/demo
    2021-05-06下载
    积分:1
  • securitydemo
    spingsecurity的demo,初学者可根据注释和代码进行学习(Spingsecurity demo, beginners can learn from comments and code)
    2019-06-06 14:19:12下载
    积分:1
  • MyMicro-channel
    本软件基本实现微信的所有UI效果。具备如下功能点: 登录、功能指引、退出对话框、设置界面、会话界面、右上角功能键、详细资料头像点击放大效果、摇一摇 摇一摇判断“shake”部分来源于网络,具体地址忘了。。。。摇一摇的动画效果是我做的,支持真机摇一摇哦! 新特点:主界面使用的是viewpager 支持手势也支持底部图标点击!(比原版微信tabhost强多了!) 效果图:(The software basically all the UI micro-channel effects. Have the following functions: Login, functional guidelines, exit the dialog box, set the interface, session interface, top right function key, detailed information Picture Click to enlarge effects, Shake Shake judgment "shake" section from the network, the specific address forgotten. . . . Shake animation is what I do to support the real machine shake Oh! New features: The main interface using viewpager support gestures are also supported at the bottom of the icon click! (Stronger than the original micro-channel tabhost more!) Effect diagram:)
    2013-11-07 10:57:03下载
    积分:1
  • BumpingBalls
    我初期学习用的很好用的小软件代码,实现BumpingBalls功能,对我帮助很大啊!(I have a good beginning to learn to use software with a small code to achieve BumpingBalls function, great help to me ah! )
    2011-12-26 19:45:04下载
    积分:1
  • ShyPost10.2
    实用性代码,可以在手机等移动设备上很好的使用,可操作性强。(Usefulness of the code can be very good for use on mobile phones and other mobile devices operable.)
    2014-02-26 09:57:18下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载