登录
首页 » 电子书 » 该书曾获1995 年SoftwareDevelopment Jolt Award 最佳书 籍大奖。作为一名有20 经验的编程专家,曾教授过世界上许多地区的人...

该书曾获1995 年SoftwareDevelopment Jolt Award 最佳书 籍大奖。作为一名有20 经验的编程专家,曾教授过世界上许多地区的人...

于 2022-03-02 发布 文件大小:1.74 MB
0 154
下载积分: 2 下载次数: 1

代码说明:

该书曾获1995 年SoftwareDevelopment Jolt Award 最佳书 籍大奖。作为一名有20 经验的编程专家,曾教授过世界上许多地区的人进行对象编程。最开始涉及的领域是 C++,现在也进军Java。他是C++标准协会有表决权的成员之一,曾就面向对象程序设计这一主题写过其他5 本书,发表过150 多篇文章,并是多家计算机杂志的专栏作家,其中包括《Web Techniques》的Java 专栏。 曾出席过C++和Java 的“软件开发者会议”,并分获“应用物理”与“计算机工程”的学士和硕士学位。-The book won the 1995 best SoftwareDevelopment Jolt Award-winning books. 20 have experience as a programming expert, Professor Zeng too many parts of the world s people to carry out the object programming. Most begin in the areas of C++, Now into Java. He is a C++ Standards Association has the right to vote, a member of the object-oriented programming on the design of the subject written five other books, published over 150 articles, and are more than a computer magazine columnist, one of including Web Techniques column of Java. Had attended the C++ And Java Software Developers Conference, and won the Applied Physics and Computer Engineering degree and a master s degree.

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

发表评论

0 个回复

  • 本文件包含了William Stallings编写的优秀教材Data and Computer communications的中文影印版,以及中的课后习题答案...
    本文件包含了William Stallings编写的优秀教材Data and Computer communications的中文影印版,以及书中的课后习题答案-This document contains the William Stallings excellent teaching materials prepared by Data and Computer communications photocopy version of the Chinese, as well as after-school book answer Exercises
    2022-02-22 00:09:30下载
    积分:1
  • JBoss Eclipse MySQL creates the right environment for the development set to und...
    Eclipse+JBoss+MySQL的j2ee的环境开发设置 对要了解j2ee开发者有用-JBoss Eclipse MySQL creates the right environment for the development set to understand Providing developers useful
    2022-12-31 14:50:03下载
    积分:1
  • 英文版,属于symbian平台下python语言手机编程的快速入门教程,含有实现基本功能的实例。...
    英文版,属于symbian平台下python语言手机编程的快速入门教程,含有实现基本功能的实例。-In English, belongs to symbian platform mobile programming language python quick start tutorial contains examples of basic functions.
    2022-02-07 15:15:09下载
    积分:1
  • 0_1背包问题,回溯法解背包问题 0
    0_1背包问题,回溯法解背包问题 0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一
    2022-01-26 04:12:33下载
    积分:1
  • 嵌入式开发技术籍,它包括对bootloader,主板支持包,ARM平台的嵌入式系统的登录过程的介绍...
    嵌入式开发技术书籍,它包括对bootloader,主板支持包,ARM平台的嵌入式系统的登录过程的介绍-this book introduce embedded developping knowledge.including bootloader,BSP,embedded system booting process.
    2022-12-10 22:55:03下载
    积分:1
  • 关于Web的Struts框架的入门,可以指引新手上路
    关于Web的Struts框架的入门,可以指引新手上路-on the Web portal Struts framework, guidelines Getting Started
    2022-05-26 00:29:54下载
    积分:1
  • Visual Studio.NET功能展现指南中文版.rar
    Visual Studio.NET功能展现指南中文版.rar-Visual Studio.NET function display Chinese version of the Guide. Rar
    2022-02-21 11:04:03下载
    积分:1
  • javascript教学,适用于初学者,介绍javascript基本语法
    javascript教学,适用于初学者,介绍javascript基本语法-javascript teaching beginners to introduce basic grammar javascript
    2022-04-20 00:07:50下载
    积分:1
  • JBuilder9EJB开发和部署中文版
    JBuilder9EJB开发和部署中文版-JBuilder9EJB development and deployment of the Chinese version
    2023-02-15 18:15:03下载
    积分:1
  • 在Windows下的各种网络编程接口中,Windows Sockets脱颖而出,越来越得到大家的重视,这是因为Windows Sockets规范是一套开放的、支...
    在Windows下的各种网络编程接口中,Windows Sockets脱颖而出,越来越得到大家的重视,这是因为Windows Sockets规范是一套开放的、支持多种协议的Windows下的网络编程接口。从1991年的1.0版到1995年的2.0.8版,经过不断完善并在Intel、Microsoft、Sun、SGI、Informix、Novell等公司的全力支持下,已成为Windows网络编程的事实上的标准。 在作者利用Windows Sockets规范进行应用开发的过程中,发现这方面的资料很少,特别是缺乏一本全面而实用的专著。为了使广大用户能够充分理解和应用这套规范,我们编写了这本书。本书不但对Windows Sockets 1.1及2.0规范作了较为详尽的介绍,还结合了作者的实际工作,给出了具有实际应用价值的程序实例-In the author standard carries on the application development using Windows the Sockets in the process, discovered that this aspect the material are very few, specially lacks one comprehensive and the practical monograph. In order to enable the user community to understand and to apply this set of standards fully, we have compiled this book. Not only this book 1.1 and 2.0 standards has made a more exhaustive introduction to Windows Sockets, but also unified author s practical work, gave had the practical application value procedure example. Hoped that it can standard and applies the function which to Windows the Sockets in
    2022-06-14 13:06:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载