联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All VC书籍(188) 

[VC书籍] The_Design_And_Evolution_Of_CPP_CN

D&E是一本关于C++语言设计原理、设计决策和设计哲学的专著。它清晰地回答了C++为什么会成为今天这个样子而没有变成另外一种语言。作为C++语言的创建者,Bjarne淋漓尽致地 展示了他独到而深刻的见解。除了广受赞誉的语言特性外,Bjarne没有回避那些引起争议的甚至被拒绝的C++特性,他一一给出了逻辑严密、令人信服的解释。内容涵盖C++的史前 时代、带类的C、C++的设计规则、标准化、库、内存管理、多重继承、模板等,对包括异常机制、运行时类型信息和名字空间在内的重要的新特性都分别进行了深入探讨。每一名 C++程序员都应该可以从Bjarne的阐释中加深对手中这门语言的认识。
This book focuses on the principles, process, and decisions made during the development of the C++ programming language. As the "inventor" of the language, Stroustrup presents his unique insight into the decisions which resulted in the features of C++--the universally praised, the controversial, and even some of the rejected ones. The book provides a solid introduction to OOP and C++ for beginners. (2010-11-17, Visual C++, 14883KB, 下载14次)

http://www.pudn.com/Download/item/id/1349667.html

[VC书籍] VCNetworkprogrammingtechnology

当然学习网络编程不是一件容易的事情,它需要多方面的知以,旨先读者仰以对内络 打一个甚本的了解.对visualc**开发也要有一定购认识。问时因为我们这本书主要介绍网 络编程知识,所以对于一些vlsualct?的基础知识谈得很少。关于v1别alct?基础知识有很 多的书可以参考。如果浊音对vlsualct?比较陌生,建议在阅读这伞杉之前,最好先读一些 这方面的书。
Of course learning network programming is not an easy thing, it requires a wide range of knowledge, to start with internal supine. Readers What about this one visualc.* development will also have an order. When asked because we are mainly introduced in this book Winding programming knowledge, so for some vlsualct? The basic knowledge about little. Don t alct v1 about? Knowledge is very Many books can reference. If the voiced vlsualct on? In comparison, suggested reading this strange umbrella, best first read before fir This book. (2010-07-01, C/C++, 5601KB, 下载1次)

http://www.pudn.com/Download/item/id/1229766.html

[VC书籍] COM_YINGYONG

COM组件设计与应用: 作业1:写个小应用程序,从 MSWORD 的 doc 文件中,提取出附加信息(作者、公司......)。 作业2:写个全功能的“复合文件浏览编辑器”。 注1:踅摸(xuemo),动词,北方方言,寻找搜索的意思。 注2:问:为什么不上网查资料学习? 答:开什么国际玩笑!在那遥远的1995年代,我的500块工资,不吃不喝正好够上100小时的Internet网。 注3:OLE,对象的连接与嵌入。 注4:可以用 DFView.exe 打开 MSWORD 的 DOC 文件进行复合文件的浏览。但是该程序并没有实现国际化,不能打开中文文件名的复合文件,因此需要改名后才能浏览。 注5:CLSID,在后续的文章中介绍。 注6:关于 COM 中内存使用的问题,在后续的文章中介绍。
COM (2009-12-26, Visual C++, 3405KB, 下载66次)

http://www.pudn.com/Download/item/id/1018591.html

[VC书籍] classicsinC

C语言里面的经典算法,包括有老掉牙 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转后序式(前序式) 后序式的运算 关于赌博 洗扑克牌(乱数排列) Craps赌博游戏 约瑟夫问题(Josephus Problem) 集合问题 排列组合 格雷码(Gray Code) 产生可能的集合 m元素集合的n个元素子集 数字拆解 排序 得分排行 选择、插入、气泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的气泡排序 Heap 排序法 - 改良的选择排序 快速排序法(一) 快速排序法(二) 快速排序法(三) 合并排序法 基数排序法 搜寻 循序搜寻法(使用卫兵) 二分搜寻法(搜寻原则的代表) 插补搜寻法 费氏搜寻法 矩阵 稀疏矩阵 多维矩阵转一维矩阵 上三角、下三角、对称矩阵 奇数魔方阵 4N 魔方阵 2(2N+1) 魔方阵
Obsolete Hanoi Tower Fei-style series Pascal triangle Three-color Chess Mouse walking fans Officer (1) Mouse walking fans Officer (2) Knight walking board 8 Queens 8 coins Game of Life String matching Two-color, three-color Hanoi Tower Knapsack problem (Knapsack Problem) The number of operations Monte Carlo method seeking PI Eratosthenes prime number screened seeking Long integer arithmetic (operations of large numbers) Long PI Greatest common factor, least common multiple, factorization Perfect Number 阿姆斯壮数 Maximum number of visitors Type in order to switch the order of type (pre-order type) Follow-style computing About Gambling Wash cards (random order) Craps Casino Games Joseph problems (Josephus Problem) Set problem Permutations Gray code (Gray Code) Generate the set of possible m elements of the collection a subset of n elements Digital dismantling Sort Score Ranking Selection, insertion, bubble sort Shell (2009-09-27, C/C++, 431KB, 下载86次)

http://www.pudn.com/Download/item/id/923650.html

[VC书籍] IPAddressPortScanEnumProtocalViewHLSample

