资源列表
jiujiuchengfabiao
- 九九乘法表的应用,及其在Java上的实现!-Multiplication table of the application, and its Java implementation on!
xianxin
- 给定线性序集中n个元素和一个整数k,1≤k≤n,要求找出这n个元素中第k小的元素-Concentration of a given linear order n elements and an integer k, 1 ≤ k ≤ n, n elements required to find that the first k elements of the small
CopyArray
- 将有10个元素的数组a1 拷贝至含有15个元素的数组b1的一段位置。-10 elements will be copied to the array a1 with b1 array of 15 elements of a position.
window
- window窗口的实现范例,confirm和propt的联合使用,根据条件弹出窗口说明文字
JdbcExceptions
- jdbc exception demo in running condition
SpringUtil
- Spring 实体类工具类,使用简单方面,欢迎大家提出批评指导的建议,-Spring Entity class tools, simple to use, welcome criticism guidance advice, thank you
FilterTask
- import com.vladium.emma.instr.FilterCfg.filterElement .
Magazine
- This the Magazine Code in java. Hopefully it will help you.-This is the Magazine Code in java. Hopefully it will help you.
SellBuy
- 生产者和消费者问题的求解过程 通过JAVA线程模拟生产和消费过程
cleanJspDoc
- Formatting JSP document file.
mc
- 野人与传教士 用回溯的方法解决n,k下的传教士野人问题。 输入为n和k, 输出是一个字符串的数组,表示渡河的过程,第i个元素表示第i步摆渡后的状态 第0个元素表示初始状态,如 "(3,3,1)" …………………… 最后一个元素表示最终状态,即 "(0,0,0)" 如果没有解,返回一个只有一个元素"no solution"的字符串数组-Savage and missionaries
BubbleSort
- BubbleSort algorithm example for beginners