PKI(PUBLIC key infrastructure) and CA(certificate authority)
标签: infrastructure certificate authority PUBLIC
上传时间: 2016-04-17
上传用户:lizhizheng88
对应於codeworker的说明文档;CodeWorker is a versatile Open Source (GNU Lesser General PUBLIC License) parsing tool and a source code generator devoted to generative programming.
标签: codeworker CodeWorker versatile General
上传时间: 2014-08-14
上传用户:libenshu01
//按柱面和磁道来读取磁盘数据,要求 PUBLIC Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As Byte) As Boolean
标签: ByVal Long Cylinders Function
上传时间: 2014-01-13
上传用户:zxc23456789
复数运算#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 }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
编写JavaBean必须满足以下几点: 所有的JavaBean必须放在一个包中 JavaBean必须声明成PUBLIC class类型 所有的属性必须封装 设置和取得属性可以通过set,get
上传时间: 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("队是空的,无法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
标签: private PUBLIC Node LinkQuery
上传时间: 2016-07-08
上传用户:天诚24
Hardware Architectures for PUBLIC Key Cryptography
标签: Architectures Cryptography Hardware PUBLIC
上传时间: 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) } }) }
标签: final playerUpdate eventData PUBLIC
上传时间: 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
标签: collection programs version systems
上传时间: 2016-11-18
上传用户:wlcaption
ublic class DropMidlet extends MIDlet { PUBLIC static DropMidlet midlet private static MainCanvas m_MainCanvas //定义MainCanvas的引用 PUBLIC DropMidlet() { super() //初始化,继承MIDlet类的构造 midlet = this }
标签: DropMidlet static MainCanv extends
上传时间: 2016-11-26
上传用户:cc1