CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - java Arr
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - java Arr - List
[
JSP/Java
]
arr
DL : 0
JAVA的基础程序,实现对简单数列的索引以及排序。
Date
: 2008-10-13
Size
: 1.9kb
User
:
123456
[
JSP/Java
]
arrow
DL : 0
画一个美观的箭头,有好多的可以学习的东西-A beautiful painting arrow can have a lot to learn
Date
: 2025-07-06
Size
: 1kb
User
:
wangle
[
JSP/Java
]
Java_Array
DL : 0
常用的数据结构--Java实现的源代码,主要是基于数组的查找算法实现。-Commonly used data structure- Java source code to achieve is mainly based on the realization of an array of search algorithm.
Date
: 2025-07-06
Size
: 13kb
User
:
shengang
[
JSP/Java
]
arr
DL : 0
JAVA的基础程序,实现对简单数列的索引以及排序。-JAVA the basis of the procedures to realize a simple count of the index and sort out.
Date
: 2025-07-06
Size
: 2kb
User
:
123456
[
JSP/Java
]
SCMSMY
DL : 0
java库存程序 1.显示命令执行菜单 2.显示制造商名称 3.显示可以得到的存货量 4.至少五个产品 -CP2004:03 Object-Oriented Programming with Java Marking Criteria Sheets CPC 2James Cook University 3 demonstrate your continuous effort during the weeks leading to the submission. It is not sufficient to make a single import of your final version. [- 3] Learning Achievement 6.1, 2.4, 3.4 Programming style as per http://java.sun.com/docs/codeconv/ , see example http://java.sun.com/docs/codeconv/html/CodeConventions.doc10.html#182 . Three or more java source files will be inspected at random [-1 marks for each violation of the following rules]: 1. Class names: SomeClass variables: classVar1 2. No magic numbers. All constants are final, e.g. final SIZE = 10 (not arr[10]) 3. all class variables/attributes are private 4. space after java keywords since keywords are not functions, e.g. if (…) [not if(…)]. No spaces after method names 5. if statements always use braces {}, see http://java.sun.com/docs/codeconv/html/CodeConventions.doc6.html#449
Date
: 2025-07-06
Size
: 5kb
User
:
李南
[
JSP/Java
]
Demo
DL : 0
现在初学JAVA的同学。。。。。。我特地写了一个输入三个数字,然后按升序排列显示的小程序。值得初学者借鉴。- public static void main(String[] args) throws Exception { int[] arr = new int[3] for (int i = 0 i < arr.length i++) { Scanner input = new Scanner(System.in) System.out.print("请输入第"+ (i+ 1)+ "个数:") arr[i] = input.nextInt() } selectSort(arr) printArray(arr) } private static void printArray(int[] arr) { System.out.print("[") for (int i=0 i<arr.length i++) { if (i!=arr.length-1) System.out.print(arr[i]+" ") else System.out.println(arr[i]+"]") } }
Date
: 2025-07-06
Size
: 1kb
User
:
liujia
[
Documents
]
arr-006
DL : 0
这是一款java视频播放器 具有可以播放java视频的源码-This is a java video player can play java video source
Date
: 2025-07-06
Size
: 1kb
User
:
黄建
[
Software Engineering
]
222
DL : 0
编写java程序,要求:实现数组arr中索引位置是2 的元素替换为“bb”,并将替换前数组中的元素和替换后数组中的元素全部输出。-Write a Java program, requirements: realize index position is 2 element in the array arr is replaced by "bb", and will replace the former and replace all of the elements in an array of the elements in an array output.
Date
: 2025-07-06
Size
: 3kb
User
:
沈广洋
[
Software Engineering
]
java
DL : 0
arrays.sort(arr) //java 中已经定义好的一种排序方式。在开发中,对数组排序,要使用这个语句
Date
: 2025-07-06
Size
: 110kb
User
:
小宁
[
JSP/Java
]
arr
DL : 0
1.给出5个人的工资,如果某个人的工资小于3000,给与1000奖金后,输出最后的结果 arry7.java给出5个人的年龄,将小于18岁的从数据库中清除-1. given 5 individual wages, if a person' s salary is less than 3000, and 1000 to give bonuses, output the final result arry7.java given 5 individual' s age, will be less than 18 years removed the
Date
: 2025-07-06
Size
: 1kb
User
:
刘永芳
[
Other
]
arr
DL : 0
简单的java数组倒序输出和数组相乘的例子,当作练练手的简单小练习(Simple java array reverse output examples)
Date
: 2025-07-06
Size
: 2kb
User
:
雪月花
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.