CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - java vector
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - java vector - List
[
Other
]
Java程序的性能优化StringBuffer与Vector
DL : 0
在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the process itself. Develop good habits code prepared is very important, such as the right to attempt to use java.lang.String java.util.Vector category and type, it can significantly improve the performance.
Update
: 2008-10-13
Size
: 3.11kb
Publisher
:
王文轩
[
JSP/Java
]
MediaPlayer(java)
DL : 0
MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关
Update
: 2008-10-13
Size
: 8.23kb
Publisher
:
benson
[
ICQ-IM-Chat
]
SVGChat
DL : 0
用Java编写的矢量图形聊天室程序-A Vector Graphics chatroom program written in Java.
Update
: 2025-02-17
Size
: 33kb
Publisher
:
[
JSP
]
第八章 字符串处理
DL : 0
java语言中的系统类,包括String类、 StringBuffer类、 Vector类、 Data类、 Random类-system categories, including String category, StringBuffer class, Vector category, Data category, Random category
Update
: 2025-02-17
Size
: 15kb
Publisher
:
sss
[
Other
]
Java程序的性能优化StringBuffer与Vector
DL : 0
在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the process itself. Develop good habits code prepared is very important, such as the right to attempt to use java.lang.String java.util.Vector category and type, it can significantly improve the performance.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
王文轩
[
JSP/Java
]
新建文件夹
DL : 0
关于java的10个例子如(vector插入,删除),希望大家喜欢.-About 10 of the java examples (vector to insert, delete), I hope everyone likes.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
小 J
[
JSP/Java
]
sim
DL : 0
利用java代码实现信息检索中经典算法传统向量空间模型算法(VSM)大家可以下载测试,有问题大家一起讨论-The use of java code to achieve the classic information retrieval algorithm in the traditional vector space model algorithm (VSM) can be downloaded to test everyone, and everyone together to discuss issues
Update
: 2025-02-17
Size
: 1kb
Publisher
:
刘磊
[
JSP/Java
]
MediaPlayer(java)
DL : 0
MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关-MediaPlayer code, some code, appropriate use: import java.awt .* import java.awt.event .* import javax.swing .* import javax.media .* import java.io.* import java.util .*// in order to import Vector// import com.sun.java.swing.plaf.windows .* public class MediaPlayer extends JFrame implements ActionListener, Runnable (private JMenuBar bar// menu bar private JMenu fileMenu, choiceMenu, aboutMenu private JMenuItem openItem, openDirItem, closeItem, about, infor private JCheckBoxMenuItem onTop private boolean top = false, loop// set the window in the top private Player player// Play is a Controller Interface realize private File file, listFile// use File Class JFileChooser combine files to open operation, and after the relevant list.ini
Update
: 2025-02-17
Size
: 8kb
Publisher
:
benson
[
AI-NN-PR
]
java
DL : 0
支持向量机中的JAVA程序 初学者可以方便使用-Support Vector Machine in the JAVA program for beginners can easily use
Update
: 2025-02-17
Size
: 76kb
Publisher
:
邱
[
Windows Develop
]
VSM
DL : 0
VSM向量空间模型的实现代码,实现从web文本中计算出向量空间的值。-VSM vector space model realization of code from the web version to calculate the value of vector space.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
qiusiheng
[
Internet-Network
]
VSM
DL : 0
向量空间模型 c源码实现 利用向量空间模型的概念,这个可以用在crawer中.-Vector Space Model c source code to achieve the use of the concept of vector space model, this can be used in in crawer.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
lhs
[
JSP/Java
]
svm-java
DL : 0
JAVA版本的支持向量机(SVM)处理器。可配置参数。-JAVA version of the Support Vector Machine (SVM) processors. Configurable parameters.
Update
: 2025-02-17
Size
: 25kb
Publisher
:
祝庆荣
[
JSP/Java
]
java-cluster
DL : 0
用java语言实现文本聚类,包括聚类前的数据预处理:分词、降维、建立向量空间模型等-Implementation using java language text clustering, including clustering of the data pre-processing before: segmentation, dimensionality reduction, set up, such as Vector Space Model
Update
: 2025-02-17
Size
: 17kb
Publisher
:
优优
[
JSP
]
operateVector
DL : 0
演示一个矢量(Vector)的基本操作及制作流程是怎样的-Demonstration of a vector (Vector) and the basic operation of the production process is how
Update
: 2025-02-17
Size
: 1kb
Publisher
:
apple
[
JSP/Java
]
Vectors
DL : 0
Code to make operation betwen vector as add, substract, point product and cross product (vector product).
Update
: 2025-02-17
Size
: 3kb
Publisher
:
ryn2488
[
JSP/Java
]
VSM1
DL : 0
向量空间模型算法实现源码 已编译文件 可执行jar文件-Vector space model algorithm source code files have been compiled executable jar file
Update
: 2025-02-17
Size
: 17kb
Publisher
:
Hao Long
[
Home Personal application
]
java-Using-Array-for-Queue
DL : 0
用java语言中的数组来实现队列,其中扩容方法为在原数组的基础上乘以2,另外也测试了用java中Vector类实现队列。-Array using java language java Vector class queue queue, which expansion method is superior to the original array 2, is also tested.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
刘昭强
[
JSP/Java
]
Vector
DL : 0
Java Vector Code for storing Objects
Update
: 2025-02-17
Size
: 1kb
Publisher
:
xomidar
[
JSP/Java
]
Student-Vector
DL : 0
用JAVA开发的基于向量的学生管理系统,采用向量对学生的信息进行存储-Developed using JAVA vector-based student management system that uses vector information to students for storage
Update
: 2025-02-17
Size
: 3kb
Publisher
:
冼雪云
[
JSP/Java
]
libsvm-java
DL : 0
支持向量回归机的Java代码 可以进行预测(It is the Java code of the support vector regression machine .It can predict unknown data.)
Update
: 2025-02-17
Size
: 93kb
Publisher
:
清茉
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.