资源列表
Jdbc
- 一段Jdbc连Oracle的程序,并实现数据查询-For some the Jdbc even Oracle s procedures, and data query
ConnectionDB---LYG
- 作者:刘亚歌 这是完整的JDBC连接数据源的源码,下载可以直接使用-Liu Ya Song: This is the complete source code of the JDBC connection data source, the download can be used directly
TicketThread
- 关于java多线程的一个火车购票的小程序,对于刚刚接触的java多线程的有更好的理解-this is a programm about Thread of buying ticket
InterruptTest2
- //4、针对 interrupt 设计的作业。 //要求: //(1)创建一个线程,让这个线程不断的打印一个字符串(每隔0.5秒打印一个字符串) //(2)当线程启动 2秒后,调用线程的 interrupt 方法时,让线程不再打印字符串,并退出线程 //(用 isInterrupted() 方法来判断是否调用了 interrupt 方法,来控制线程的退出)-//4, the design for the interrupt job.// Requirements:// (1)
tt
- 循环接受用户从键盘输入的数值,将该数值除123的结果显示出来 用户输入的合法数据为-100至100之间的实数(除了“11”),如果输入以下不合法的数据时,请给出相应的用户提示并继续进行处理 当用户按数字键“11”时 当用户输入-100至100范围外的数值 当用户输入非数值的字符串时-Loop to accept user input from the keyboard value of the numerical results are displayed in add
Test_dastore
- Test_dastore extends Dx Test Case for Andriod.
GenericPdu
- Generic Pdu Source Code for Andriod.
exec
- Tests regular expressions exec compile.
regress-208496-002
- Testing |with (f)| inside the definition of |function f()|.
kmp
- java代码,KMP算法匹配,返回位移值,用户可自行改变原文本及想要匹配的文本-java code, KMP matching algorithm, the return displacement value, the user can change the original text of this and want to match their own
AddMatrices.java
- Add matrices java. the source code is written by me. and has no errors. feel free to share
statistics
- * 统计一个二维数组中元素的总数,不为0的元素的个数,以及元素为 * 5和1的元素的个数,并将元素为5和1的总个数占数组中元素总个数 * 的比率计算出来。-statistic