This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
標簽: distributed WARRANTY program WITHOUT
上傳時間: 2013-12-24
上傳用戶:siguazgb
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
標簽: distributed WARRANTY program WITHOUT
上傳時間: 2017-07-10
上傳用戶:fredguo
Tokyo Cabinet的Tokyo Cabinet 是一個DBM的實現(xiàn)。這里的數(shù)據(jù)庫由一系列key-value對的記錄構成。key和value都可以是任意長度的字節(jié)序列,既可以是二進制也可以是字符串。這里沒有數(shù)據(jù)類型和數(shù)據(jù)表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C寫的,同時提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平臺上都可用,它以GNU Lesser Public License協(xié)議發(fā)布。
標簽: Cabinet Tokyo key-value value
上傳時間: 2017-07-11
上傳用戶:思琦琦
java 線程 靜態(tài)鎖,對象鎖, synchronized 是鎖方法還是鎖對象?還是鎖類?如何實現(xiàn)?? 部分代碼如下, public static Object lock=new Object() //靜態(tài)鎖,鎖類,不是鎖對象了!!所以兩個線程同時 運行兩個 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<20 i++){ try { Thread.sleep(30) } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace() } System.out.println(Thread.currentThread().getName()+Thread.currentThread ().getName()+" "+i) } } }
上傳時間: 2017-07-15
上傳用戶:lijianyu172
In number theory, the Euclidean algorithm (also called Euclid s algorithm) is an algorithm to determine the greatest common divisor (GCD) of two elements of any Euclidean domain (for example, the integers). Its major significance is that it does not require factoring the two integers, and it is also significant in that it is one of the oldest algorithms known, dating back to the ancient Greeks.
標簽: algorithm Euclidean Euclid number
上傳時間: 2017-07-17
上傳用戶:戀天使569
用snmp4j開發(fā)包讀取服務器oid信息,這里的oid指的是public的
上傳時間: 2017-07-20
上傳用戶:邶刖
2. 編寫設計一個People類。該類的數(shù)據(jù)成員有年齡(age)、身高(height)、體重(weight)、函數(shù)成員有進食(eat)、運動(sport)、睡眠(sleep)。其中進食函數(shù)使體重加1,運動函數(shù)使身高加1,睡眠函數(shù)使年齡、身高、體重各加1。要求所有數(shù)據(jù)成員為private,成員函數(shù)為public訪問權限。
標簽: People height weight sport
上傳時間: 2013-12-17
上傳用戶:tedo811
This software is developed to provide ease with controller design. For PID control, options are given to design and analyse the compensated and uncompensated system. You are free to choice among Proportional PI, PD and PID mode of control. Both frequency and time domain characteristics can be observed. Special Menus are given to observe time and frequency response plots. For Statefeedback controller similar options are given. But this is limited to second order system only.
標簽: controller developed software control
上傳時間: 2017-07-25
上傳用戶:aysyzxzm
A certification path is an ordered list of certificates starting with a certificate issued by the relying party s trust root, and ending with the target certificate that needs to be validated. Certification path validation procedures are based on the algorithm supplied in ITU-T Recommendation X.509 and further defined in Internet Engineering Task Force (IETF) Request for Comments (RFC) 3280. Certification path processing verifies the binding between the subject distinguished name and/or subject alternative name and the subject public key defined in the target certificate. The binding is limited by constraints, which are specified in the certificates that comprise the path, and inputs that are specified by the relying party. To ensure secure interoperation of PKI-enabled applications, the path validation must be done in accordance with the X.509 and RFC 3280 specifications. This document provides the test assertions and the test cases for testing path validation software against these specifications.
標簽: certification certificates certificate starting
上傳時間: 2017-07-31
上傳用戶:清風冷雨
The OReilly Struts book (title not set yet) will be available sometime in the 3rd quarter of 2002. Published by OReilly, this book covers both Struts 1.0 and 1.1. The beta or draft chapters are being made available for download to facilitate an early public review process for the material.
標簽: available sometime OReilly quarter
上傳時間: 2014-01-22
上傳用戶:familiarsmile