登录
首页 » C++ » C++Primer Plus第6版中文版源代码

C++Primer Plus第6版中文版源代码

于 2022-03-16 发布 文件大小:200.23 kB
0 68
下载积分: 2 下载次数: 1

代码说明:

应用背景C++PrimerPlus第六版课本源代码,和课本同步,嗯注释是英文的(肯定啊),代码和课本上的一样,官网的链接挂了发在这里供各位学习关键技术 示例: // stack.h -- class definition for the stack ADT #ifndef STACK_H_ #define STACK_H_ typedef unsigned long Item; class Stack { private: enum {MAX = 10}; // constant specific to class Item items[MAX]; // holds stack items int top; // index for top stack item public: Stack(); bool isempty() const; bool isfull() const; // push() returns false if stack already is full, true otherwise bool push(const Item & item); // add item to stack // pop() returns false if stack already is empty, true otherwise bool pop(Item & item); // pop top into item }; #endif

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • pmic8058
    lib kenel linux for android
    2013-11-04 19:40:36下载
    积分:1
  • relay
    串口通讯232,接受上位机发出的指令来控制一个继电器的开关状态(Serial communication 232, to accept the instructions issued by the host computer to control a relay switch state)
    2017-07-30 13:09:21下载
    积分:1
  • 讲座2
    C++的北航内部实践教程,适用于对C++指针内存的了解(internal practice guidelines applicable to the C memory pointer understanding)
    2005-04-11 10:26:19下载
    积分:1
  • visual_c_plus_plus_net
    visual C++ .NET 开发精典实例 , PDF书(visual C++. NET development classics examples, PDF Book)
    2010-01-04 21:35:23下载
    积分:1
  • ElsGame
    说明:  实现俄罗斯方块游戏的简单小程序,适合初学者学习。(A simple Tetris game to achieve a small program, suitable for beginners to learn.)
    2011-03-22 21:24:17下载
    积分:1
  • 工程文件
    说明:  Sha1, sha256 with C. Speed test, btw.
    2020-11-03 22:20:00下载
    积分:1
  • prime
    网友提供的大数计算的程序( 缃戝弸 provides big number computation procedure )
    2001-03-10 20:38:07下载
    积分:1
  • RGBtoHIS
    说明:  RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性 拉伸显示;然后再进行反变换 (RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform)
    2021-04-11 18:48:57下载
    积分:1
  • SDFA打开OCR(OOCR)是一个用于自动扫描字符识别程序…
    sdfa Open OCR (oocr) is a character recognition program used for automatic scanning of documents and forms. oocr is based on the idea of automatic form/document reading, which can create a batch process in recognizing areas of interest for forms or automatically scan entire documents and scanned images for character recognition. oocr is written in C on Windows (win32) libraries. All of the source code to the program is made available under the GNU General Public License (GPL) _________________________________________________________ History July 25,2004 : 2nd Release [NOT to be intended as a stable working release] Added: Program Icon Started: Image Processing for background detection Started: Bound Box reduction/fitting for standard scanning July 16,2004 : Initial Release [NOT to be intended as a stable working release]
    2022-08-18 15:09:57下载
    积分:1
  • TerraService
    这个样例项目连接到两个LandmarkService TerraService web服务。 wsdl和terraservice.wsdl。 此示例将展示如何获取图像Terraservice arial。 里面有两个链接的项目(This sample project is connected to two LandmarkService TerraService web services. wsdl and terraservice.wsdl. This example will show how to get the image Terraservice arial. There are two linked projects)
    2013-05-28 00:08:05下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载