资源列表
8982628
- JAVA教学用代码,JAVA电子计算器代码,适合初学者()
62936723
- 用JAVA实现的一个模拟tlenet的客户端 很实用的()
4个4位二进制数排序
- 给定4个输入:i1,i2,i3,i4,均为4位二进制无符号数。 你需要对它们进行排序并输出排序后的结果,即保证四个输出的关系为o1 >= o2 >= o3 >= o4。 例如:i1 = 1, i2 = 2, i3 = 4, i4 = 5,则:o1 = 5, o2 = 4, o3 = 2, o4 = 1。
readAllLines
- A small code for read all the lines a file at once-A small code for read all the lines a file at once
rrtiodecimalboundary
- 第一章前言1 第二章系统设计要求2 2,1商业银行信贷系统现状2,-The first chapter introduction chapter 1 second system design requirements status 2 2 2, 1 commercial bank credit system,
ajaxChat
- 用ajax技术实现的简单的j2ee聊天室-Using ajax technology to achieve simple j2ee Chat Room
ChessWZQ
- Java五子棋关键算法,学习算法对于开发程序是很重要的。-Java Gobang key algorithms, learning algorithms for the development process is very important.
html仿苹果导航栏
- 仿苹果官网导航栏虽然是旧版但可借鉴宝贵之处 个人感觉不错
ajax-SelectName
- 注册时动态检测用户名的有效性,错误时不能提交数据-Registered user names dynamically detect the validity of error can not submit data
User
- 一个通用的Ajax程序,可以检测登录用户是否存在,并可在此基础上进行功能拓展-A common Ajax applications can detect whether the logged-on user, and on this basis function expansion
System.Web.UI.WebParts
- To enable ajax features in web part controls in asp.net 2.0
SVM数据分类器
- 这是从官方网站上得到的数据,用来进行训练与测试。