登录
首页 » 电子书 » c++书籍的源代码,为初学者的好帮手。请充分尊重原作者的劳动。...

c++书籍的源代码,为初学者的好帮手。请充分尊重原作者的劳动。...

于 2022-08-17 发布 文件大小:1.46 MB
0 63
下载积分: 2 下载次数: 1

代码说明:

c++书籍的源代码,为初学者的好帮手。请充分尊重原作者的劳动。-c++ book source code, a good helper for beginners. Please work with full respect for original author.

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

发表评论

0 个回复

  • Apress最新出版的深入介绍JavaSE6新特性的英文籍。
    Apress最新出版的深入介绍JavaSE6新特性的英文电子书籍。-Apress published in the latest in-depth briefing JavaSE6 new features of English e-books.
    2022-11-09 18:10:04下载
    积分:1
  • 用于winger分布方面的信号变换,很有用的信号函数形式
    用于winger分布方面的信号变换,很有用的信号函数形式-winger for the distribution of signal conversion, the signal useful function form
    2022-02-05 19:48:22下载
    积分:1
  • 本系统包含250多个JavaBean类,整个系统全面实现MVC(模型 视图 控制)三层架构, 大量的应用到了类的反射机制涉及网络编程行业最高精尖技术STRU...
    本系统包含250多个JavaBean类,整个系统全面实现MVC(模型 视图 控制)三层架构, 大量的应用到了类的反射机制涉及网络编程行业最高精尖技术STRUTS+HIBERNATER,最有说 服力的证实了多层建构框架模式的绝优越性。数据和逻辑处理由STRUTS的模型层Model进行处理, 页面调转由STRUTS的控制层Controller实现,页面负责显示请求和响应,大大增强了“人机”的 互动性,这一层在STRUTS的视图层View用STRUTS标签+HTML等实现,同时使用validator验证框架进行 数据检验。数据的存储和持久化由HIENATER持久层实现,数据库采用MYSQL,数据源采用数 据源连接池机制,整个系统完全贯穿JAVA面向对象的概念,全面完整地实现了JAVA的封装性 ,继承性,多态性的三大特征,完全按照J2EE企业级网络应用程序的开发方案设计和开发, 所有的繁重的计算和处理都由服务器端处理,运行速度快,安全稳定,数据库采用MYSQL大大减轻 了客户端用户机CPU频率受制的局限,同时绝对的安全性和稳定性是本系统最强大,最重要的设计 开发组成部分。-err
    2023-08-18 23:15:08下载
    积分:1
  • 学习C++必备,C++标准库文档详细介绍,值得珍藏
    学习C++必备,C++标准库文档详细介绍,值得珍藏-essential learning C, C standard library documentation and detailed briefings worth keeping
    2022-07-19 11:31:38下载
    积分:1
  • 随着对象技术应用越来越普及,软件开发社区出现了一个新的问题。缺乏经验的开发者编写出了大批设计较差的程序,导致这些应用程序非常低效,且难于维护和扩展。本除了讨论...
    随着对象技术应用越来越普及,软件开发社区出现了一个新的问题。缺乏经验的开发者编写出了大批设计较差的程序,导致这些应用程序非常低效,且难于维护和扩展。本书除了讨论重构的各种技巧之外,还提供了超过70个可行重构的详细编目,对如何应用它们给出了有用的提示;并以step by step的形式给出了应用每一种重构的指南;而且用实例展示了重构的工作原理。-With the application of object technology becoming increasingly popular, the software development community there is a new problem. The lack of experienced developers to write out a large number of poorly designed programs, resulting in these applications is very inefficient, and difficult to maintain and extend. Apart from discussing the reconstruction of this book outside of a variety of techniques, it also provides more than 70 possible reconstruction of the detailed cataloging, on how to apply them to give useful tips and to step by step in the form of application is given for each kinds of reconstruction guidelines and examples demonstrate reconstruction works.
    2022-08-06 22:05:54下载
    积分:1
  • C语言函数速查,chm格式的,希望对大家有帮助
    c语言函数速查,chm格式,希望对大家有帮助-Info c language function, chm format, would like to help everyone
    2022-03-03 19:00:12下载
    积分:1
  • Phaselocked loop for wirelss communications
    Phaselocked loop for wirelss communications --ebooks very good -Phaselocked loop for wirelss communications ebooks very good
    2022-01-25 22:09:05下载
    积分:1
  • Bionic arm detail. Develop your bionic arm using this tutorial and explanation.
    Bionic arm detail. Develop your bionic arm using this tutorial and explanation.
    2022-06-15 01:17:24下载
    积分:1
  • 背包问题动态规划算法JAVA 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价...
    背包问题动态规划算法JAVA 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Knapsack problem dynamic programming algorithm for a given n species JAVA goods and one backpack. Item i is the weight of wi, the value for vi, knapsack capacity c. Question should be how to choose the items into the backpack, the backpack into the total value of the largest items? In the selection of the items into the backpack, for each of the items i have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times i load backpack can not only part of the goods loaded i. Therefore, the problem known as the 0-1 knapsack problem.
    2023-04-22 23:20:03下载
    积分:1
  • 描述dos下的dsock编程,不够详细,总比没有强。
    描述dos下的dsock编程,不够详细,总比没有强。-Description dsock under dos programming, is not detailed enough, better than nothing.
    2022-03-29 09:53:27下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载