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

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

于 2022-03-16 发布 文件大小:200.23 kB
0 88
下载积分: 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 个回复

  • test3
    vc和mat混合编程,利用matlab的com组件来实现mat和vc的混合编程(vc and mat mixed programming, the use of matlab' s com vc components to achieve mat and Hybrid Programming)
    2011-04-25 09:54:16下载
    积分:1
  • C# .NET完美车牌识别系统
    C# .NET完美车牌识别系统 希望对大家有所帮助(C#.NET perfect license plate recognition system We hope to help)
    2020-11-23 11:39:33下载
    积分:1
  • prohibition order button menu system source code, you can run, welcome to downlo...
    禁止系统菜单按钮命令源代码,可以运行,欢迎下载-prohibition order button menu system source code, you can run, welcome to download
    2022-04-12 22:32:21下载
    积分:1
  • MFC_OpenGl
    基于MFC和OpenGl三维图形开发::介绍OpenGL基本概念,详细讨论了利用OPGEL库,在MFC下进行三维图形的绘制。(有具体实现源码)(MFC and OpenGL-based three-dimensional graphical development:: Introduce the basic concepts of OpenGL to discuss in detail the use of OPGEL library, in the MFC under the three-dimensional graphics rendering. (Have specific realize source))
    2007-10-12 22:54:45下载
    积分:1
  • 6876
    小波包分析提取振动信号中的特征频率,表示出两帧图像间各个像素点的相对情况,用MATLAB实现动态聚类或迭代自组织数据分析。( Wavelet packet analysis to extract vibration signal characteristic frequency, Between two images showing the relative circumstances of each pixel, Using MATLAB dynamic clustering or iterative self-organizing data analysis.)
    2017-05-22 23:26:26下载
    积分:1
  • flybear1028
    加速传感器库的应用,基于ardino平台(Accelerate the application of sensor Library Based on ardino platform)
    2020-06-20 23:40:01下载
    积分:1
  • C#自定义控件,模仿QQ、360桌面
    C#自定义控件,模仿QQ、360桌面
    2014-12-19下载
    积分:1
  • 计程车计费(C语言编程、按键、12864液晶显示)
    用C语言编写的计程车计费程序,简单易懂,有按键和12864液晶显示,适合初学者学习
    2022-01-27 16:54:03下载
    积分:1
  • MillerRabin()
    素性检测的miller-rabin算法。。。。。(Primality testing)
    2011-11-23 16:56:41下载
    积分:1
  • C_andMATLAB
    C_与MATLAB混合编程(英文版),讲解如何用C与MATLAB的混合编程运用。(C_ mixed with the MATLAB programming (English))
    2009-05-28 13:32:43下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载