搜索资源列表
MaxSubSum
- 最大子段和,实现了四种方法来求最大字段和
hash
- 这是一个URL检索的算法,其中有天网的Hfip散列,ELFhash、hf、Hashcode四种散列方法可供调用,主程序为Stringhash.java。
ASP文档
- asp ASP导出Excel数据的四种方法
arraysort
- 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法,-Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), insertion sorting method(insert
2
- JAVA的声音处理 处理方案一 JAVA2开始,爪哇语言能够支持上述四种声音格式。简单的方法为在java中通过Applet类的AudioClip()接口来装载声音。-JAVA program voice processing to deal with the beginning of a JAVA2 Java language to support the above-mentioned four types of sound formats. The simplest wa
AJAX-four-methords
- 在ASP、net平台下,对AJAX技术的四种方法进行了比较,方法很值得借鉴-In ASP, net platform, on AJAX technology, four methods were compared, methods are worth learning
ASP_to_export_Excel_data_four_methods_of_classical
- ASP导出Excel数据的四种方法经典资料ASP to export Excel data, four methods of classical information-ASP to export Excel data, four methods of classical information
Fibonacci
- 用四种方法实现Fibonacci数列,包括递归、迭代、矩阵方式和公式方式-Four methods used to achieve Fibonacci series, including the recursive, iterative, matrix methods and formulas way
test
- java两种方法编写倒置的三角形,输出第一行7个,第二行5,第三行3个,第四行1个-two ways to write java inverted triangle, the first line of the output 7, the second line 5, the third line 3, the fourth line 1
wangjiansenjiaocai
- Java平台的划分 要彻底了解Java 2 Micro Edition,我们必须先对Java 2 Micro Edition在整个Java技术之中的定位做个了解。 一般我们在撰写C程序的时候,会使用C标准程序库;使用C++撰写程序的时候,会使用C++标准程序库;而使用Java撰写程序的时候,则使用Sun所提供的Java标准类库。之所以叫做类库,是因为各式各样的方法(method,也可以叫做“函数”)被有系统地放在类之中,而这些类又被分门别类地归属在不同的包(package)之下,相较起来
Dom_Parse02
- 本源码完成的是对xml文件的解析,包括四种解析方法:dom,sax,jdom,dom4j!-The complete source code is parsing the xml file, including four analytical methods: dom, sax, jdom, dom4j!
connecte-database
- 用java实现与数据库的连接..例如怎么用java将数据库表内的数据显示在java的表单属性内并实现对数据库的增,删,改,查.四种方法-Using java to achieve connection to the database using java .. for example how the data within the database table displayed in the form of java properties and to achieve within the d
tas
- java怎么实现对数据库的增,删,改,查.四种方法??高手的来!!!最好能带注释的!-java how to achieve the growth of the database, delete, change, check. four methods?? master to!!! best annotated!
javareadxmfile
- java读取xml文件的四种方法 第一种 DOM 实现方法 第二种,DOM4J实现方法 第三种 JDOM实现方法 第四种SAX实现方法-four methods of java read xml file
aspToExcel
- 用ASP将数据读数导出EXCEL文件的四种方法,asp基础教程,asp学习资料-Data readings are four ways to export the EXCEL file using ASP, asp Essentials, asp learning materials
java
- 用java实现与数据库的连接..例如``有一张数据库的表``里面有几条数据``用java将数据库表内的数据显示在java的表单属性内,java怎么实现对数据库的增,删,改,查.四种方法,带注释的! -import java.sql.* public class ODBCTest { public static void main(String[] args) { Connection con = null try {
shuzupaixu
- 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法 -Array sorting algorithm, four sorting methods of this program header file that contains: bubble sort method (bubble), insertion so
帧间差分+码书+MOG+贝叶斯
- 用四种方法进行背景建模运动检测,是基于c++的哦,别下错了,
Android-4-of-Click-event
- Android开发中,常用的点击事件的四种写法:1、采用在Activity中创建一个内部类定义点击事件;2、采用匿名内部类定义点击事件;3、Activity自己实现OnClickListener接口,实现onClick方法;4、在xml文件中创建Button view时,为它添加Onclick参数- Android development, four written commonly Click event: 1, create an inner class defined in the c
Innerclass
- 在Java中,可以将一个类定义在另一个类里面或者一个方法里面,这样的类称为内部类。广泛意义上的内部类一般来说包括这四种:成员内部类、局部内部类、匿名内部类和静态内部类。下面就先来了解一下这四种内部类的用法。-In Java, a class can be defined within another class or inside a method, which is called an internal class. Generally speaking, the broad sense of