-
1. Socket Programming Principle 1.1 Client/server communications model Soc Windo...
1.套接字编程原理
1.1 Client/server通信模型
1.2 Windows Sockets规范
1.3 套接字
1.3.1 套接字定义
1.3.2分类
1.3.3 套接字的作用
1.3.4端口与地址
1.3.5 套接口属性
2.基本的Windows Sockets API编程
2.1常用函数
2.2 TCP实例
2.3 UDP实例
2.4 Socket 通信阻塞的解决方法
3.MFC下的Socket编程的类
3.1 CAsyncSocket类
3.2 CSocket类
3.3 Windows Sockets:带存档的套接字的工作方式
3.4 流式套接字通信的操作顺序
3.5 使用 CAsyncSocket 类
3.6 从套接字类派生
3.7 套接字通知
3.8 一个使用CSocket类的网络通信实例
3.8.1 服务器端应用程序设计(ServerDemo)
3.8.2 客户端应用程序设计(项目名称ClientDemo)
4.套接字的托管实现
4.1 System::Net::Sockets 命名空间
4.2 实例:一个新邮件检查器
-1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t
- 2023-02-02 21:10:04下载
- 积分:1
-
win32系统编程1,内容有点深 johnson M.Hart著
win32系统编程1,内容有点深 johnson M.Hart著-a win32 system programming, as a little deep with johnson M. Hart
- 2022-02-04 10:19:42下载
- 积分:1
-
刚开始学习看的,感觉很不错,发布出来大家共享一下,希望对大家有所帮助。...
刚开始学习看的,感觉很不错,发布出来大家共享一下,希望对大家有所帮助。-Watch the beginning of the study, I feel very good, publish it for all to share what we hope will be helpful to everyone.
- 2023-07-31 10:10:04下载
- 积分:1
-
书籍,VC知识库
书籍,VC知识库-books, VC Knowledgebase
- 2022-05-15 01:31:42下载
- 积分:1
-
一个用C写的猴子选大王问题,是用键表实现的,拿出来和大家讨论一下...
一个用C写的猴子选大王问题,是用键表实现的,拿出来和大家讨论一下-a monkey was elected king of the problem by using keys table to achieve, and we like to talk about
- 2022-03-01 07:17:40下载
- 积分:1
-
窗口游戏编程技巧教程,最新的集成技术和…
windows游戏编程技巧教程,融合最新游戏编程技巧与方法-windows game programming skills tutorials, the latest integration techniques and methods Game Programming
- 2022-03-06 09:51:56下载
- 积分:1
-
MAPI类及简单的MAPI工程编程代码
MAPI类及简单的MAPI工程编程代码-MAPI category and simple MAPI programming code works
- 2022-05-31 19:39:33下载
- 积分:1
-
The results of using J2EE in practice are often disappointing: applications are...
这本书拥有一大堆“看点”。譬如说,它的作者Rod Johnson拥有10年编写Java程序的经验,目前是Servlet和JDO 2.0两个JSR专家组的成员;再譬如说,书中着力介绍的Spring、Hibernate、WebWork等都是时下流行的开源框架,IoC、AOP之类都是时下流行的概念词汇。而最大的看点就赫然摆在这本书的封面上:“without EJB”。我们曾经在无数的书籍和文章中看到,EJB是J2EE的核心技术之一;而Rod Johnson的这本书竟然宣称,绝大多数的J2EE应用根本不需要EJB。这种近乎挑衅的姿态令任何一个负责的J2EE架构师很难不萌生一探究竟的念头――不论你是打算赞同他还是打算驳斥他。
但所有这些尽皆不是本书最大的价值所在。选择一种架构、一种技术的依据是什么?Rod Johnson认为,应该是基于实践的证据、来自历史项目或亲自试验的经验,而不是任何形式的偶像崇拜或者门户之见。书中谈到了企业应用方方面面的问题和解决办法,而这些方案无一不是这种“循证方法”的产物。除了把这些方案交给读者,Rod Johnson通过这本书希望传达的、更为重要的信息正是“循证”的工作方式――那原本就应该是程序员的工作方式。 -The results of using J2EE in practice are often disappointing: applications are often slow, unduly complex, and take too long to develop. Rod Johnson believes that the problem lies not in J2EE itself, but in that it is often used badly. Many J2EE publications advocate approaches that, while fine in theory, often fail in reality, or deliver no real business value.
- 2022-03-03 16:55:07下载
- 积分:1
-
book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis...
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。类库2-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the MF
- 2022-07-09 17:48:50下载
- 积分:1
-
本书的主要目标是为你提供有关Java 应用和Java applets 的面向对象的程序设计所必需的知识和技能;
并讲授Java 编程语言句法和面向对象的概念...
本书的主要目标是为你提供有关Java 应用和Java applets 的面向对象的程序设计所必需的知识和技能;
并讲授Java 编程语言句法和面向对象的概念,以及Java 运行环境的许多特性, 对图形用户界面(GUIs)、
多线程和网络的支持等。本课程包括了参加SUN Certified Java Programmer 和SUN Certified Java Developer
考试所必备的知识。-The main objective of this book is for you to provide Java applications and Java applets of the object-oriented programming the necessary knowledge and skills and teach Java programming language syntax and object-oriented concepts, Java runtime environment as well as many of the features of of graphical user interfaces (GUIs), multithreading and network support. Take part in this course include the SUN Certified Java Programmer and SUN Certified Java Developer exam necessary knowledge.
- 2022-02-09 19:31:56下载
- 积分:1