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

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

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

  • 广义表
    清华版的数据结构要求的实验 此为广义表的程序(Qinghua version of the data structure required for this experimental procedure generalized Table)
    2005-05-23 17:05:02下载
    积分:1
  • ShowImage
    本程序可以在MFC中打开并显示一张图片,代码比较简单基础(Open and display a picture in MFC)
    2018-05-23 21:37:17下载
    积分:1
  • NewPathSim
    说明:  sasadsadjhgadkasghdluihdlahdisahd;sohd;isajd;iosajd;jd
    2019-03-27 03:20:27下载
    积分:1
  • 布告栏
    这是一个自己做的数据库的布告栏管理系统,可以实现一些简单的查询,添加,删除功能,代码已经在vc6.0下编译过,其中还包括设计文档,E-R图,和数据字典(own bulletin board database management system, can achieve some simple query, add, delete function, the code has been compiled under vc6.0, including design documents, E-R map, and data dictionary)
    2005-07-02 09:50:10下载
    积分:1
  • HeatTransfer_1D
    求解一维热传导方程,格式包括FTCS、BTCS、CNCS三种差分格式(solve one dimension heat transfer equation. )
    2021-04-17 16:48:53下载
    积分:1
  • SCH-MHT177EN002A-A001
    这个图纸是很多人需求的,下载后不会后悔.(The drawing is a lot of people demand, download, will not regret it.)
    2010-05-18 09:22:01下载
    积分:1
  • yassl-1.9.9
    说明:  yaSSL 是用於崁入式系統的SSL資料庫,有OPEN SSL的介面.(yassl-1.9.9 yaSSL are embedded SSL Libraries for programmers building security functionality into their applications and devices)
    2010-03-18 09:52:03下载
    积分:1
  • VCPP
    利用 VC++6.0 提供的一种控制台操作方式,可以建立 C 语言应用程序, Win32 控 制台程序(Win32 Console Application)是一类 Windows 程序,它不使用复杂的图形用户 界面,程序与用户交互是通过一个标准的正文窗口(Using VC++6.0 to provide a console mode of operation, you can create C-language applications, Win32 console application (Win32 Console Application) is a type of Windows program, it does not use complex graphical user interface, procedures, and user interaction is through a standard text window)
    2011-08-07 14:58:50下载
    积分:1
  • 点阵亮ilove u
    通过单片机控制8*8点阵,动态扫描显示iloveuforever。(The 8*8 dot matrix is controlled by the single chip microcomputer, and the dynamic scan shows iloveuforever.)
    2020-06-21 15:20:02下载
    积分:1
  • 编写高质量代码之C#175个高质量改善代码示例
    编写高质量代码之C#175个高质量改善代码示例
    2022-01-23 10:27:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载