PKI(Public key infrastructure) and CA(certificate authority)
標(biāo)簽: infrastructure certificate authority Public
上傳時(shí)間: 2016-04-17
上傳用戶:lizhizheng88
對(duì)應(yīng)於codeworker的說(shuō)明文檔;CodeWorker is a versatile Open Source (GNU Lesser General Public License) parsing tool and a source code generator devoted to generative programming.
標(biāo)簽: codeworker CodeWorker versatile General
上傳時(shí)間: 2014-08-14
上傳用戶:libenshu01
//按柱面和磁道來(lái)讀取磁盤數(shù)據(jù),要求 Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As Byte) As Boolean
標(biāo)簽: ByVal Long Cylinders Function
上傳時(shí)間: 2014-01-13
上傳用戶:zxc23456789
復(fù)數(shù)運(yùn)算#include<iostream.h> class Complex { Public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
標(biāo)簽: Complex double iostream include
上傳時(shí)間: 2016-06-30
上傳用戶:wang5829
編寫JavaBean必須滿足以下幾點(diǎn): 所有的JavaBean必須放在一個(gè)包中 JavaBean必須聲明成Public class類型 所有的屬性必須封裝 設(shè)置和取得屬性可以通過(guò)set,get
標(biāo)簽: JavaBean Public class get
上傳時(shí)間: 2016-07-04
上傳用戶:AbuGe
package query Public class LinkQuery { private Node front private Node vear Public LinkQuery() { this.front=null this.vear=null } Public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } Public int remove() { if(this.front==null) { System.out.println("隊(duì)是空的,無(wú)法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
標(biāo)簽: private Public Node LinkQuery
上傳時(shí)間: 2016-07-08
上傳用戶:天誠(chéng)24
Hardware Architectures for Public Key Cryptography
標(biāo)簽: Architectures Cryptography Hardware Public
上傳時(shí)間: 2016-10-24
上傳用戶:kelimu
Public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a call to updateEvent in the user interface event queue Display display = Display.getDisplay(midlet) display.callSerially(new Runnable() { Public void run() { DRMPlayer.this.updateEvent(p, event, eventData) } }) }
標(biāo)簽: final playerUpdate eventData Public
上傳時(shí)間: 2013-12-18
上傳用戶:1109003457
MTOOLS version 2.0 Mtools is a Public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS
標(biāo)簽: collection programs version systems
上傳時(shí)間: 2016-11-18
上傳用戶:wlcaption
ublic class DropMidlet extends MIDlet { Public static DropMidlet midlet private static MainCanvas m_MainCanvas //定義MainCanvas的引用 Public DropMidlet() { super() //初始化,繼承MIDlet類的構(gòu)造 midlet = this }
標(biāo)簽: DropMidlet static MainCanv extends
上傳時(shí)間: 2016-11-26
上傳用戶:cc1
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1