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

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

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

  • 使用 dspic30f4011 将 TCP/IP 连接与计算机
    使用 dspic30f4011 将 TCP/IP 连接与计算机由 Toantruong
    2023-06-20 12:00:04下载
    积分:1
  • huffman
    图像压缩matlab的霍夫曼编码huffman
    2010-12-09 13:31:26下载
    积分:1
  • MultiThreadADO
    MultiThread DB - ADO CMTDaoDatabase CMTDaoRecordset
    2013-12-25 01:26:16下载
    积分:1
  • EKF-UKF-Toolbox-for-Matlab-V1.3
    卡尔曼滤波 参数辨识 系统建模 自动识别(EKF UKF Toolbox for Matlab V1.3.rar)
    2021-01-02 09:48:57下载
    积分:1
  • code
    排样算法,用于矩阵排样优化,仅供参考,有错误请原谅,( ⊙ o ⊙ )啊!(Nesting algorithms for matrix layout optimization purposes, there is an error, please forgive me, (⊙ o ⊙) ah!)
    2015-05-02 15:41:07下载
    积分:1
  • 固件库
    小板子,就是为了下个东西上传,大家随便随便随便随便随便随便随便随便表示表示吧随便随便随便随便是不是八十八随便随便随便随便随便随便随便八十八顺便把随便是不是不是不是不是吧 看看吧
    2022-07-21 22:24:27下载
    积分:1
  • MatterSlice-master
    切片软件,实现3D模型的切片处理,对模型处理的一些算法(Slice software, slicing the 3D model, the model number of the processing algorithms)
    2015-03-10 10:47:06下载
    积分:1
  • vehicle-switching-system
    汽车转向系统matlab simulink的源码(vehicle switching system simulink file)
    2020-11-28 21:29:28下载
    积分:1
  • Gaot
    如果定时器的精度影响到你的程序质量,可以下载此源码,多媒体定时器的精度可以达到1ms。定时期间,不会阻塞程序。(If the timer accuracy affects the quality of your program, you can download the source code, multimedia timer accuracy can achieve 1ms. From time to time during the procedure will not cause blockage.)
    2008-01-26 11:01:44下载
    积分:1
  • experiment_1
    实验一、数字图像读取及色彩、亮度、对比度变化(c++)
    2011-01-04 19:15:51下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载