登录
首页 » Java » GN

GN

于 2014-04-25 发布 文件大小:32KB
0 150
下载积分: 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 个回复

  • java-90
    本资源提供了java90道编程题目,包括50道基础编程题、40道经典java算法题、50道最新的题目,并附答案。可以增加面试技巧。(The resources to provide a java90 Road programming topics, including the 50 basic programming questions, 40 classic java algorithm questions, 50 of the latest topics with answers. You can increase the interviewing skills.)
    2012-10-28 17:09:32下载
    积分:1
  • java学生管理系统源码(含数据库以及运行截图)
    该系统主要功能有:1) 学生基本信息和学生成绩的管理学生基本信息:姓名、学号、专业、班级、所属院系。各科成绩:高等数学、英语、数据结构、计算机组成原理、面向对象程序设计系统可以完成对各类信息的添加、修改、删除等功能。2) 成绩的统计汇总可以计算班级平均成绩,某科最高成绩,最低成绩,优、良、中、及格、不及格各个成绩等级的人数,每位同学的总成绩、班级总成绩,总成绩排名等。3) 成绩信息查询查询功能是系统的核心功能之一。在系统中既有单条件查询也有多条件查询,可以精确查询和模糊查询。可以按照班级、成绩范围、科目等查询。可以自己根据需要合理设计。4) 系统登录功能进入系统,需要登录。可以注册用户,有完整的用户注册、用户登录和密码修改功能。系统管理模块:因为本系统是用来管理学生成绩的,所以系统运行的正常和安全性非常重要,为了达到此目的本系统需要一个管理系统安全的系统管理模块。其任务是维护系统的正常运行和安全性设置。该模块的主要任务是维护系统的正常运行和安全性设置包括注册、登录、修改密码、退出登录等等。教师管理模块:该模块的主要任务是维护系统的正常运行和安全性设置,实现对学生的个人信息的管理工作,对学生信息进行维护更新,从而方便学校管理部门对学校的基本情况的快速查询和了解。包括添加学生信息、查询和修改学生信息、删除学生信息等等。成绩管理模块:因为本系统需要对学生成绩进行统计、分析。这也是本系统的一个重要的作用,所以有必要专门构建一个管理学生成绩的模块。方便教师等快速把握学生、班级、学校的学习状况。学校的成绩管理工作是检验学生学习情况的一个主要手段,本模块包括成绩添加、成绩修改、成绩查询、成绩的统计等功能模块。 
    2020-04-26下载
    积分:1
  • AbstractItemVisitor
    An output stream for the body of an HTTP request Source Code for Java Script.
    2013-10-04 10:18:01下载
    积分:1
  • JAVA_JSB
    JAVA记事本源代码,代码内部包含详细的注释,可以实现记事本的功能(JAVA source code in Notepad, the code contains detailed notes inside, can achieve the functions of Notepad)
    2010-07-28 20:36:37下载
    积分:1
  • com
    银行的一个管理系统,在ATM端服务,并有异常处理(A bank management system, client services in the ATM)
    2009-05-19 21:17:33下载
    积分:1
  • linuxfilesystem
    目的是通过一个简单多用户文件系统的设计,加深理解文件系统的内部功能和内部实现。(The purpose of this experiment is to design a simple multi-user via the file system, deepen the understanding of the internal functions and internal file system implementation.)
    2013-12-12 14:52:14下载
    积分:1
  • bmob_query
    实现用户的注册,登陆,与Bmob数据库相连实现对数据库的操作,用户实现发布新闻的功能(Implement user registration, login, and Bmob connected to achieve operation of the , users realize the function of press release)
    2015-08-14 19:54:34下载
    积分:1
  • Programmer-en-Java
    cours to programme by using java
    2014-02-19 12:06:06下载
    积分:1
  • MailSystem
    设计一个邮寄包裹的收费系统,在邮寄类型确定的情况下,包裹的邮资由包裹的重量a,邮寄距离b,保价金额c三个参数决定。 如:普通邮件(RegularMail)的邮费 = 3(a+b/100)+0.01c 挂号邮件(RegisterdMail)的邮费 = 4(a+b/100)+0.02c等等 请设计一个系统,计算包裹的邮资。系统使用图形用户界面,用户在图形用户界面选择邮寄类型,再输入重量、距离和报价金额,单击确定按钮系统就计算出包裹的邮资。要求系统能够灵活的增减邮寄类型和修改某种邮寄类型的邮资计算方法。(Design of a parcel of charge system, the type identified in the case of mail, parcels by the weight of the parcel postage a, mailing distance b, c insured amount three parameters. Such as: regular mail (RegularMail) postage = 3 (a+b/100)+0.01c registered mail (RegisterdMail) postage = 4 (a+b/100)+0.02c etc. Please design a system to calculate the parcel postage. System using the graphical user interface, users select the mail type graphical user interface, and then enter the weight, distance and offer amount, click the OK button the system will calculate the parcel postage. Require the system to increase or decrease mailing flexible type and modify some types of mailing postage calculation.)
    2013-11-14 13:27:11下载
    积分:1
  • jiandan--jishiben
    java编写的简单带图形界面的记事本 实现了基本的复制 打开 等功能(jishiben GUI)
    2014-03-28 18:15:00下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载