资源列表
book
- 类的定义,用与描述1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储) 例如:3 6 4 4 -Category is very good
R
- netkeeper for android phone java
1
- html中对联式悬浮框JS代码,简单方便,通过简单的修改就能使用-Couplet suspension frame
WriteAbortedExceptionTest
- Write Aborted Exception Test Source Code for Andriod.
SecurityPermissionTest
- Security Permission Test Source Code for Andriod.
ISO7816d4Padding
- A padder that adds the padding according to the scheme referenced in ISO 7814-4 - scheme 2 from ISO 9797-1. The first byte is 0x80, rest is 0x00.
const-eval-init
- Test the handling of initialization of deleted const variables for Java.
LexicographicalOrdering
- An ordering which sorts iterables by comparing corresponding elements pairwise.
Fibonacci-sequence
- 递归调用产生斐波那契数列和循环产生斐波那契数列的效率的比对,输入要产生的斐波那契数列的位数-Recursive call produces Fibonacci sequence and cycling Fibonacci series comparing the efficiency of input to generate Fibonacci sequence of digits
天堂1配合内挂回城切换路径
- 天堂1配合内挂回城切换路径脚本源码,按键精灵导入直接使用,后台操作
实现生产者和消费者问题
- 实现生产者和消费者问题。输入:由英文字母和数字组成的不定长度字符串数组,例如{“abc”,”23d”,”1a”}。每隔100毫秒,生产者线程读入数据,放入生产者公用的仓库;消费者从仓库中取出字符串,进行倒置,-Producers and consumers realize the problem. Input: letters and numbers from the adventitious length of the string array, for example, {" ab
ou
- 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。分别用C++和JAVA实现。-Euclidean algorithm, also known as division algorithm, used to calculate the two integers a, b the common denominator. Separately using C++ and JAVA implementation.