Points in Euclidean space, implemented as double[].Includes Simple geometric operations.Uses matrices a matrix is represented as an array of Pnts
標簽: implemented operations Euclidean geometric
上傳時間: 2014-01-05
上傳用戶:xiaoxiang
All of Java s Input/Output (I/O) facilities are based on streams, which provide Simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.
標簽: facilities streams provide Output
上傳時間: 2013-12-17
上傳用戶:6546544
This is a Simple genetic algorithm
標簽: algorithm genetic Simple This
上傳時間: 2017-03-02
上傳用戶:ghostparker
鈥?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
計算流體力學算法Simple的源程序,其中有3例子。
上傳時間: 2017-03-03
上傳用戶:sssl
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
上傳用戶:問題問題
JAVA調(diào)用ldap,這是一個Simple的例子 很好地介紹了java是如何調(diào)用ldap,從而取出ldap的信息
上傳時間: 2013-12-22
上傳用戶:songrui
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
Simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server based on the information to confirm the account number and password is correct, the results back to the ATM terminal. If the correct account number and password, the ATM into the next terminal interface Otherwise prompt mistakes. Cancellation notice for the operation of the server ATM transactions concluded inquiries, deposits, withdrawals and alter the code operations are first sent an order to ATM servers, ATM by the database server implementation of the corresponding operation and operating res
標簽: write-offs Automatic functions including
上傳時間: 2014-01-20
上傳用戶:semi1981
This is a Simple Maze Game developed in Java using Netbeans environment.
標簽: environment developed Netbeans Simple
上傳時間: 2017-03-09
上傳用戶:小碼農(nóng)lz