搜索资源列表
鞍点
- java编程,计算一个数组中的鞍点,这个也是作业-calculate an array of saddle point, the operation is
Javabianchengzhidao
- Java程序设计入门 第3章 第一个程序分析 第4章 Java编程结构 第5章 流程控制 第6章 对象、类、包 第7章 数组、字符串 第8章 继承 第9章 多态 第10章 接口与内部类 第11章 抽象 第14章 JDBC及其应用 第15章 数据结构 第16章 封 装 第17章 图形编程初步 第18章 事件模型与事件处理 第19章 SWING组件与布局管理器 第20章 综合实例与分析 附 录
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
student
- 编写一个学生类,包含属性有:学号、姓名、性别、年龄等。将5个学生对象存储在一个数组中,实现如下操作: (1)根据学号查询某个学生; (2)将所有学生的年龄增加一岁; (3)按数组中顺序显示所有学生信息; (4)将所有学生按照年龄由小到大排序输出。 -The preparation of a student category, including the attributes are: school number, name, gender, age a
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
comm
- 进行串口通讯,支持16进制字节数组的发送-Serial port communication, support for 16-hex-byte array to send
N6Code.java
- 编写一个程序,输出一个整数数组中的最大和最小元素、平均值及所有元素的和-Write a program that outputs an integer array of the largest and smallest elements, and all the elements and the average
array
- 0array source code in java :)
array-sort
- 用java语言编写的数组排序算法,有多种实现方法-Using java language array sorting algorithms, there are several ways to achieve
java
- java语言 最小二乘法 根据坐标数组拟合曲线-java language least squares fit curve based on the coordinates of the array
yrammar-array
- java学习备忘录 Java学习备忘录基础语法和数组,原创-Java learning Java memo memo basic grammar and array, original
FileIO
- JAVA reads and writes files into the byte array
pu626
- Contains a common array signal processing algorithm, Chaos-based simulated annealing algorithm, Spectral methods of computational fluid dynamics flow of some of the overall stability of the phenomenon.
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)
匹配游戏算法
- 实现匹配游戏算法 在两个数组中,索引相同且该相同索引上的值也相同,用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
