universal serial bus mass storage class control/bulk/interrupt/(cbi)transport
标签: universal interrupt transport control
上传时间: 2014-01-22
上传用户:2467478207
Universal Serial Bus Mass Storage Class UFI Command Specification
标签: Specification Universal Command Storage
上传时间: 2016-07-06
上传用户:haoxiyizhong
Universal Serial Bus Mass Storage Class Specification Overview
标签: Specification Universal Overview Storage
上传时间: 2013-12-06
上传用户:ecooo
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
If everything runs well it will infect 100 files all over the disk. Does not infect files smaller than 40 kb.Payload is a icmp flood.
标签: infect files everything smaller
上传时间: 2016-07-08
上传用户:mpquest
Essential 3ds Max 2008一书的book files第一到第八章部分
上传时间: 2013-12-04
上传用户:gengxiaochao
Essential 3ds Max 2008一书的book files第九到第十六章部分
上传时间: 2016-07-11
上传用户:asdfasdfd
Essential 3ds Max 2008一书的book files第十七到第二十二章部分
上传时间: 2016-07-11
上传用户:ouyangtongze
The Standard C++ Class
上传时间: 2016-07-11
上传用户:hoperingcong
本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言
标签: Structrue Diagram diagram static
上传时间: 2016-07-15
上传用户:1427796291