Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I checked the Java SDK documentation before writing my own code, and found that almost everything I needed is already there, like the C++ case.
标签: XYDataArray template article posted
上传时间: 2017-03-03
上传用户:问题问题
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, moving it around the globe by giving it distances in feet and direction of travel. You can then extract the new coordinate that is calculated after the travel.
标签: GISCoordinate coordinate represent presents
上传时间: 2013-12-02
上传用户:wangchong
Java class:JavaJava development under the brief description of design patterns
标签: development description JavaJava patterns
上传时间: 2013-12-25
上传用户:himbly
Copy One Table from mySQL to MS SQL
上传时间: 2013-12-27
上传用户:sk5201314
This package is a free collection of Matlab routines for computing wave atom transforms in one, two and three dimensions.
标签: collection transforms computing routines
上传时间: 2017-03-05
上传用户:1583060504
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associated with a class or object is stored in variables the behavior associated with a class or object is implemented with methods. Methods are similar to the functions or procedures in procedural languages such as C.
标签: object-oriented building language template
上传时间: 2017-03-07
上传用户:xiaodu1124
handshake checker and it is used in the design of USB or other material ,it is a simple one on the acadimic level
标签: handshake the material checker
上传时间: 2017-03-09
上传用户:asasasas
Java Class, which implements Rational Numbers. Includes a simple test.
标签: implements Includes Rational Numbers
上传时间: 2017-03-11
上传用户:标点符号
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operation to manipulate this stream or bits array is so easy, jut read or change the bits state or make any Boolean operation on the whole bits array, like 鈥楢ND鈥? 鈥極R鈥? or 鈥榅OR鈥?
标签: structure compacted Booleans provides
上传时间: 2014-01-15
上传用户:坏天使kk
Graphical user interface example from class 2006
标签: Graphical interface example class
上传时间: 2017-03-11
上传用户:mikesering