fndSck327

所属分类:网络编程
开发工具:Delphi
文件大小:463KB
下载次数:17
上传日期:2009-06-20 14:48:11
上 传 者sail2000
说明:  一套Socket编程的控件,可以支持 Socket5和 httptunnle
(FUNDAMENTALS is a collection of Delphi code libraries. FUNDAMENTALS SOCKETS contains: Sockets cWinSock.pas WinSock functions cSocks.pas SOCKS4/5 functions cSocketHostLookup.pas Socket host lookup class cSockets.pas Base class for sockets cSocketsTCP.pas Base class for TCP sockets cSocketsTCPClient.pas Base class for TCP client sockets cSocketsTCPServer.pas Base class for TCP server sockets cSocketsUDP.pas Base class for UDP sockets cTCPStream.pas TCP stream class cTCPClient.pas TCP client component cTCPServer.pas TCP server component FUNDAMENTALS SOCKETS require FUNDAMENTALS UTILITIES (included).)

文件列表:
fndSck327\cDefines.inc (9032, 2004-04-01)
fndSck327\Datastructs (0, 2004-05-09)
fndSck327\Datastructs\cArrays.pas (191993, 2004-04-01)
fndSck327\Datastructs\cDictionaries.pas (183177, 2004-04-01)
fndSck327\Datastructs\cLinkedLists.pas (18943, 2004-04-01)
fndSck327\Datastructs\cSparseArrays.pas (44448, 2004-04-01)
fndSck327\Datastructs\cTypes.pas (14340, 2004-03-31)
fndSck327\Examples (0, 2004-05-09)
fndSck327\Examples\Host Lookup (0, 2004-05-09)
fndSck327\Examples\Host Lookup\fMain.dfm (1620, 2002-12-28)
fndSck327\Examples\Host Lookup\fMain.pas (1378, 2002-12-28)
fndSck327\Examples\Host Lookup\HostLookup.cfg (48, 2002-12-28)
fndSck327\Examples\Host Lookup\HostLookup.dpr (190, 2002-07-13)
fndSck327\Examples\Host Lookup\HostLookup.res (1536, 2002-10-08)
fndSck327\Examples\TCP Client Async (0, 2004-05-09)
fndSck327\Examples\TCP Client Async\fMain.dfm (1177, 2002-12-28)
fndSck327\Examples\TCP Client Async\fMain.pas (1592, 2002-12-28)
fndSck327\Examples\TCP Client Async\TCPClientAsync.cfg (48, 2002-12-28)
fndSck327\Examples\TCP Client Async\TCPClientAsync.dpr (550, 2002-07-14)
fndSck327\Examples\TCP Client Async\TCPClientAsync.res (1536, 2002-07-14)
fndSck327\Examples\TCP Client Thread (0, 2004-05-09)
fndSck327\Examples\TCP Client Thread\fMain.dfm (1196, 2002-12-28)
fndSck327\Examples\TCP Client Thread\fMain.pas (2205, 2002-12-28)
fndSck327\Examples\TCP Client Thread\TCPClientThread.cfg (48, 2002-12-28)
fndSck327\Examples\TCP Client Thread\TCPClientThread.dpr (551, 2002-07-14)
fndSck327\Examples\TCP Client Thread\TCPClientThread.res (1540, 2002-07-21)
fndSck327\Examples\TCP Server Async (0, 2004-05-09)
fndSck327\Examples\TCP Server Async\fMain.dfm (1224, 2004-05-09)
fndSck327\Examples\TCP Server Async\fMain.pas (1700, 2004-05-09)
fndSck327\Examples\TCP Server Async\TestTCPServer.dpr (193, 2004-05-09)
fndSck327\Examples\TCP Server Async\TestTCPServer.res (1536, 2004-05-09)
fndSck327\Examples\TCP Server Thread (0, 2004-05-09)
fndSck327\Examples\TCP Server Thread\Project1.dpr (188, 2004-05-09)
fndSck327\Examples\TCP Server Thread\Project1.res (876, 2004-05-09)
fndSck327\Examples\TCP Server Thread\Unit1.dfm (1253, 2004-05-09)
fndSck327\Examples\TCP Server Thread\Unit1.pas (1764, 2004-05-09)
fndSck327\Examples\UDP (0, 2004-05-09)
fndSck327\Examples\UDP\fMain.dfm (1204, 2002-12-28)
fndSck327\Examples\UDP\fMain.pas (1193, 2002-12-28)
fndSck327\Examples\UDP\UDPTest.cfg (48, 2002-12-28)
... ...

FUNDAMENTALS 3 - SOCKETS ======================== 1. Description FUNDAMENTALS is a collection of Delphi code libraries. FUNDAMENTALS SOCKETS contains: Sockets\ cWinSock.pas WinSock functions cSocks.pas SOCKS4/5 functions cSocketHostLookup.pas Socket host lookup class cSockets.pas Base class for sockets cSocketsTCP.pas Base class for TCP sockets cSocketsTCPClient.pas Base class for TCP client sockets cSocketsTCPServer.pas Base class for TCP server sockets cSocketsUDP.pas Base class for UDP sockets cTCPStream.pas TCP stream class cTCPClient.pas TCP client component cTCPServer.pas TCP server component FUNDAMENTALS SOCKETS require FUNDAMENTALS UTILITIES (included). FUNDAMENTALS UTILITIES contain: Utils\ cUtils.pas Utility functions for Integer, Bit, Set, Float, Memory and Dynamic Arrays cStrings.pas Ansi String functions cDateTime.pas Date and Time functions cRandom.pas Uniform random number generators cHash.pas Hashing functions Unicode\ cUnicodeCodecs.pas Unicode encoders/decoders cUnicodeChar.pas Unicode character functions cUnicode.pas Unicode string functions cUnicodeReader.pas Unicode reader classes DataStructs\ cTypes.pas Base class for data structures cArrays.pas Array classes cDictionaries.pas Dictionary classes cLinkedLists.pas Linked lists classes Streams\ cReaders.pas Data readers cWriters.pas Data writers cStreams.pas Streams System\ cRegistry.pas Windows Registry access cWindows.pas Windows API utilities cThreads.pas Thread wrapper cFileUtils.pas File utility functions cDynLib.pas Windows Dynamic libary functions cLog.pas Log class Internet\ cInternetUtils.pas Internet related utility functions XML\ cXMLFunctions.pas General purpose XML functions cXMLDocument.pas XML document classes cXMLParser.pas XML Parser 2. Installation 1. Extract all files from the ZIP file to a directory (have the "Use Folder Names" option checked), for example to c:\Fundamentals3 2. Open the and install the included package files: 1. Fundamentals3_UtilitiesD#.dpk 2. Fundamentals3_SocketsD#.dpk where # is your version of Delphi. If you have previously installed a version of Fundamentals with a different package name, you will have to remove the old packages before installing the new packages. 3. Optionally you can add the individual directories to your search path, eg \Fundamentals3\Utils;\Fundamentals3\DataStructs; ... etc. 3. Contact information Home page: http://www.eternallines.com/fundamentals Sourceforge page: http://fundementals.sourceforge.net Forum: http://sourceforge.net/forum/forum.php?forum_id=2117 E-mail: fundamentals@eternallines.com david@e.co.za 4. Copyright information These units are copyrighted by the author (c) 1995-2004. There are no restrictions on use of these libraries in your applications, including commercial applications. Included is the complete source code. In this same spirit I ask that you contribute to its further development. You are not allowed to distribute a modified version of the source files, nor misrepresent the origin of these libraries.

近期下载者

相关文件


收藏者