搜索资源列表
jfcountv1.0
- 【首语】 非常感谢你能够对季风流量统计系统感兴趣。不管你是JAVA的初学者、还是JAVA的高手,对我敢肯定的对你说,中国JAVA技术的方发展,甚至我们中国软件业的发展,就是靠我们这些对软件开发感兴趣的人。 【说明】 本系统源代码是完全公开,绝无保留,无需注册,完全免费。各位大虾们也可对源代码时行自由修改和优化,尽量能够推出更好的版本,为广大网友免费下载。本系统使用潇湘多用户统计系统(asp版)的图片,我在此感谢网上给论坛免费提供图标,源码的技术人员,谢谢你们。 【功能】
2006HANNOI
- HANNOI-塔 3.4.1. 运行效果与程序发布 3.4.2. 主类 Tower 3.4.3. Hannoi-塔 HannoiTower 3.4.4. 塔点 TowerPoint 3.4.5. 盘子 Disk -HANNOI-tower 3.4.1. Operation and Release 3.4.2. Main categories Tower 3.4.3. Hannoi-tower HannoiTower 3.4.4. Tap point TowerPo int
horrorshow
- horrorshow.zipic class BitwiseDemo { static final int VISIBLE = 1 static final int DRAGGABLE = 2 static final int SELECTABLE = 4 static final int EDITABLE = 8 public static void main(String[] args) { int flags = 0
snake
- 贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为false, * 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每 * 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。 *2)重要函数: * changeDirection(int newDirection) ,用来改变蛇前进的方向,而且只是 * 保存头部的前进方向,因为其他的前进方向已经用位置来指明了。 其
bao
- (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int
Guess Number 猜数字游戏JAVA源代码
- 猜数字游戏1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储)例如:3 6 4 4System.out.println((int)(Math.random(0*4)))2. 然后要求用户循环猜这4个数子,在用户每猜一次之后,提示用户有几个数字的位置正确了。 例如:用户输入3 7 2 4 (3和4的位置正确了),则提示用户有2个数字正确。3. 使用LinkedList存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
1
- 多用户统计系统,防止刷新,速度快,适用广泛 2:综合统计,最近访问,地区分析,地址分析,屏幕大小,来访页面,访问次数,操作系统,当前在线,IP地址,浏览器,年报表,月报表,周报表,历史报表,日报表等 3:可以精确的跟踪统计每一位来访者的IP与在线时间-同一IP在线每隔5分钟才能增加一个计数(你也可以修改时间,在stat.jsp页你把ExTime改为你想要的时间,即 int ExTime=5 )。 4:提供详细IP数据包,让你清楚的知道来访者是来是何方 用户名:admi
jflltjxt
- 简介: 功能介绍: 1:多用户统计系统,防止刷新,速度快,适用广泛 2:综合统计,最近访问,地区分析,地址分析,屏幕大小,来访页面,访问次数, 操作系统,当前在线,IP地址,浏览器,年报表,月报表,周报表,历史报表,日报 表等 3:可以精确的跟踪统计每一位来访者的IP与在线时间-同一IP在线每隔5分钟 才能增加一个计数(你也可以修改时间,在stat.jsp页你把ExTime改为你想要 的时间,即 int ExTime=5;)。 4:提供详细IP数据包,让你清楚的知道来访者是来是何方 用户名:ad
testsession
- 实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2,利用javabean封装。比较适合jsp初学者。 3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。 数据库建立 create database shop_db go use shop_db go create table t_sp ( s_id int identity(1,1) primary key, s_name v
BarCodeReader
- 同java写的一个jar文件,可以读取2到5间隔的条形码,在这个方面还是空白-I looked for a Java Component to read a Interleaved 2 of 5 barcode and didn t find. So I did it. Eu procurei por um componente Java para a leitura de códigos de barra 2 int 5 e nã o encontrei. Entã o eu
348461816854
- public class month1{ public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31-public class month1 (public static void main (String [] args) (int
GeneratePossionDistribution_codes
- Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
Bracket
- Calculates if the brackets in a sentence are correctly close. Input consists, one per line, sentences with brackets, and output say YES if its correctly close, or NO int if its not saying where is the error. Input: ()[]<>(**) (*)
Java_utilities
- 3 Useful utilities for any Java Programmer: 1. Random Number Generator Method - can generate random numbers in any interval even negative numbers. Changing (int) to (float) will give you float randoms. 2. isNarcissistic - Checks if a number is na
SSH2_BY_annotations
- SSH2工程模板 struts2.1.8 + Spring2.5+ Hibernate3.2 Spring 用注解方式-antlr-2.7.6.jar asm-2.2.3.jar asm-commons-2.2.3.jar asm-util-2.2.3.jar c3p0-0.9.1.2.jar cglib-nodep-2.1_3.jar common-annotations.jar commons-collections.jar commons-dbc
EMPLOYEE
- 动1. 请构建一个名为Employee 的Class作为员工类,此类中包含:员工ID(int),姓名(String),性别(”F” or “M”), 年龄(int) 2. 创建至少20个Emplyee对象(ID不重复),存储在数组中; 3. 用户可以通过以下命令表达式在该数组中进行查询: -1. Please build a staff named Employee of the Class as a class, these include: Staff ID (int), nam
JAVA-experiment-2
- 1、掌握数组的定义、初始化与使用。初始化5X5的二维int类型数组,并将其转置(转置后数组的第i行,第j列的元素应该和原数组的第j行第i列的内容相同)-A grasp of the array definition, initialization and use. Array initialization 5X5 two-dimensional type int, and array transpose (transpose the i th row, j-th column element s
2
- 编写一个类Stack(文件名为Stack.java),实现简单的栈(FILO)操作。 (1)成员函数有: void put(int item) int get() boolean isEmpty() boolean isFull() (2)数据成员: 一个指出栈顶的指针top,及其他所需成员自定。 (3)同时写出测试程序TestStack.java,测试该类。-编写一个类Stack(文件名为Stack.java),实现简单的栈(FILO
Date
- 一个日期类 Date,其功能包括: (1)能够以不同的格式输出日期,如: MM/DD/YYYY (String, String, String) June 14, 2014 (String, int, int) 2015 年 3 月6 日 (int, int, int) (2)定义三个重载的构造函数,在创建 Date 对象时,可用以上三种格式来进行初始化。 -A date class Date, which include: (1) can be in different formats
lab1(2)
- The main job of the scanner is to identify and return the next token. The value to be returned includes: the token "name" (e.g., INTLITERAL). Token names are defined in the file sym.java the line number in the input file on which the toke