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
A multi-hypothesis approach for salient object tracking in visual surveillance
标签: multi-hypothesis surveillance approach tracking
上传时间: 2016-07-11
上传用户:杜莹12345
The Standard C++ Class
上传时间: 2016-07-11
上传用户:hoperingcong
本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言
标签: Structrue Diagram diagram static
上传时间: 2016-07-15
上传用户:1427796291
本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言
标签: Structrue Diagram diagram static
上传时间: 2014-02-06
上传用户:hn891122
% 支持向量机Matlab工具箱1.0 - One-Class SVM, 一类支持向量机 % 使用平台 - Matlab6.5 希望对大家有用
上传时间: 2013-12-30
上传用户:Altman
Multi-label learning by instance differentiation.pdf 多示例学习及相关介绍,包含源码!
标签: differentiation Multi-label learning instance
上传时间: 2016-07-16
上传用户:libenshu01
本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言
标签: Structrue Diagram diagram static
上传时间: 2013-12-01
上传用户:c12228
本书大量采用UML的class diagram(static Structrue Diagram),书中大都是JAVA编写,书中内容同样适用其他oo语言
标签: Structrue Diagram diagram static
上传时间: 2013-12-18
上传用户:无聊来刷下
windows 下 ads开发arm相关 用途 :通过multi ice烧写flash 速度快,稳定。
上传时间: 2016-07-16
上传用户:xlcky