计算机专业毕业设计(论文)外文翻译2篇
《计算机专业毕业设计(论文)外文翻译2篇》由会员分享,可在线阅读,更多相关《计算机专业毕业设计(论文)外文翻译2篇(14页珍藏版)》请在毕设资料网上搜索。
1、 毕业设计 (论文 )外文文献翻译 译文一 : Introduction to TCP/IP Introduction 译文二 : Client Server Programming with Winsock 学生姓名 学 号 系 别 信息与电子系 专业 班级 计算机科学与技术 Introduction to TCP/IP Introduction Author Catalyst Development Catalyst Development is a recognized leader in Internet component software whose award-winning p
2、roducts are used by thousands of corporate, government and independent developers around the world. Introduction With the acceptance of TCP/IP as a standard platform-independent network protocol, and the explosive growth of the Internet, the Windows Sockets API (application program interface) has em
3、erged as the standard for network programming in the Windows environment. This document will introduce the basic concepts behind Windows Sockets programming and get you started with your first application created with SocketWrench. SocketWrench is part of a package developed by Catalyst called the S
4、ocketTools Visual Edition. SocketTools includes components and libraries for many of the popular Internet application protocols, such as FTP, POP3, SMTP and HTTP. For more information about the complete SocketTools package, visit the Catalyst website at . It is assumed that the reader is familiar wi
5、th Visual Basic and has installed the SocketWrench control.If youre already familiar with sockets programming, feel free to skip this section. There are two general approaches that you can take when creating a program that uses Windows Sockets. One is to code directly against the API. The other is t
6、o use a component which provides a higher-level interface to the library by setting properties and responding to events. This can provide a more natural programming interface, and it allows you to avoid much of the error-prone drudgery commonly associated with sockets programming. By including the c
7、ontrol in a project, setting some properties and responding to events, you can quickly and easily write an Internet-enabled application. SocketWrench provides a comprehensive interface to the Windows Sockets library and will be used to build a simple client-server application in the next section of
8、this document. Before we get started with the control, however, well cover the basic terminology and concepts behind sockets programming in general. Transmission Control Protocol (TCP) When two computers wish to exchange information over a network, there are several components that must be in place
9、before the data can actually be sent and received. Of course, the physical hardware must exist, which is typically either a network interface card (NIC) or a serial communications port for dial-up networking connections. Beyond this physical connection, however, computers also need to use a protocol
10、 which defines the parameters of the communication between them. In short, a protocol defines the rules of the road that each computer must follow so that all of the systems in the network can exchange data. One of the most popular protocols in use today is TCP/IP, which stands for Transmission Cont
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机专业 毕业设计 论文 外文 翻译
