资源列表
CopyArray
- 数组及接口import java.util.Arrays public class CopyArray { public static void main (String args[ ]) { int [] a {1,2,3,4,500,600,700,800} int [] b,c,d System.out.println(Arrays.toString(a)) b Arrays.copyOf(a,a.length) System.out.pr
Calender
- java实现输入特定日期然后求得日历星期几-Java implementation enter a specific date and then get the calendar week
yaopin
- 开发药品招投标平台,有招标单位和投标单位两种用户,主要实现招投标信息的管理-Development of drug bidding platform, there are tendering units and tender units of two users, the main information to achieve the bidding management
TestOverload
- 自己编写的OVERload,新手编写程序-OVERload I have written, novice programming
ClonalSelectionAlgorithm
- 免疫克隆选择算法的源代码,java实现,帮助对算法的理解-the code of Clonal Selection Algorithm can help you understand the algorithm
server
- 简单的UDP服务器,可以在控制台显示,收到的消息,需要自己修改自己的主机IP地址-Simple UDP server can be displayed on the console, the received message, you need to edit your own host IP address
gora-sql-0.1.1-incubating-sources
- Gora是一个类似Hibernate的ORM框架,但是不只是支持关系数据库,更重要支持NoSQL之类大数据的存储。最新的Gora并不支持Mysql,本包是Gora支持Mysql的最新版本,需要的童鞋可以下载使用。-Gora is a similar Hibernate ORM framework, but not only support relational s, NoSQL storage is more important to support such a large data. Mys
jihelei
- 集合类,软件工程专业java上机时的一次上机实验报告,需要的人可以拿出-Java collection classes, the software engineering machine on a computer lab report, can take out to see those in need
yichangbuhuo
- 异常捕获,软件工程专业java上机时的一次上机实验报告,需要的人可以拿出-Capture software engineering Java machine, a computer lab report, can take out to see those in need
AccountActivate
- java通过邮箱验证来实现修改密码,发送邮箱连接-Java verify through the mailbox to achieve the change password, send mail connection
Conditionals-a-Loops
- 1、编写程序,实现WSAD”方向控制。功能描述:编写一个程序,当键盘输入为“WSAD”这四个按键中的其中一个(大小写皆可),输出相对应的方向。比如用户输入“W”,输出“左”。 2、编写程序,实现Hi‐Lo 猜猜游戏程序。实验描述:从1-1000 中随机选择一个数,反复让用户猜该数字是什么,直到用户猜对或用户退出为止。每猜一次告诉用户猜测的结果是对还是过大或是过小。使用一个标识值确定用户是否想退出。当用户猜对时报告其猜测的次数。每次游戏结束时询问用户是否想继续玩,直到用户选择结束。-1, t
java
- 学习简单的java项目-购物系统,可以让初学者,更好的学习-Learning a simple java project- shopping system, you can make a better learning for beginners
