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

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

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

  • 用opengl实现鼠标控制三维立体图形的旋转 mouse
    用opengl实现鼠标控制三维立体图形的旋转,同时三维立体图形使用纹理贴图(Opengl mouse to control the use of three-dimensional graphics to achieve the rotation, while three-dimensional graphics using texture mapping)
    2020-06-27 01:20:01下载
    积分:1
  • MicrosoftInterviewQuestion
    微软面试100题,题目比较经典,解答比较详细(100 Microsoft interview questions, topics more classic, more detailed answers)
    2017-03-24 18:26:07下载
    积分:1
  • stm32f103的旋转编码器的应用
    stm32f103的旋转编码器的应用,旋转编码器和数码管
    2022-10-07 10:50:03下载
    积分:1
  • DirectShowMpeg4
    视频捕获程序,说明要求太多了,不方便哈,已经二十个字了(hello)
    2009-05-05 21:07:13下载
    积分:1
  • 实验30 DS18B20数字温度传感器实验
    说明:  基于stm32的温度传感器DS18B20实验(Experiment of temperature sensor DS18B20 based on stm32)
    2020-07-05 16:28:11下载
    积分:1
  • C #螺纹
    c# 多线程技术资料合集 含部分代码; 包含:多线程Thread类的Join()思路;多线程C#多线程学习;多线程互斥C#多线程学习等等..... -c# Thread
    2023-03-09 14:10:04下载
    积分:1
  • zhuangcuo
    糊涂先生给他的五个朋友写信,他写了五封信,但是当他的朋友收到信后,都告诉他:“你的信寄错了”。那么请你计算一下:出现这种情况的概率有多少?(假设糊涂先生是随机地往信封里装信的),你能不能把所有的情况都列出来呢(Mr. foolish to write him five friends, he wrote five letters, but when his friend received a letter, told him: )
    2007-07-12 00:48:29下载
    积分:1
  • HookMouse001
    简单的鼠标钩子,运行时可以使鼠标无法操作(Simple mouse hook, the runtime can not operate the mouse)
    2012-11-30 00:31:42下载
    积分:1
  • 51红外遥控电机0702V1.4
    红外遥控器实现电机开关 开或关蜂鸣器都要响一下 电机可定时 类似于闹钟 只不过是时间到电机就停或开 定时开始或取消也是红外遥控器按键实现 红外遥控器有按键能实现增加和减少电机转速 电机接的是风扇(Infrared remote control to achieve motor switch on or off buzzer to ring Motor timing is similar to the alarm clock, but it is only time to the motor stop or start the timing or cancel the infrared remote control button Infrared remote control has keys to increase and reduce the motor speed motor connected to the fan)
    2020-06-20 16:00:02下载
    积分:1
  • CCS6.0例程 YX板
    CCS 6.0 for all examples
    2020-06-21 11:20:02下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载