登录
首页 » 电子书 » C++ Primer Chinese version of the third edition of Primer

C++ Primer Chinese version of the third edition of Primer

于 2022-03-24 发布 文件大小:10.23 MB
0 87
下载积分: 2 下载次数: 1

代码说明:

C++Primer中文版 第三版 深入系列 Primer 第三版 著 中中文文版版潘爱民张丽译 Addison-Wesley 中国电力出版社 www.infopower.com.cn Stanley B Lippman J o s é e L a j o i e -C++ Primer Chinese version of the third edition of Primer-depth series in the third edition of the Chinese version translated version of PAN Ai-min Zhang Addison-Wesley Publishing House of China

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

发表评论

0 个回复

  • Visual C++6_0数据库系统开发实例导航 提供给开发数据库的朋友们,共同进步,...
    Visual C++6_0数据库系统开发实例导航 提供给开发数据库的朋友们,共同进步,-Visual C 6_0 database systems development to provide examples of the development of navigation database friends, common progress, thank you
    2022-03-19 00:19:47下载
    积分:1
  • 适用于希望了解如何使用 MyEclipse 6.0 进行 Java 企业应用开发的 Java 初学者。如果有一定 Java 语言基础或者 Eclipse 使...
    本书适用于希望了解如何使用 MyEclipse 6.0 进行 Java 企业应用开发的 Java 初学者。如果有一定 Java 语言基础或者 Eclipse 使用经验,对阅读本书有很大帮助。 由于 MyEclipse 更新非常快,作者在时间充裕的情况下,将推出最新版本的教程。 本书配有高清讲解视频 500MB ,几乎绝大多数章节均配有视频,特别适合于没有条件深造的在校学生,有一定编程基础但期望转向 Java 开发的技术人员使用,也可用于培训机构作为辅助教材。作者模拟培训课堂推出的专业手把手视频,深受广大读者欢迎。 本书虽然主要集中在 MyEclipse 自身使用,但是并非仅限于 HelloWorld ,而是让您切实接触到前沿的开源技术如 SSH , Struts 2 , EJB3 ,文件上传下载,乱码解决等实用案例,让您熟悉环境同时又能拥有一定的实战开发经验。 这本书理论与实践相结合。在你掌握理论的基础上,在结合具体的例子,使你掌握企业中最实用的技术-This book applies to want to know how to use the MyEclipse 6.0 for Java enterprise application development Java beginners. If you have a certain Java-based or Eclipse experience, reading this book very helpful. As the MyEclipse update very quickly, the authors have plenty of time cases, will launch the latest version of the tutorial. This book talks with high-definition video 500MB, almost the vast majority of chapters are equipped with video, in particular, there is no condition for further studies in school, there are certain basics of programming but are look
    2022-06-03 15:43:40下载
    积分:1
  • 这是一份全方位介绍关于ipone手机应用软件开发的文档,格式为PDF,全英文文档。...
    这是一份全方位介绍关于ipone手机应用软件开发的文档,格式为PDF,全英文文档。-This is a comprehensive presentation on the ipone mobile application software development documents, the format for the PDF, the document is in English.
    2022-01-26 05:40:07下载
    积分:1
  • mfc windows programming ninth chapter of the source code
    mfc windows 程序设计第九章的源代码-mfc windows programming ninth chapter of the source code
    2022-10-17 10:45:03下载
    积分:1
  • matlab时频工具箱
    matlab时频工具箱-Matlab Toolbox
    2022-03-01 20:44:34下载
    积分:1
  • 数字视频时域处理算法及其ASIC芯片设1.RAR 数字视频时域处理算法及其ASIC芯片设2.RAR 数字视频时域处理算法及其ASIC芯片设3.RAR...
    数字视频时域处理算法及其ASIC芯片设1.RAR 数字视频时域处理算法及其ASIC芯片设2.RAR 数字视频时域处理算法及其ASIC芯片设3.RAR 数字视频时域处理算法及其ASIC芯片设4.RAR 数字视频时域处理算法及其ASIC芯片设5.RAR数字视频时域处理算法及其ASIC芯片设6.RAR-time-domain digital video processing algorithms and ASIC chip based Digital Video 1.RAR time domain processing algorithms and ASIC chip located two. RAR time-domain digital video processing algorithms and ASIC chip based 3. RAR Digital Video time domain processing algorithms and ASIC chip located 4. RAR time-domain digital video processing algorithms and ASIC chip located 5 . RAR time-domain digital video processing algorithms and ASIC chip set June. RAR
    2022-06-27 05:22:10下载
    积分:1
  • 这是一个很经典的C++教材 非常经典 能满足大家的学习需要 对于那些入门者特别适用...
    这是一个很经典的C++教材 非常经典 能满足大家的学习需要 对于那些入门者特别适用-This is a very classic C textbook is a classic everyone can meet the learning needs of those who are especially suitable for entry
    2022-11-19 22:25:03下载
    积分:1
  • 对维护您的脑很有帮助
    对维护您的电脑很有帮助-The maintenance of your computer helpful
    2023-07-12 15:00:04下载
    积分:1
  • 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法;...
    提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imported wrong judgment. The time, a search function for the linear search is enhanced as follows : f_search : Fernandez search method; BTREE : binary tree search method; L_search : linear search method; R_search : recursive binary search method; Zcsear : hash collision search method; " Files : interpolation search Enhancement Act; Sorting is bubbling, as it is now : heaps : tired heap sort; binary : Binary Tree sorting; xieer : Xie ears scheduling; sinsert : Insert scheduling; quicks : rapid sequencing; select : Select Sort;
    2022-01-28 09:18:27下载
    积分:1
  • 答案. 第五版:数字技术其础 1
    数电答案. 第五版:数字电子技术其础 1-4章 -The number of electric answer. Fifth Edition: Digital electronic technology of its Chu Chapter 1-4
    2022-06-02 15:37:50下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载