搜索资源列表
图搜索策略
- 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
Java Patterns -Strategy
- 这是Java的模式编程,中重要的策略模式,策略模式降低了程序了耦合度,使得程序易于移植!-This is the Java programming model, an important model strategy, strategy reduces the coupling process, makes the program easy to transplant!
spider(java)
- 网页抓取器又叫网络机器人(Robot)、网络爬行者、网络蜘蛛。网络机器人(Web Robot),也称网络蜘蛛(Spider),漫游者(Wanderer)和爬虫(Crawler),是指某个能以人类无法达到的速度不断重复执行某项任务的自动程序。他们能自动漫游与Web站点,在Web上按某种策略自动进行远程数据的检索和获取,并产生本地索引,产生本地数据库,提供查询接口,共搜索引擎调用。-web crawling robots - known network (Robot), Web crawling,
netwar-source-0.5.0
- NetWar是一个实时策略游戏,类似于Command & Conquer, Starcraft, 和Total Annihilation。这个游戏只提供了多人模式,LAN上支持最多12人同时游戏。是用Java开发的。-NetWar is a real-time strategy game, similar to the Command
jawp-1.0_m02-src
- Java mulitplayer strategy game. Adaptation of KDE Galaxy Conquest. (rules are changed - but still they are very simple). Uses java swing client.-Java mulitplayer strategy game. Adaptati on of KDE Galaxy Conquest. (rules are changed - b ut still they
Java Applet与Java Servlet的安全通信策略与实现
- Java Applet与Java Servlet的安全通信策略与实现-Java Applet with the Java Servlet secure communications strategy and implementation
Strategy(Java)
- 很好的演示了利用策略模式绘制直方图和折线图
Java 设计模式实现代码工程
- 常见的设计模式具体代码实现,如,适配器模式、state ,strategy, builder ,composite ,singleton ,factory method, abstract method等等。十分具有指导意义,由本人亲自操作编写。
StrategyHaoc
- 用java语言实现策略模式 BubbleSort.java——冒泡排序算法 ChooseSort.java——选择排序算法 InsertSort.java——插入排序算法 MergeSort.java——合并排序算法 SortStrategy.java——排序算法的接口 Sort.java——排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java——显示界面排序-Using java language model
analyzeSQL
- 分析大型系统源代码中包含的SQL语句,解析这些SQL语句访问的数据表和条件表达式,连接数据库,探测对应的数据表包含的记录个数和参与条件过滤的字段的有效值个数,为数据表构建索引策略提供,并自动生成索引创建脚本。目前支持的开发语言有Java、C++、Delphi、Oracle(存储过程、触发器)。-Analysis of large system source code is included in SQL statements, explains these SQL statements to a
fate-0-1-3
- Massively Multiplayer Space Trading and Combat game. This is an online strategy game, not a 3D space sim. Incorporating ideas from games such as Stars!, SE3, MOO, Tradewars, MUD/MOOs, Dune II, SimCity.-Massively Multiplayer Space Trading and Combat g
CRM
- 客户关系管理,包括一套业务流程和支持系统,它支持企业策略表建立与特定客户长期的有利关系。CRM的主要目标是通过吸引新的客户、保持老客户、优化每个客户的业务共享米扩展业务。通过更好地理解个人需求和偏好。有利地增强客户价值交换,从而最终实现发展目标。对于一个CRM的套件来说,应该覆盖销售,市场营销,服务支持等与客户行为相关的方面。-Customer relationship management, including a set of business processes and support s
PersistencePaysoffsAdvancedMappingwithJPA
- JPA高级篇,2个子目录包含原文中相关章节所有源码,每个子目录包含一个build.xml文件,一个src目录包含源码和persistence.xml文件。-This code illustrates the second article about JPA. You will find 2 sub-directories that contain the code that changes throughout the article. In each sub-directory yo
java_evolutionary_algorithms
- 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
Risk_1.0.9.7
- a java version of the Risk strategy game thats a little like the turn based board game, but each player sets up there move first, and they all play out at the same time
java_game
- this the code of a business strategy game, the basic panel part it runs on using java netbeens -this is the code of a business strategy game, the basic panel part it runs on using java netbeens
Android_201010
- Andriod 应用框架原理,布局,分析,策略 移动开发很好的指导书-Andriod application framework principles, layout, analysis, strategy development of a good guide book mobile
Unix-Java
- unix成组链接策略的模拟实现 unix成组链接策略的模拟实现-unix simulation of a group linking strategy to achieve
BattleCity-jiewen_liu
- 《坦克大战》(Battle City)是1985年日本南梦宫Namco游戏公司在任天堂FC平台上,推出的一款多方位平面射击游戏。游戏以坦克战斗及保卫基地为主题,属于策略型联机类。同时也是FC平台上少有的内建关卡编辑器的几个游戏之一,玩家可自己创建独特的关卡,并通过获取一些道具使坦克和基地得到强化。-" Battle" (Battle City) is a 1985 Japanese game company Namco Namco Nintendo FC in the plat
Gobang-with-java
- 用Java写的五子棋游戏,采用贪心算法实现了人机对弈,特点是高效迅速。-Gobang written in Java, the game implements simple man-machine chessing function with greedy strategy, it is characterized by it s computing rapid and efficient.
