搜索资源列表
Calculator_simple
- 简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的TextField部件,再就是添加很多Button了;为了界面的美观,为Frame添加两个panel,一个布局用BorderLayout.NORTH,另一个用GridLayout分成均等的几行几列;窗口的整体布局就基本成形了。剩下的为Button添加事件及响应事件的结果,编写程序实现。-simple calculators do not ne
jgap_3.0_full
- JGAP(发音\"jay-gap\")是一款用Java编写的遗传算法包。提供了基本的遗传算法.你可以使用它来解决一些适用于遗传算法解决的问题. -JGAP (pronounced "jay-gap") is one prepared with Java packages of genetic algorithm. Provides the basic genetic algorithm. You can use it to solve some of the geneti
Otsu_Thresholding
- 基本otsu算法的java代码实现,较为简单,先已有很多对otsu算法的改进
irm
- 远程接口机的一个实现,可以用于北向互通,包含基本的加密,可以扩展加密算法
Dijkstra算法是寻找图中最短路径的基本算法
- Dijkstra算法是寻找图中最短路径的基本算法,这里是用java实现-Dijkstra s algorithm is to find the shortest path graph of the basic algorithm, to achieve here is to use java
ant_code
- JAVA实现的基本蚁群算法源程序,可以选择地图,可以设置一些参数,有图形输出-JAVA realization of the basic ant colony algorithm source code, you can choose the map, you can set some parameters, there are graphics output
algorithm
- 自己写的用java实现一些基本的算法!~~ ~·-Java wrote it myself with some of the basic algorithm to achieve! ~ ~ ~
shudu
- 用java写的数独的算法程序,基本实现了,数独的计算-Using java to write the algorithm procedures Sudoku
Chess
- 实现基本的人机对弈 算法比较简单 有悔棋功能-The realization of basic human-computer games are relatively simple algorithm悔棋function
Java_sjjg
- java 数据结构的具体实现程序,包含基本的数据结构算法。-java data structures to achieve specific procedures, including basic data structure algorithms.
version1
- 编译原理 词法分析器 实验源代码 可识别java代码 基于书中最基本的算法-Principles of lexical analyzer test compile the source code can identify the java code in the book based on the most basic algorithm
GA_apply_inTest
- 这是我用遗传算法做的一套组卷系统,虽然功能比较硕,但是基本要求满足了-This is what I used to do a set of test paper genetic algorithm system, although the feature comparison Shuo, but the basic requirements to meet
t
- 数据库的记录算法,可变数组的声明,基本的查询语句-Database records algorithms, variable array declaration, the basic query
jbyqsftsp
- 基本蚁群算法程序:讲的是蚂蚁利用自己的记忆和更新机制并利用移动规则从而对线路进行优化并找到最优路线-Basic ant colony algorithm program: tell the ants use their own memory and update mechanism and use Rules to move on line and find the best route to optimize
htmlparse
- 网页去标签算法,可以去除基本的常见的网页标签 从而达到正文提取-htmlparse (delete the tag of the html page)
LLK
- LGame引擎连连看,最简单连连看游戏的简单例子,里面包含基本的算法,和简单的对话框开发。-LGame Lianliankan engine, the simplest example of Lianliankan simple game, which contains the basic algorithm, and simple dialog development.
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
cacultor
- 计算器基本的功能应该都是能够实现的 可能是自己写的 算法比较麻烦吧-The basic function calculator should all be able to achieve
suanfa
- 算法总结,基本的算法设计分析,还是不错的,我也找了很久的了-failed to translate
MATLAB
- Kalman滤波算法在Matlab中的仿真,主要是针对基本的算法-Kalman filter algorithm simulation in Matlab, basic algorithm