jd-gui : a usefull java class decompiler
標簽: decompiler usefull jd-gui class
上傳時間: 2017-03-01
上傳用戶:skfreeman
JAVA多torrent下載程序P2P源碼 This is a stripped down version of Manfred Duchrows Programmer\ s Freind class library. No code was changed, only classes irrelevant for Azureus were left out
標簽: Programmer Duchrows stripped torrent
上傳時間: 2017-03-02
上傳用戶:變形金剛
鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The Dining Philosophers Problem o Deadlocks o A Solution to the Dining Philosophers Problem o Java s wait() and notify() o Dining Philosophers Example 鈥?Summary
標簽: Thread Multithreading Examples Problems
上傳時間: 2017-03-02
上傳用戶:kristycreasy
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
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
This is a short text on arrays and pointers in C with an emphasis on using multi-dimensional arrays. The seemingly unrelated C rules are explained as an attempt to unify arrays and pointers, replacing arrays and the basic array equation by a new notation and special rules
標簽: multi-dimensional emphasis pointers arrays
上傳時間: 2017-03-08
上傳用戶:13215175592
Java Class, which implements Rational Numbers. Includes a simple test.
標簽: implements Includes Rational Numbers
上傳時間: 2017-03-11
上傳用戶:標點符號
Graphical user interface example from class 2006
標簽: Graphical interface example class
上傳時間: 2017-03-11
上傳用戶:mikesering