此文档对Object ARx对块表记录的操作进行完善修改,对编程习惯、编程思想、C++风格等进行的很好的完善。值得借鉴!
上传时间: 2013-12-19
上传用户:sclyutian
Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple inheritance. The entire effort is woven in a fabric that includes Eckel’s own philosophy of object and program design. A must for every C++ developer’s bookshelf, Thinking in C++ is the one C++ book you must have if you’re doing serious development with C++.
标签: methodically and patiently Thinking
上传时间: 2014-01-03
上传用户:it男一枚
序言 1. OBJECT文件 导言 ELF头(ELF Header) Sections String表(String Table) Symbol表(Symbol Table) 重定位(Relocation) 2. 程序装载与动态连接 导言 Program头(Program Header) Program装载(Program Loading) Dynamic连接(Dynamic Linking) 3. C LIBRARY C Library
上传时间: 2016-03-10
上传用户:gaojiao1999
LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL and MySQL as backends. LiteSQL creates tables, indexes and sequences to database and upgrades schema when needed.
标签: integrates relational database LiteSQL
上传时间: 2016-03-25
上传用户:源弋弋
Eckel’s book is the only one to so clearly explain how to rethink program construction for object orientation. That the book is also an excellent tutorial on the ins and outs of C++ is an added bonus
标签: construction clearly explain rethink
上传时间: 2013-12-13
上传用户:caixiaoxu26
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
煤矿信息管理系统是基于SuperMap Object,使用 C#语言开发的煤矿信息管理系统 系统主要实现煤矿信息的管理,包括属性数据和图形数据的管理。其中最重要的部分是钻孔数据的管理, 比较理想的解决了钻孔数据的查询、浏览、修改、添加、删除和导出,并着重实现了钻孔剖面示意图的自动绘制, 此外还实现了计算机图件的管理、地图数据集导出、地图输出打印等功能。
上传时间: 2016-05-07
上传用户:youth25
Solution Manual for Programming with Objects c++ and java Programming with Objects: A Comparative Presentation of Object Oriented Programmming
标签: Programming Objects with Comparative
上传时间: 2014-01-20
上传用户:三人用菜
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
DCNF 采用RSOMC(Remote Service Object Method Call)远程服务对象方法调用机制,分层结构实现. 1.网络通信适配层 2.服务对象管理层 3.应用业务层(For Delphi VCL 组件) 容易学习,灵活的扩展机制.兼容原有的应用开发环境(譬如:VCL DB 控件), 利于旧系统迁移(大部分成熟的应用软件都是C/S结构,其业务功能非常完善, 为了能在互联网上直接使用,技术解决方案大部分为VPN,远程桌面等, 采用第三方支持技术实现,加重用户使用运维成本,并没有直接提升产品本身价值) 所以采用一种平滑的迁移技术方案,从而提高产品的竞争优势,延长产品生命周期.
标签: Service Object Method Remote
上传时间: 2013-12-28
上传用户:lindor