搜索资源列表
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
DLogicalClocks
- Distributed Logical clocks. Code will spawn n (distributed) processes Pi, 0 ≤ i < n, each one looping forever. Each loop iteration is a loop interval and its duration can be set to 1 second. In every loop interval Pi does the following:
code
- 大道PHP:大道PHP LAMP+Zend+开源框架整合开发与实战书籍对应的源代码-the sourcecode of the book <<da dao PHP>>
java-Generic-tools
- 包含获得各种集合对象的常用方法的泛型工具类。如果要获得一个 {@code Map<String, String>} 的对象,可以通过下面的方式实现: * {@literal Map<String, String> map = GenericUtils.getMap() }。但是不能直接作为参数使用,例如有这样一个方法: * {@literal setInfo(Map<String, String>)},不能直接这样调用:<s> * &l
Raptor-Code
- Code Raptor with concatenation of LT encoder and LDPC encoder in RFC5053 in java
AbsoluteSizeSpan
- Set the text size to <code>size</code> physical pixels Source Code for Java scr ipt.
AnnotationTypeFilter
- This <code>AnnotationVisitor</code> delegates its visits to another given AnnotationVisitor for Andriod.
AttributeVisitor
- This interface specifies the methods for a visitor of <code>Attribute</code> objects.
EllipticCurveTest
- Tests <code>EllipticCurve</code> class fields and methods for Andriod.
EnabledActivity
- Tests <code>AuthPermission</code> class constructors and methods for Andriod.
HandshakeCompletedEventTest
- Tests for <code>HandshakeCompletedEvent</code> class constructors and methods for Andriod.
SSLPermissionTest
- Tests for <code>SSLPermission</code> class constructors.
BadPaddingExceptionTest
- Tests for <code>BadPaddingException</code> class constructors and methods.
ResponseCodes
- The <code>ResponseCodes</code> class contains the list of valid response codes a server may send to a client.
OldPKIXParametersTest
- Tests for <code>PKIXParameters</code> fields and methods.
DestroyFailedExceptionTest
- Tests for <code>DestroyFailedException</code> class constructors and methods.
ListPreference
- A type of <code>CameraPreference</code> whose number of possible values is limited.
LDAPCertStoreParametersTest
- Tests for <code>java.security.cert.LDAPCertStoreParameters</code> fields and methods.
SimpleTempStorage
- Creates a new <code>SimpleTempStorageManager</code> instance for Andriod.
TextBody
- Encapsulates the contents of a <code>text/</code> entity body.