搜索资源列表
java.rar
- 这个模块是IBE算法的核心。主要是系统参数、主密钥的计算。,This module is the core of IBE algorithm. The main system parameters, the calculation of the main keys.
java
- 随着Internet的普及,全球性信息化浪潮在给我们带来便利的同时,网络信息安全问题也日益彰显。因此,一些企业、机关、科研机构为了防止数据的泄密,常常需要利用网络数据包的截获与还原技术来监视从本单位传出的数据。 然而,在一个大型局域网中,对大量的网络数据进行采集和监控可能需要通过多机协作技术来实现。本文首先对TCP/IP协议进行了阐述,并分析了多机协作和数据包采集技术,然后以Java为工具,实现了基于Socket的网络数据多机协作采集的有关技术和核心算法。-err
Mine
- Java扫雷9*9核心程序算法,经测试完全正确,与大家分享-mine Java core program algorithms, fully tested right to share with you
Sudoku
- Java做的实现数独小游戏的核心代码 算法强大 主要用于初学者学习-lalalallala
java
- 描述有一些java的一些核心算法。。和有关java的一些核心内容-Descr iption of some of some of the core algorithm java. . And the core content of a number of java
FiveChessAppletDemo
- 五子棋游戏java语言设计的 创建五子棋游戏主窗体和菜单 类ChessModel实现了整个五子棋程序算法的核心-fivestone game
lexer
- 词法分析器,用java实现,采用的核心算法是通过函数readch()把下一个输入字符读到变量peek中,函数scan在略过所有空白字符后,首先试图识别像<=这样的复合词法单元和整数数字,如果不成功,它就试图读入一个字符。-Lexical analyzer, with java implementation, the core algorithm used by the function readch () to read the next input character variable
OpenProcessingSketch8217
- 以L-System算法为核心,基于java平台的applet写的一棵树木的动画仿真-To L-System algorithm as the core platform based java applet written by an animated simulation of trees
BSPAlgorithm
- BSPAlgorithm 也是一个路由算法,核心算法保证正确,因为是其他模块的一部分,个人需要整理一下-BSPAlgorithm is a routing algorithm, the core algorithm to ensure correct, because it is part of other modules, individuals need to put
Using-C-to-achieve--method
- 用C语言实现Java类的本地方法 1. 0目的与意义在用Java开发应用程序的过程中,如果能100 的使用Java,那当然是最好不过了。但是,有时候我们却不得不在Java的应用程序中使用其它语言编写的代码(即本地代码),例如:(1)原来已有大量经过测试的代码,想要直接在Java应用程序中使用,而把这些代码转换成Java代码可能需要大量的时间和财力。(2)有些功能如访问系统设备等,单纯地使用Java语言可能很难实现或根本就无法实现,这时就需要用其它语言来实现这种底层的功能,以综合各种语言的优点。(
test1
- 分治法实现大整数乘法,其实应该用数组来保存大整数的,再考虑如何去完善这个程序。但分治算法的核心思想已经尽在其中了。-Divide and conquer method for large integer multiplication
HanRuoTa---
- 可以用这个实现汉诺塔的基本算法,及核心代码,索然图形化的还没有实现-The basic algorithm of the Tower of Hanoi, and the core code can use this dull graphical yet to achieve
StringCalcGUI
- 比较简单的一个java写的表达式计算器。核心算法为经典的中缀转逆波兰算法。用了正则表达式进行合法性检查。新人刚学java,写的不好的地方请指正,谢谢!-Relatively simple to write a java expression evaluator. The core algorithm classic infix turn Reverse Polish algorithm. Use regular expressions to check the legality. Newcome
Routing-Algorithm
- 多线程实现路由算法。算法核心是Dijstra,通过UDP传输数据。-Multiple Threads achieve Routing Algorithm.
WuZiQi
- Java语言的五子棋代码,UI编程和核心算法编程-Backgammon Java language code, UI and core programming algorithm programming
Main
- 使用数据结构进行括号匹配算法。核心是数据结构的栈思想。这里使用了java语言进行编写,算法优化较好,使用方便。-ON划词翻译ON实时翻译 Using the data structure of the parenthesis matching algorithm. Is the core data structure of stack thought. Here the use of Java language, algorithm optimization is good, easy
javaKNN
- java KNN 算法源码: 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法可以说是整个数据挖掘分类技术中最简单的方法了。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用她最接近的k个邻居来代表。 kNN算法的核心思想是如果一个样本在特征空间中的k个最相似的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策
Bull_bull
- 这是我自己开发的斗牛游戏源码,纯手工敲打,这个实现了核心算法。-This is my own development of bullfighting game source code, hand beating, the realization of the core algorithm.
核心算法
- 核心算法,也即是判断两个方块是否可以消除(通路)。连连看的规则比较简单,能消掉的状况可以用枚举法,不外乎以下三种情况。也即是 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
Chapter 5 字符串 Strings
- 普林斯顿算法课string部分的核心算法(the key algorithms of String part in algorithm part 1 of princeton university)