Description: Telnet服务器与Telnet客户机程序,涉及Telnet远程登陆与NT服务程序编程原理-Telnet server and Telnet client procedures involved and Telnet remote login service programming NT Principle Platform: |
Size: 160622 |
Author:孟了 |
Hits:
Description: Chapter 2: Getting Started Hello World
Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an ActionScript 3.0 class in an application. The Enhanced version adds a name-checking feature. These examples are meant to be built from scratch, tutorial-style. The example files are provided so you can see how they should look when completed.
Chapter 4: Object-Oriented Programming Geometric Shapes Uses the object-oriented concepts of class inheritance and the implementation of interfaces to provide an application that calculates values for simple geometric shapes.
Chapter 5: Display Programming Sprite Arranger Adds graphical Sprite objects to a drawing area and let you manipulate their placement in the display list. Builds upon the classes from the geometric Shapes example.
Chapter 6: Working with Dates and Times Simple Clock Displays a simple analog clock face using methods of the Date and flash.util.Timer classes.
Chapter 7: Working with Strings ASCII Art Loads bitmap images and coverts them into ASCII character equivalents, using a number of the methods in the String class.
Chapter 8: Working with Arrays Play List Demonstrates a number of methods of the Array class while building and presenting a play list of music files.
Chapter 9: Handling Errors Custom Errors Presents a simple framework containing a set of custom ApplicationError classes and shows how to throw, catch, and handle such errors.
Chapter 10: Using Regular Expressions Wiki Editor Uses regular expressions to convert text containing wiki-style codes into formatted HTML text. Also shows how to use regular expressions for other conversions, such as numeric calculations.
Chapter 11: Working With XML RSS Viewer Reads an RSS feed and formats the entries as HTML, including hyperlinks to the stories being referenced. This example shows the powerful new E4X statements and operators in action.
Chapter 13: Event Handling Alarm Clock Demonstrates how to define, dispatch, and handle custom event classes. Extends the Simple Clock application to create an Alarm Clock with specialized AlarmEvents.
Chapter 14: Networking and Communications File I/O Shows how to use the FileReference class to upload files from your local disk to a remote server, and how to download files from a remote server to your local disk.
Note: To run this example you will need to set the UPLOAD_URL and DOWNLOAD_URL variables in the code to the address of a web server that will accept uploads and allow downloads.
Telnet Socket Connects to a Telnet server and shows how to send and read bytes from the socket connection.
Note: To run this example you will need to have access to a running Telnet server.
Chapter 15: Working with Geometry Display Object Transformer Uses methods of the flash.geom.Matrix class to apply multiple geometric transformations to a DisplayObject.
Chapter 16: Client System Environment Capabilities Info Lists the capabilities of your current browser and operating system, by using the SystemCapabilities class and an ExternalInterface call that uses Javascript to retrieve browser properties.
Chapter 19: Using the External API IntrovertIM_CSharp
IntrovertIM_HTML A tiny instant messenger application the uses the flash.external.ExternalInterface class to send messages between a Flex/ActionScript application and an external application. Two versions are provided. One uses HTML and Javascript for the external application, and the other uses C#.
Platform: |
Size: 458790 |
Author:swj_tommy@tom.com |
Hits:
Description: Telnet服务器与Telnet客户机程序,涉及Telnet远程登陆与NT服务程序编程原理-Telnet server and Telnet client procedures involved and Telnet remote login service programming NT Principle Platform: |
Size: 160768 |
Author:孟了 |
Hits:
Description: C#网络与通信程序设计案例精讲.rar
\chap03 提供了本书第3章FTP服务器开发源程序;
\chap04 提供了本书第4章第FTP客户端开发源程序;
\chap05 提供了本书第5章电子邮箱系统源程序;
\chap06 提供了本书第6章基于Socket的聊天室源程序;
\chap07 提供了本书第7章多线程下载源程序
\chap08 提供了本书第8章基于Web的电子书店源程序;
\chap09 提供了本书第9章网络游戏源程序;
\chap10 提供了本书第10章基于Http协议浏览器的实现源程序;
\chap11 提供了本书第11章基于Web Service技术通信的实现源程序
\chap12 提供了本书第12章Telnet客户端实现源程序;
-C# Network and communications programming精讲case. Rarchap03 provided in Chapter 3 of this book to develop source FTP server chap04 provides book Chapter 4 the first source FTP client development chap05 provides book Chapter 5 electronic source mail system chap06 book provides Chapter 6 of the chat room based on the Socket source chap07 book provides a Chapter 7 multi-threaded download source chap08 provided under Chapter 8 of the Web-based e-book source procedures chap09 provided Chapter 9 of this book online game source chap10 book provides a Chapter 10 agreement based on Http browser source code to achieve chap11 provided in Chapter 11 of this book based on Web Service technology Communication source chap12 book provides a Chapter 12 Telnet client to achieve source Platform: |
Size: 1536000 |
Author:qinshaohua |
Hits:
Description: 演示在windows 上面,如何实现telnet server的例子.用于网络编程的入门学习.-Demonstration in the windows above, how to realize telnet server example. For network programming learning portal. Platform: |
Size: 64512 |
Author:risc700 |
Hits:
Description: 用c++写的一个telnet客户端和服务端的实现。编程-With c++ Write a telnet client and server implementations. Programming Platform: |
Size: 7915520 |
Author:zhangfenglong |
Hits:
Description: 一个基于Java编写的Socket程序,提供简单的FTP功能实现
This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.
Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs.
All Program Tested in JDK 1.4, and Run Successfully.
Do not forget to run server program before starting client program.
Developed By:
Divyen K Pate-A Java-based Socket procedures prepared to provide a simple FTP functions This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.Knowledge of socket programming, applet, AWT , thread, and IO streams is essential to understand these programs.All Program Tested in JDK 1.4, and Run Successfully.Do not forget to run server program before starting client program.Developed By: Divyen K Pate Platform: |
Size: 46080 |
Author:Tony Yau |
Hits:
Description: java网络编程员代码,前八章,涉及到基本服务器,客户端编程,和多线程的基本例子,十分适合初学者。-Network programmers java code, the former eight chapters, covering the basic server, client-side programming, and basic example of multi-threaded, very suitable for beginners. Platform: |
Size: 180224 |
Author:刘乐宝 |
Hits:
Description: 书名《Visual C++ 网络高级编程>内容简介:本书在对Visual C 各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。
对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C 网络编程基础并希望深入研究网络编程技术的读者。
ISDN:7115095639
第一章 TCP/IP协议
第二章 Winsock网络编程接口
第三章 Visual C 与网络编程
第四章 基本网络编程技术
第五章 Telnet协议的实现
第六章 HTTP协议的实现
第七章 FTP协议的实现
第八章 文件下载
第九章 UDP协议的实现
第十章 ICMP协议的实现
第十一章 PPP协议的实现
第十二章 代理服务器的实现
第十三章 ATL、DCOM和ActiveX技术
第十四章 网络安全
附录1 RFC文档分类-The title of " Visual C network of high-level programming" Description: The book of Visual C a variety of programming technologies and TCP/IP system introduced on the basis of the focus on advanced applications of network programming, the use of skills and difficulties. Including basic network programming technology, Telnet to achieve agreement, HTTP protocol to achieve, FTP to achieve agreement, document download, UDP protocol to achieve, ICMP protocol to achieve, PPP agreements achieved, the realization of a proxy server, ATL, DCOM, ActiveX technology, network security, multimedia and other network programming. Platform: |
Size: 19465216 |
Author:陈玲 |
Hits:
Description: 使用C++编写的telnet服务端程序,学习网络编程很好的参考资料。-Written in C++ telnet server program, learning a good reference for network programming. Platform: |
Size: 90112 |
Author:高自强 |
Hits:
Description: 基于linux网络C++编程-一个简单的telnet服务器和客户端-Web-based linux C++ programming- a simple telnet server and client Platform: |
Size: 318464 |
Author:Tony |
Hits:
Description: 本书在对Visual C++各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。
对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C++网络编程基础并希望深入研究网络编程技术的读者。
-The book on the basis of the system introduced on the various Visual C++ programming technology and TCP/IP and network programming, focusing on the advanced applications, the use of the skills and difficulties. Including basic network programming technology, implementation of the Telnet protocol, the HTTP protocol to achieve the implementation of the FTP protocol, file downloads, implementation of the UDP protocol, ICMP protocol to achieve the realization of the PPP agreement, the realization of the proxy server, ATL, DCOM, ActiveX technology network security, multimedia network programming. For each theme, the book gives examples and skills of its development essentials and applications, the book mainly for the foundation of a certain Visual C++ network programming and network programming techniques readers want to delve into. Platform: |
Size: 2650112 |
Author:刘俊杰 |
Hits:
Description: 本书在对Visual C++各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。
对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C++网络编程基础并希望深入研究网络编程技术的读者。 -The book of Visual C++ variety of programming techniques and TCP/IP system introduced on the basis of the focus on network programming, advanced applications, the use of skills and difficulties. Including basic network programming technology, Telnet protocol implementation, HTTP protocol implementation, FTP protocol implementation, file downloads, UDP protocol implementation, ICMP protocol implementation, PPP protocol implementation, the proxy server implementation, ATL, DCOM, ActiveX technology , network security, multimedia network programming. For each topic, the book is given its essentials and application development examples and techniques, this book has some Visual C++ primarily for network programming and want to delve into network programming technology readers. Platform: |
Size: 19581952 |
Author:wjm |
Hits: