候捷 inside object Oriented C
上传时间: 2016-04-02
上传用户:ardager
ET++ is a portable and homogenous OBJECT-oriented class library integrating user interface building blocks, basic data structures, and high level application framework components. ET++ eases the building of highly interactive applications with consistent user interfaces following the direct manipulation principle. The ET++ class library is implemented in C++ and can be used on several operating systems and window system platforms. Since its initial conception the class library has been continuously redesigned and improved. It started with an architecture which was close to MacApp. During several iterations a new and unique architecture evolved. A byproduct of the ET++ project is a set of tools, which were designed to support the exploration of ET++ applications at run-time. 设计模式一书引用的主要参考例程,一个跨平台的应用框架,基于C++实现,是学习面向对象的经典源码.
标签: OBJECT-oriented integrating homogenous interface
上传时间: 2016-04-15
上传用户:tedo811
一个“对象--XML 映射”(Object-Xml Mapping) 的类库。 它的目的是帮助开发者方便、快速的从XML 文件构建出Java 对象,从Java 对 象生成出相应的XML 文件
标签: Object-Xml XML Mapping Java
上传时间: 2016-04-17
上传用户:天诚24
简单功能的聊天室。用object流实现的。只能公聊。上线人命列表
标签: object
上传时间: 2013-12-17
上传用户:dengzb84
面向对象分析与设计(UML.2.0版)中文版 <<Object Oriente Analysis & Design(cn)>> 通过Java用例来介绍UML
标签: UML Analysis Oriente Object
上传时间: 2014-07-26
上传用户:小儒尼尼奥
煤矿信息管理系统是基于SuperMap Object,使用 C#语言开发的煤矿信息管理系统 系统主要实现煤矿信息的管理,包括属性数据和图形数据的管理。其中最重要的部分是钻孔数据的管理, 比较理想的解决了钻孔数据的查询、浏览、修改、添加、删除和导出,并着重实现了钻孔剖面示意图的自动绘制, 此外还实现了计算机图件的管理、地图数据集导出、地图输出打印等功能。
上传时间: 2016-05-07
上传用户:youth25
Object Arx 的中文说明文档,欢迎下载
上传时间: 2016-05-16
上传用户:ukuk
I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,since PB does not * // support "Address of Function" , so we can not set new * // WndProc, just makes the object more easy to use. * // 2.Uses structure array instead of Datastore * // 3.Calc width of menuitem at runtime(MEASUREITEM) * // 4.Draw disabled status
标签: Encapsulates userobjet changed object
上传时间: 2014-01-14
上传用户:lx9076
圍攻阿瓦隆[Siege of Avalon]遊戲源代碼 是個值得參考的RPG遊戲 使用到的語言 : C, Delphi/Kylix, Object Pascal, Pascal
标签: Pascal Avalon Delphi Object
上传时间: 2014-01-05
上传用户:jkhjkh1982
看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
标签: simulator Simulator different Create
上传时间: 2016-07-02
上传用户:wfl_yy