Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - library
Search - library - List
一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放WinSock。 -a simple TCP client a process, the use of WSAStartup () initialization WinSock library. 2, the use of socket () to create a IPPROTO_TCP SOCKET. 3, the use of gethostbyname () / gethostbyaddr () mainframe access information. 4, the use of connect (), and we create the socket connections server. 5, the use of send () / recv () to send and receive data until we TCP end of the session. 6, the use of closesocket () closes socket connections. 7, the use of WSACleanup () release WinSock.
Date : 2008-10-13 Size : 4.98kb User : 顾谦

使用下面的库 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 可以封装用户自己的以太网链路收发报文. -use of the library kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib users can package their own Ethernet transceivers link text.
Date : 2008-10-13 Size : 131.69kb User : 潘仕彬

不错的RTP库 代码 希望对你有用-good RTP library code hope useful to you
Date : 2008-10-13 Size : 148.68kb User : 李李

DL : 0
RasAPI. 使用此函数库可以管理windows拨号连接,包含拨号,断开,获取所有连接,获取连接统计信息等.-RasAPI. Using this library can manage windows dial-up connections, including dial-up, disconnected, acquire all the connectivity, access to information and other statistics linking.
Date : 2008-10-13 Size : 9.84kb User : 1111

Filesharing-Bittorrent p2p client connected to TCP supernode/leaf network and UDP DHT network. Ares features a built-in directshow media player, a powerful library manager, shoutcast radio support and can be used to host p2p Chatrooms. -Filesharing - Bittorrent p2p client conne cted to supernode TCP / UDP leaf network and DHT n etwork. cf features a built-in directshow me dia player, a powerful library manager, shoutcast radio support and can be used to host p 2p gossips.
Date : 2008-10-13 Size : 1.1mb User : 林晓

pynids is a python wrapper for libnids, a Network Intrusion Detection System library offering sniffing, IP defragmentation, TCP stream reassembly and TCP port scan detection. Let your own python routines examine (or kill) network conversations.
Date : 2008-10-13 Size : 133.6kb User : 李强

DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP / IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the product, the product is suitable. DSock simple C language function, the use of these functions, programmers can write procedures Internet.
Date : 2008-10-13 Size : 26.4kb User : 林辰

DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP / IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the product, the product is suitable. DSock simple C language function, the use of these functions, programmers can write procedures Internet.
Date : 2008-10-13 Size : 25.49kb User : 林辰

DL : 0
一个很不错的程序 是我同学做的 不是我做的 是一个图书管理的-a very good procedures is my classmates do is not what I am doing is a library management
Date : 2008-10-13 Size : 5.53kb User : 周强

不错的RTP库 代码 希望对你有用-good RTP library code hope useful to you
Date : 2025-12-30 Size : 148kb User : 李李

DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP/IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the product, the product is suitable. DSock simple C language function, the use of these functions, programmers can write procedures Internet.
Date : 2025-12-30 Size : 26kb User : 林辰

DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP/IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the product, the product is suitable. DSock simple C language function, the use of these functions, programmers can write procedures Internet.
Date : 2025-12-30 Size : 25kb User : 林辰

DL : 0
一个很不错的程序 是我同学做的 不是我做的 是一个图书管理的-a very good procedures is my classmates do is not what I am doing is a library management
Date : 2025-12-30 Size : 5kb User :

一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放WinSock。 -a simple TCP client a process, the use of WSAStartup () initialization WinSock library. 2, the use of socket () to create a IPPROTO_TCP SOCKET. 3, the use of gethostbyname ()/gethostbyaddr () mainframe access information. 4, the use of connect (), and we create the socket connections server. 5, the use of send ()/recv () to send and receive data until we TCP end of the session. 6, the use of closesocket () closes socket connections. 7, the use of WSACleanup () release WinSock.
Date : 2025-12-30 Size : 5kb User : 顾谦

使用下面的库 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 可以封装用户自己的以太网链路收发报文. -use of the library kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib users can package their own Ethernet transceivers link text.
Date : 2025-12-30 Size : 131kb User : 潘仕彬

UDNS是一套DNS位址解析的函式庫,同時支援同步查詢與非同步查詢.本udns-0.0.4-win32函式庫經Michael Tokarev維護成為windows板本函式庫.-UDNS is a set of DNS addresses parsing library, at the same time support synchronous query and asynchronous query. The udns-0.0.4-win32 library by Michael Tokarev maintenance windows become the library board.
Date : 2025-12-30 Size : 55kb User : 楊先生

这是应用于公司某金融软件中的TComm库源代码,采用C++,提供了对于TCP通讯的封装-This is used in the company of a financial software TComm library source code, using C++, provides a package of communications for the TCP
Date : 2025-12-30 Size : 8kb User : Zhu Zhengqiang

跨平台C++ 功能全面的Socket类库,支持TCP,UDP,限速-Cross-platform C++ full-featured Socket library, support TCP, UDP, speed limits, etc.
Date : 2025-12-30 Size : 4kb User : danny

Program Macspoof Created by Bruce Raisley and released to the public domain. Compiles under Delphi 6,7 and up Requires: NETCONLib_TLB import type library Type Lib: C:\WINDOWS\system32\hnetcfg.dll (1)
Date : 2025-12-30 Size : 25kb User : cmatoshot

Bigspeed Secure Socket Library-Free source code
Date : 2025-12-30 Size : 691kb User : Choochun
« 12 3 4 5 6 7 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.