搜索资源列表
java
- 创建一个point,用随机函数定义5对坐标(x,y)并储存在一个该类的数组中,安于原点的距离从远到近输出各点的坐标和原点的距离-Create a point, with random function definitions 5 on coordinates (x, y) and stored in a such an array, the distance from the origin of the content with far to nearly output of different
EightQueens.rar
- 一个用来研究八皇后问题的java小程序,采用递归算法遍历树来穷举所有符合要求的排列,存储后用图形界面表示出来。,Used to study a problem of the eight Queen of java applets, using recursive tree traversal algorithm to exhaustive array of all meet the requirements, storage, said later from a graphical interf
java
- 编写一个工具程序,能够查找比本数据类型数组中指定数据,并返回该数组的索引值-Procedures for the preparation of a tool that can find an array of data types than the specified data, and return to the array index value
N6Code.java
- 编写一个程序,输出一个整数数组中的最大和最小元素、平均值及所有元素的和-Write a program that outputs an integer array of the largest and smallest elements, and all the elements and the average
Fibonacci
- 计算输出Fibonacci前20序列。用数组编程 这是最基本的java编程代码 用于初学者-Calculation of the output the first 20 Fibonacci sequence. This is the basic programming with an array of java programming code for beginners
array-sort
- 用java语言编写的数组排序算法,有多种实现方法-Using java language array sorting algorithms, there are several ways to achieve
hello-jni
- java和c/c++相互调用实例,包括静态和动态生成c/c++源码,和c/c++数组,线程,对象的使用。-Java and c/c++ call each other examples, including static and dynamic generation of c/c++ source code, and the c/c++ array, the thread, the use of objects.
suzu
- 这是关于java中数组的相关代码源文件,大家可以试着下载下来学习或查阅-This is about an array of relevant code java source files, you can try to download or access to learning
java
- java语言 最小二乘法 根据坐标数组拟合曲线-java language least squares fit curve based on the coordinates of the array
imblementation
- java实现数组链接相加,对数组的应用,很好的程序,领导初学者入门-Java implementation array link addition, the application of array, very good program, leadership beginners get started
neijan-V0.1
- Conducted through virtual array DOA estimation, Has been successful debugging. M contains files can be directly run, The performance of the program has reached a high level.
arr
- 简单的java数组倒序输出和数组相乘的例子,当作练练手的简单小练习(Simple java array reverse output examples)
Bubble_sort
- Java数组冒泡排序,eclipse的工程文件(bubble sort of Java array)
Location
- 在一个数组中找出最大值与最小值,并打印其位置。(Find the maximum and minimum values in an array and print its position.)
数组初始化
- 通过对一维或者多维数组的静态分析,对其进行初始化(Initialization of a one-dimensional or multidimensional array by static analysis)
数组的应用
- 数组问题,通过数组应用变量从而能来访问数组对象(Accessing array objects through array variables)
1
- biah is an java algorithm to find integer in array
匹配游戏算法
- 实现匹配游戏算法 在两个数组中,索引相同且该相同索引上的值也相同,用a表示。 在两个数组中,索引不同且该不同索引上的两个值相同,用b表示。 例: int[] arrOne = { 2, 1, 4, 5, 6 }; int[] arrTwo = { 2, 4, 7, 1, 6 }; 以上数组中有2个a, 2个b(JAVA Matching game algorithm In the two array, the index is the same and the value on
