虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

sequENce-of-c

  • C++名家精华.chm 我们用早期的C++语言编程。工作的第二天中午

    C++名家精华.chm 我们用早期的C++语言编程。工作的第二天中午,厌烦了读职工手册,于是我写了一个工具类,里面包含一个原始指针作为成员变量: #include "xStruct.h" // definition of struct X class xWrapper { X* xItem public: xWrapper() : xItem(new X) { } ~xWrapper() { delete xItem } void dump() { /* dumps xItem to cout */ } } 当然了,使用这个类的程序由于内存问题总是时不时的崩溃,因为我违反三个重要设计原则之一:任何时候,只要你提供了析构函数、拷贝构造函数或赋值运算符中的一个,你通常需要三个都提供。([1]) “所以,”我自言自语道,“我必须自己处理拷贝和赋值问题。简单地...auto_ptr有拷贝构造函数和赋值运算符,我可以拿过来用一下。”(你知道早期C++程序库中的auto_ptr,是吗?)

    标签: chm 语言编程

    上传时间: 2013-12-28

    上传用户:Amygdala

  • Solution Manual for Programming with Objects c++ and java Programming with Objects: A Comparative

    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

    上传用户:三人用菜

  • 一个C语言写的读入位置跟踪器数据的源程序

    一个C语言写的读入位置跟踪器数据的源程序,针对flock of birds位置跟踪器

    标签: C语言 跟踪器 数据 源程序

    上传时间: 2014-01-19

    上传用户:com1com2

  • LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical linear algebra that sol

    LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical linear algebra that solves systems of linear equations and eigenvalue problems on high performance computer architectures

    标签: numerical software Algebra PACKage

    上传时间: 2014-08-16

    上传用户:h886166

  • Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now

    Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programming patterns that are new to C#, and fundamental to the programming of web services and web applications on Microsoft s .NET platform.

    标签: high-performance Programming programming Microsoft

    上传时间: 2016-06-17

    上传用户:Breathe0125

  • Use this program to decode the Manchester Code of the RFID. Validate the accessibility of detected c

    Use this program to decode the Manchester Code of the RFID. Validate the accessibility of detected card. Including a keypad controller, generally a all in one card access reader.

    标签: the accessibility Manchester Validate

    上传时间: 2013-12-19

    上传用户:yoleeson

  • This book is a complete reference to the C programming language and the C runtime library. As a Nuts

    This book is a complete reference to the C programming language and the C runtime library. As a Nutshell book, its purpose is to serve as a convenient, reliable companion for C programmers in their day-to-day work. It describes all the elements of the language and illustrates their use with numerous examples.

    标签: programming reference the complete

    上传时间: 2013-12-11

    上传用户:天诚24

  • Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007

    Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007 Arash Partow, All Rights Reserved. The Schifra Reed-Solomon Error Correcting Code Library and all its components are supplied under the terms of the General Schifra License agreement. The contents of the Schifra Reed-Solomon Error Correcting Code Library and its components may not be copied or disclosed except in accordance with the terms of that agreement. URL: http://www.schifra.com/license.html Parties wanting to use the Schifra Reed-Solomon Error Correcting Code Library and its components within an open source, academic or other noncommercial or not-for-profit environment may do so under the guidelines and in complete accordance with the below attached General Public License (version 2). Under the described terms of "free" use for open source and noncommercial purposes of the Schifra

    标签: Reed-Solomon Correcting Copyright Schifra

    上传时间: 2016-06-25

    上传用户:JasonC

  • Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007

    Schifra Reed-Solomon Error Correcting Code Library http://www.schifra.com Copyright (c) 2000-2007 Arash Partow, All Rights Reserved. The Schifra Reed-Solomon Error Correcting Code Library and all its components are supplied under the terms of the General Schifra License agreement. The contents of the Schifra Reed-Solomon Error Correcting Code Library and its components may not be copied or disclosed except in accordance with the terms of that agreement. URL: http://www.schifra.com/license.html Parties wanting to use the Schifra Reed-Solomon Error Correcting Code Library and its components within an open source, academic or other noncommercial or not-for-profit environment may do so under the guidelines and in complete accordance with the below attached General Public License (version 2). Under the described terms of "free" use for open source and noncommercial purposes of the Schifra

    标签: Reed-Solomon Correcting Copyright Schifra

    上传时间: 2014-01-04

    上传用户:ljmwh2000

  • This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific

    This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information. This sample works on both x86 and Alpha platforms, and is 64-bit compliant. It builds with Microsoft® Visual C® 6.0. It does not implement Plug and Play or Power Management.

    标签: sample vendor-specific minidriver provides

    上传时间: 2013-12-20

    上传用户:wyc199288