包括以下程序:1.超级链接是一个能够在窗体上实现超级链接的程序,或者发送E-mail;2.端口扫描是一个能够对指定IP地址的单个端口或者多个端口进行扫描的程序; 3.获取本机ip地址”是一个通过MFC来获取本地计算机IP地址的程序。 4.获取网络设置”是一个获取网络DNS、子网掩码、网卡地址的综合程序,5.获取系统支持的网络协议
Include the following procedures: 1. Hyperlinks is a realization in the form of hyperlinks, or send E-mail 2. Port scanning is an IP address assigned to a single port or multiple port scanning procedures 3. access to the local ip address " is an MFC to obtain through the local IP address of the computer program. 4. access to the network settings" is a network access to DNS, subnet mask, network card addresses comprehensive procedures, 5. acquisition system to support the network protocol (2009-04-10, Visual C++, 1930KB, 下载6次)

http://www.pudn.com/Download/item/id/709238.html

[VC书籍] wlyx

电子书营销是一个鲜为人知的秘密武器,本书将为你揭开它的神秘面纱,并帮助你迅速掌握这种强大、高效、简单的武器。 这是第一本关于电子书营销的书籍,本书系统介绍了网络营销相关的知识,并对各种网络营销方式的优劣进行横向比较,重点分析了电子书营销的特点和前景,附以详细的操作方法以及大量实用的工具,为大家提供了又一种选择。这是一本很实用的电子书,适合企业营销人员、个人站长、网店主和博主们阅读。 本书以搜集精选的资料为主体,电子书营销部分多为原创。有的读者看完后可能会觉得这本书很简单,没有深度。没错,这就是我们想要达到的效果,我们希望大部分读者都能很轻松地阅读和理解本书,并在看完后很快就可以模仿并亲自动手操作。实用性、强调可操作性和阅读延展性是本书的特点,这就是一本让你看来你也会制作的电子书。让更多人的掌握电子书营销的技巧,并使电子书营销为大家带来更多帮助,就是我们的最终愿望。 传统纸版图书在印刷出来的那一刻便宣告了它生机的停止,而网络版图书却能不断保持更新,在与读者的互动下,它将焕发出更大的活力。本书也将是一本“活着”的书,长期保持更新。
E-book marketing is a little-known secret weapon, this book will open you the mystery of it, and help you quickly master the powerful, efficient, simple weapons. This is the first book on e-books marketing books, this book introduced a network system of marketing-related knowledge, and a variety of network marketing the merits of horizontal comparison, the focus of an analysis of the characteristics of e-books and the prospect of marketing, supported by detailed method of operation, as well as a large number of practical tools, and has provided an option. This is a very useful e-books, suitable for corporate marketing personnel, the individual station, the main Bo Shop owners and their reading. Featured book to gather information for the main body part of e-book sales for the original. Some readers may feel that after reading this book is very simple, there is no depth. Yes, this is what we want to achieve results, we hope that the majority of readers can easily read and (2009-04-10, Visual C++, 2132KB, 下载6次)

http://www.pudn.com/Download/item/id/708879.html

[VC书籍] c++_how_to_program

c++ how to program 里面详细介绍了从第1章到第24章的代码学习实例。是初学者很好的学习资料。 第1章 计算机、Internet和万维网简介 第2章 C++编程入门 第3章 类和对象介绍 第4章 控制语句(第Ⅰ部分) 第5章 控制语句(第Ⅱ部分) 第6章 函数和递归入门 第7章 数组与CC+标准库类模板vector 第8章 指针和基于指针的字符串 第9章 类的深入剖析(第Ⅰ部分) 第10章 类的深入剖析(第Ⅱ部分) 第11章 运算符重载:字符串和数组对象 第12章 面向对象编程:继承 第13章 面向对象编程:多态性 第14章 模板 第15章 输入/输出流 第16章 异常处理 第17章 文件处理 第18章 String类和字符串流处理 第19章 Web编程 第20章 搜索和排序 第21章 数据结构 第22章 位、字符、C字符串和结构体 第23章 标准模板库 第24章 其他主题 (2008-03-25, Visual C++, 472KB, 下载41次)

http://www.pudn.com/Download/item/id/422542.html

[VC书籍] biyesheji4

随着计算机技术和网络技术的发展,在线教育平台为校园网的数字化提供了技术支持。它能够有效地将信息技术融入教学的环境当中,从而推动的传统教育的改革。 Struts是Apache软件组织提供的一项开放源代码项目,它为Java Web的开发提供了模型-视图-控制器(Model-View-Controller, MVC)框架,尤其适用于开发大型可扩展的Web应用,并且为其提供了一个通用的框架,使得开发人员可以把精力集中在如何解决实际业务问题上,比较适合大型团队开发。 UML(Unified Modeling Language)是一种可视化的建模语言,功能强大,易于使用,便于开发人员之间的沟通。它已经广泛用于面向对象系统的分析、设计和实现。RUP(Rational Unified Process)是一种软件工程方法,描述了软件迭代的开发过程。 本文描述了在线教育平台的开发过程,遵循RUP的思想,利用UML对系统进行需求、分析和设计,并通过使用Struts框架对系统进行实现。
with computer and network technology development, online education platform for the digital campus network providing technical support. It found to be effective in information technology into the teaching environment, thereby promoting the traditional educational reform. Apache Struts software is provided by an open source project, Java Web it provided for the development of the model-view-controller (Model-View-Cont roller, MVC) framework, especially in the development of large scalable Web application, and provide a common framework, allows developers can concentrate its energy on how to solve actual business problems and are more suitable for large-scale development team. UML (Unified Modeling Language) is a visual modeling language, Powerful, easy-to-use, ease of development of communi (2007-06-10, Java, 871KB, 下载107次)

http://www.pudn.com/Download/item/id/294334.html
总计:188