资源列表
SpinGlass
- SpingGlass算法是半监督社区发现算法,是为了解决完全依赖网络的拓扑结构进行社区发现的方法易受噪音干扰的问题,而提出的一种非重叠社区发现算法。(SpingGlass algorithm is a semi-supervised community discovery algorithm, which is a non-overlapping community discovery algorithm proposed in order to solve the problem that t
LouvainAlgorithm
- 为了降低算法的时间复杂度,Vincent Blondel等人提出了另一种层次性贪心算法(BGLL算法)。该算法包括两个阶段,这两个阶段重复迭代运行,直到网络社区划分的模块度不再增长。第一阶段合并社区,算法将每个节点当作一个社区,基于模块度增量最大化标准决定哪些邻居社区应该被合并。经过一轮扫描后开始第二阶段,算法将第一阶段发现的所有的社区重新看作节点,构建新的网络,在新的网络上迭代的进行第一阶段。当模块度不再增长时,得到网络的社区近似最优划分。 算法的基本步骤如下: 1).初始化,将每个节点划
Compiler
- 简单的编译器,用java实现的简单的编译器,有三个类,包括词法分析和语法分析。(Simple compiler, using java to achieve a simple compiler, there are three classes, including lexical analysis and syntax analysis.)
ex
- 在线人数统计,包括监听器,JSP页面编写,以及统计方便的调用(Online population statistics)
one
- 总的来说实现了用户信息的注册提交和显示的功能(The functions of registration, submission and display of user information are realized)
jiaoben4807
- 一些css特效(Some CSS effects)
news
- 登录注册等基本功能(The basic function such as login registration)
java计算器
- 《Java程序设计》单机版五子棋游戏的编程,使读者理解面向对象程序设计的基本概念,掌握程序设计的基本方法和技巧,灵活的使用包,进一步的理解接口,熟练的掌握在接口中对事件的实现。("Java program design" stand-alone version of Gobang game programming, so that readers understand the basic concepts of object oriented programming, mas
java五子棋
- 《Java程序设计》单机版五子棋游戏的编程,使读者理解面向对象程序设计的基本概念,掌握程序设计的基本方法和技巧,灵活的使用包,进一步的理解接口,熟练的掌握在接口中对事件的实现。("Java program design" stand-alone version of Gobang game programming, so that readers understand the basic concepts of object oriented programming, mas
核心算法
- 核心算法,也即是判断两个方块是否可以消除(通路)。连连看的规则比较简单,能消掉的状况可以用枚举法,不外乎以下三种情况。也即是 1.直线 2.一折(一个拐角) 3.二折(两个拐角)(Core algorithm, that is, to determine whether the two squares can be removed (access). Lianliankan simple rules, can eliminate the situation can use enumeration
零基础配套练习题51道完整版
- Java50道编程练习题,适用于初学者学习使用(Java50 programming exercises, suitable for beginners to learn to use)
DQ
- 注册用户,用户登录,用户发帖,回复,删帖(Registration, login, post, reply, delete posts)