搜索资源列表
CG
- 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:
chess
- 本程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail-
CodeCounter
- java代码统计器,设置你的workspace,即可统计你的所有代码,写了两个版本,一个多线程,一个迭代实现,最后却发现迭代的速度快得多,因此保留了迭代的版本。 此程序仅供娱乐,因为代码量不能说明任何问题-java code for statistical device, set up your workspace, you can statistics all your code, written in two versions, a multi-thread, an iterative
DM-3
- JAVA设计模式之行为型模式的源码,已经做好分类,以形象的例子来描述创建型模式的11大分类。有模板方法、观察者、状态、策略、职责、命令、访问者、调停者、备忘录、迭代器、解释器模式-JAVA Design Pattern of behavior-based model of source, is well classified, in order to create the image of an example to describe the schema of the 11 major cat
Iterator
- Iterator即迭代器的运用,如何遍历其中的内容,怎样运用迭代器-application of Iterator
Design_-pattern
- 在java学习过程中所编的一些简单设计模式的例子 有观察者,单例,原型,装饰者,迭代器,适配器,备忘录,状态,抽象工厂,桥接等模式-In the process of learning java, compiled by some simple examples of the observer design pattern, singleton, prototype, decorators, iterators, adapters, memos, status, Abstract Facto
test
- 实现我想marry求婚的过程 用迭代器实现marry的各种要求 输出整个求婚的过程-I want to marry propose to achieve the process of using iterators implement marry marry the various requirements of the entire output of the process
iterator
- 迭代器模式源代码,同过此代码的学习,你就能体会到了javaapiiterator的设计了-Iterator model source code, the same over the study of this code, you will be able to appreciate the design of the javaapiiterator
designmode
- 创建者模式,工厂模式,工厂方法模式,迭代器模式,模板设计模式-Creator mode, factory mode, factory method pattern, iterator pattern, the template design pattern
Design-mode
- 软件架构作业参考:要求:请用观察者模式、适配器模式和迭代器三种模式,来实现第三个(下排一个)帧(Frame)的状态变更导致第一个和第二个帧的状态的同步变更。-Software Architecture Job Reference: Requirements: with observer mode, the adapter mode and iterators three modes to achieve the state of the third (bottom row) frame (Fra
iterator
- 设计模式 iterator,java容器iterator迭代器的实现源码-The design patterns iterator java container iterator iterator achieve source
platform
- 运用MyIbatis+Spring2.0+struts2+jsp+MySQL5.0 和Javascr ipt、Ajax技术独立开发和迭代,完成CMS系统,包括专题模块、跑马灯编辑、热词推荐、公告管理、快速反馈、视频管理、渠道管理七个模块(其中包括事物配置,验证码实现,拦截器配置,登录,登出,注册模块实现等等),设计CMS与Android前端通讯的接口,设计数据库表结构,设计系统结构,完成编码,测试,上线等一系列过程。在本系统开发中用 PowerDesigner12进行数据库建模,Rational
IteratorDemo
- 这是一个最简单的使用迭代器的java文件,它很简单地像初学者们展示了迭代器的使用-This is one of the easiest to use iterator java file, it is simply like a beginner who demonstrated the use of iterators
javaexercise
- java 从零开始基础语言开发及小练习,其中10—之后是对于迭代器,集合等的小练习,十分有用而基础-java Set up from 0 to full. We can use these cases to study the base of the java develepment.
iteratorTag
- 在jsp中添加自定义标签,带标签体的标签-迭代器标签-use custom tag in jsp
pattern
- 23种设计模式Java源码,包括创建型模式,共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式。 行为型模式,共十一种:策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令模式、备忘录模式、状态模式、访问者模式、中介者模式、解释器模式。-23 kinds of design patterns
code
- 集合框架以及迭代器的具体使用方法和相关用法-Collections framework and the concrete use of the iterator method and the relevant usage
kanchong
- 去除句子中重复单词(勘重,MAP,SET,迭代器的使用)-ready to work
Kyle Simpson You Dont Know JS ES6 & Beyond
- 有了这本书,你会: 学习新的语法,简化编程常用成语的痛点 用迭代器、生成器、模块和类组织代码 承诺结合发电机表示异步流控制 使用集合以结构化方式更有效地处理数据 利用新的API助手,包括数组、对象、数学、数字和字符串 通过元编程扩展程序的功能(No matter how much experience you have with Javascr ipt, odds are you dont fully understand the language. As part of the Y
网上书城struts实现
- 从数据库取出数据放入list集合,然后在jsp用迭代器输出el表达式的使用