资源列表
ActionEventExample_1
- javaGUI编程 ActionEventExample_1 观感 容器 -java GUI
txt_file
- 一个简单的java读写txt文本。两个读取方法,两个写入方法.-Txt to read and write a simple java text. Two reading methods, the two write methods.
TestMouse
- 鼠标绘图程序举例,其中内容包括 1.添加画图面板 2.建立鼠标事件的监听器内部类 3.建立鼠标移动事件监听器内部类-Mouse drawing program example, which includes 1. Add drawing panel 2. To establish a mouse event listener within the class 3. Create mouse event listener within the class
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
MyConnection
- 通用数据库链接库 通用数据库链接库 通用数据库链接库 通用数据库链接库 -Universal Database Universal Database link library link library Link library Universal Database Universal Database Universal Database link library link library Link library Universal Database Universal Database Un
iecfg
- 在web页面自动运行把站点添加到安全站点(适用于ie6/7/8)-Automatically run in a web page to add the site to a secure site (for ie6/7/8)
shiyan
- 在main函数中调用函数fun(int[] a, int m),(其中m是在main中用键盘输入的小于100的整数),用fun 函数找出大于整数m,并且邻接m的5个素数,将这5个素数,用a数组接收,并在main中输出;(请根据题 目完成main和fun函数的编写)。int static fun(int[] a, int m)-In the main function calls the function fun, (int [] a, int m) (where m is a
RegexTest2
- 网页爬虫(蜘蛛) 简单的小例子,适合于初学者-Small example of simple web crawler (spider), suitable for beginners
Test31
- 编写线程,模拟上课情形,三个学生在课堂上睡觉,三个学生分别打算睡10分钟,20分钟,30分钟,当老师准备上课时,老师叫醒了第一个和第二个同学,第一个同学醒后叫醒第三个同学-Writing thread, simulated class situation, three students to sleep in class, three students were going to sleep 10 minutes, 20 minutes, 30 minutes, when the teacher
Send-Mail-with-API-JAVAmail
- send mail with api java mail
reduce_action
- Simple constructor Source Code for Andriod.
RegionIteratorTest
- RegionIteratorTest extends AndroidTestCase.