GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.
标签: framework for execution ccScript
上传时间: 2013-12-18
上传用户:sssl
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
标签: applications framework optimized portable
上传时间: 2014-01-02
上传用户:luke5347
Class CatalogGUI lets the user display the product details of every product in the gourmet coffee store s product catalog.
标签: product the CatalogGUI display
上传时间: 2016-07-03
上传用户:cooran
编写JavaBean必须满足以下几点: 所有的JavaBean必须放在一个包中 JavaBean必须声明成public class类型 所有的属性必须封装 设置和取得属性可以通过set,get
上传时间: 2016-07-04
上传用户:AbuGe
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
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