搜索资源列表
03312008JAVA2
- 查询满足条件的数组问题,编写牛,希望大家关注。-meet the conditions for an array of issues, the preparation of cattle, we hope concern. Thank you
java03312008
- 使用数组存储一个英文句子\"java is an object oriented programming language\"显示该句子,并算出每个单词的平均字母数。-use of a storage array English phrases, "Java is an object oriented p rogramming language "revealed that the phrase, each word and calculated the average nu
cctttt
- 输入一组整数存放在数组中,比较并输出其中的最大值和最小值,再将数组元素从小到大排序并输出。-importation of a group integer stored in the array, the more output and the maximum and minimum. then array elements from small to large sequencing and output.
hm5
- 学生对象操作 输入8个学生给一个学生数组赋值,每个学生属性有:学号、姓名、性别、年龄、籍贯; (1)将学生按学号排序输出; (2)给所有学生年龄加1: (3)分别统计“男”、“女”生人数-students operation targeting the importation of eight students to an array of students assigned each student attributes are : Science, names, ge
hm6
- 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These include the shape of the area fo
app4
- 声明一个一维数组,其长度为5,利用循环对数组元素进行赋值,然后再利用另一个循环逆序输出数组元素的内容。程序代码如下:-statement a one-dimensional array with a length of 5, the use of cyclic An element of the assignment. then use the output of another cycle reversal of the contents of the array elements. Prog
javajdTwoDi
- 二维数组的鞍点实验,是一个试验的题目,包括源代码和项目分析。是初学者不可多的实例。-two-dimensional array of saddle point experiment is a test of topics, including the source code and project analysis. Beginners are not many examples.
test14
- java 随机数与多维数组应用~~~ ~~~~~`-java random and multi-dimensional arrays application ~~~~~~~~~~~`
数组
- java数组应用与学习-application and learning
找出一个二维数组的鞍点
- 找出一个二维数组的鞍点,即该位置上的元素在该行上最大、在该列上最小(也可能不存在鞍点)。,Two-dimensional array to find a saddle point, that is, the position of the elements in the bank' s largest and the smallest in the series (also saddle point may not exist).
arraysort
- 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法,-Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), insertion sorting method(insert
DataStrcturs
- 用java语言实现对有序数组的排序,以及添加、删除功能。-Using java language and orderly array of the sort, as well as add, delete function.
cifa(4.0)
- 用直接分析法编制类C语言子集的词法分析程序。在本词法分析程序模块中,主要分析自定义的类C语言的词法。自定义的语言主要包括数组定义、函数定义、结构体定义的语句,运算符号主要为特殊符号表里所定义的各类运算符。 设计要求简要讲解词法分析器的构造技术,设计此法分析器。词法分析程序的主要功能是读入源程序,输出单词符号。并提供出错处理。 -Prepared by direct analysis of a subset of C-language lexical analysis program.
Dictionary3.0
- 实现字典的插入词条和查询词条。可以进行词条的排序。内部采用数组结构存储-To achieve entry into the dictionary and the query terms. Entries can be sorted. Internal storage with array structure
ezmorph-1.0.6
- EZMorph是一个简单的java类库用于将一种对象转换成另外一种对象。EZMorph原先是Json-lib项目中的转换器。EZMorph支持原始数据类型(Primitive),对象(Object),多维护数组转换与DynaBeans的转换。兼容JDK1.3.1,整个类库大小只有76K左右。-EZMorph is a simple java class library is used to convert an object into another object. EZMorph origin
Test10
- JAVA对数组内容的删除 开源 注释已经标明 可以自行修改(JAVA deletion of the contents of the array, open source notes have been marked, you can modify yourself)
java_code
- 构造数组的最大MaxTree 时间复杂度O(N) 额外空间复杂度O(N)(* establish the tree with the following principles: * 1. the father of each number is the first larger number on its left and the smaller one on its right, the first one larger than it * 2. if a number is infin
JS数组
- 更好的理解js中的数组知识以便更加灵活的在开发工作中运用,同时也是面试的必考点(A better understanding of array knowledge in JS, in order to be more flexible in the development of the use of the work, but also the interview must test points)
Hecha
- 通过初始化或者用户输入两个数组a和b,求两个数组的和差并输出,所谓和差就是去掉两个数组中相同的元素 然后将两个数组中的元素存放在一个新的数组中,且数组A中元素要在B数组元素之前(Through the initialization or user input two arrays a and B, for the two array and difference and output, and the difference is called to remove the same two ele
用数组存储对象
- 用数组存储对象,有两个类,学生班级类和学生类,班级类用来存储学生,学生类用来存储学生信息。(With an array of objects, there are two classes, students class and student class, class classes used to store students, and student classes are used to store student information.)