搜索资源列表
multisend
- 本地编写记录,可以实现多条记录同时上传.主要用JAVAscr ipt实现,字段也可以用数组定义.-prepare local records, can achieve a number of records while uploading. Main JAVAscr ipt realized, fields can also use the array definition.
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.
数组
- java数组应用与学习-application and learning
为堆栈数据的存取(使用数组
- 为堆栈数据的存取(使用数组-to stack data access (using arrays
找出一个二维数组的鞍点
- 找出一个二维数组的鞍点,即该位置上的元素在该行上最大、在该列上最小(也可能不存在鞍点)。,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.
222
- 名称:flash饼图投票系统单用户版多选2.0(flashballot2.0) 开发环境:editplus 2.11 Macromedia Flash MX 2004 运行环境:Microsoft IIS 4.0 或更高版本 简介: 本投票系统采用flash与asp结合技术,此投票系统是单用户版本。因采用了flash技术,所以界面更加美观,利用动画实现网页的动感。用户可随意把此投票系统放在网页的任何地方 主要功能: 1、可自选投票项目的个数。 2、内容中显示每个
as3AStar
- 使用 as3.0 做 A星自动寻路,输入地图数据,会自动进行数据结构的转换,操作地图单元如同数组一样简单-Use as3.0 automatically find its way to do A Star
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
junstor-memadmin-v1.0.5
- MemAdmin是一款可视化的Memcached管理与监控工具,基于PHP5 & JQuery开发,体积小,操作简单。 MemAdmin主要功能: 服务器参数监控:STATS、SETTINGS、ITEMS、SLABS、SIZES实时刷新 服务器性能监控:GET、DELETE、INCR、DECR、CAS等常用操作命中率实时监控 支持数据遍历,方便对存储内容进行监视 支持条件查询,筛选出满足条件的KEY或VALUE 数组、JSON等序列化字符反序列显示 兼容memc
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.)