搜索资源列表
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,
headfirst.java
- 关于常用的几个设计模式的java实现原代码(包括工厂模式,命令模式,观察者模式,策略模式,个体模式等)-on several commonly used design patterns to achieve the java source code (including factory pattern, order patterns, observer mode, strategy model, individual mode)
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
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
java
- 在设计中主要研究当前的软件产品一些不易盗版或破解的保护策略,分析各种保护手段的技术特点以及不足之处。最终实现一种基于系统硬件的软件序列号保护技术。在设计过程中主要完成如何使用软件的客户端获取识别机器标志的硬盘序列号。首先设计初始算法,将获取的硬盘序列号转化为机器码-Major research in the design of current software products pirated or cracked a number of difficult protection strateg
sellmanager
- 一个基于JAVA技术的销售信息管理系统,功能包括:客户信息管理模块、销售信息管理模块、售后服务信息管理模块、市场策略公告模块、统计报表管理模块,模块包括信息的添加、删除、修改等功能。-JAVA technology-based sales information management system, features include: customer information management module, sales information management module, afte
CRM
- 客户关系管理,包括一套业务流程和支持系统,它支持企业策略表建立与特定客户长期的有利关系。CRM的主要目标是通过吸引新的客户、保持老客户、优化每个客户的业务共享米扩展业务。通过更好地理解个人需求和偏好。有利地增强客户价值交换,从而最终实现发展目标。对于一个CRM的套件来说,应该覆盖销售,市场营销,服务支持等与客户行为相关的方面。-Customer relationship management, including a set of business processes and support s
DesignPattern_Strategy
- Java Design Pattern:Strategy 希望对大家有所帮助!-Java Design Pattern: Strategy hopes to help all of you!
Strategy
- 设计模式中的策略模式。源代码包括一测试例子。-Design Patterns in strategy mode. Source code, including one test example.
Efficient_Classloading_Strategies_for_Interprocedu
- java虚拟机的类装载器,介绍了动态装载的一种策略,这种技术用于过程间调用 -java virtual machine class loader, introduction of a dynamic loading strategy, which calls for inter-process java virtual machine class loader, introduction of a dynamic loading strategy, which calls for inter-p
Shop_java
- 尽管电子零售业发展一路坎坷不平,如今几个主要的幸存者已经日益塑造了成熟的经营策略,经历了几年的实践和残酷竞争后,如今在电子商务领域中,正逐步形成一个信息时代的在线购物模式。一场悄无声息的革命正在改变数百万消费者的购物方式。-Although the electronic retailing development along the bumpy, now several major survivors have shaped increasingly mature business strate
TankWar166.23
- 图片版坦克大战,初步实现了工厂模式,调停者模式,责任链模式,策略模式-The rudimentary pictured TankWar implements the patterns of factory, Mediating, Responsibility-chain, strategy, but the only start.Later will come the final Tank.
day08
- 即时战略游戏的雏形,战争类下定义的一些方法。-The embryonic form of real-time strategy game, war of some type of method definition.
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
ShortestPathDP
- 算法设计,用Java语言编写的的源码,交通控制中驾驶员的驾驶策略-Algorithm design, using the source code written in Java language, traffic control in the driver' s driving strategy
Strategy
- 用java语言实现策略模式,本次就以一个示意性的实现讲解策略模式实例的结构。(Using the Java language to implement the policy pattern, this will explain the structure of the policy schema instance with a schematic implementation.)