资源列表
validate.core.php
- 服务器端数据验证类 PHP版本 -Server-side data validation class PHP version. . . . . . .
temp
- Sample code demonstrated ifr a me that change its size when its content change
Calculator-1
- 计算器的标准界面及功能,包括加,减,乘,除。调用JAVA swing库-the standard interface and function of a calculator,including plus ,minus,multiply,divide,and using the swing lib.
MyEclipseGen
- 压缩文件里为myeclipes注册机,解压后,编译之后运行即可。-myeclipes RI
Java--particle-swarm-algorithm
- java程序实现基本粒子群算法,本程序适应于演化算法的初学者,简单易懂,清晰明了。-Java program to achieve the particle swarm algorithm。This procedure to adapt to evolutionary algorithms for beginners
image
- jsp代码,关于更新验证码,还可以,有空的可以看看哦-jsp code, update verification code, the time can look oh
java-Example6_7
- *例题6-6:复制一个文件,比较一下带缓冲区和不 *带缓冲区读写文件的效率有何区别。-example 6-6: copy of a file, compare with buffer and * band buffer read and write documents the efficiency difference between what.
PaintFlagsDrawFilterTest
- Paint Flags Draw Filter Test Source Code for Andriod.
LoginServlet
- How to implement a login servlet
shiyan4code
- 1、编写Student类,类体定义: 班级(banji)和姓名(sname)成员,私有的,字符类型; 构造函数; 取值函数,使得子类可以访问私有成员; 重定义Object父类的toString()方法,可以以“班级,姓名”的形式输出对象,并进行拼写检查 再编写一个RPG类,类体中包含 main方法,编写代码以测试Student类体的编写。 -1, the preparation of the Student class, the class body defin
MySQL
- java对MySQL数据库的操作,实现数据库的查询等功能。-java operation MySQL , query and other functions to achieve.
Solution17
- 剑指offer 面试题17:合并两个排序的链表 java代码