Welcome![Sign In][Sign Up]
Location:
Search - socket get

Search list

[WinSock-NDIS网络socket编程指南

Description:  ?Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?-Socket Programming let you frustrated? From the man pages is very difficult to get useful information? You want to go part time on the Internet-related programs, but for you to call connect () before the bind () and the structure of a loss?
Platform: | Size: 21736 | Author: Jack | Hits:

[Hook apiHookComm

Description: 使用Hook截获串口数据的程序-Program which get serial data by using hook
Platform: | Size: 168960 | Author: | Hits:

[Internet-Network网络socket编程指南

Description:  ?Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?-Socket Programming let you frustrated? From the man pages is very difficult to get useful information? You want to go part time on the Internet-related programs, but for you to call connect () before the bind () and the structure of a loss?
Platform: | Size: 21504 | Author: Jack | Hits:

[Game Server SimulatorTelnet高级编程

Description: 此编码具体说就是在网络通信过程中,从主机上获取需要确认的信息。,通过socket实现断口扫描。-the code explain how to get the authentication from server mechine while the course of net communicate,programme with socket.
Platform: | Size: 7927808 | Author: 谌夏 | Hits:

[Internet-Networkex 1

Description: 我们的关于socket编程的一次作业, 遵循HTTP/1.0, 实现了PUT和GET方法, 希望对大家有点用!-on a socket programming operations, followed HTTP/1.0, achieving GET and PUT methods, we hope to use a bit!
Platform: | Size: 17408 | Author: 王勤思 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[Internet-NetworkC++NetworkProgramming

Description: It is about C++ Network programming(Socket Application Programming Interface).If you listen this lesson, you must get this program!
Platform: | Size: 130048 | Author: 邓俊 | Hits:

[Windows DevelopwebTime

Description: Windows Sockets API,通常也称为WinSock,与Berkeley Sockets API兼容,因此,可以想象UNIX Socket程序代码可以顺利地拿到Windows上使用。NETTIME,如程序23-1所示,展示了使用WinSock API的方法-Windows Sockets API, also known as WinSock. with Berkeley Sockets API compatibility, therefore, imagine Socket UNIX code to successfully get on the use of Windows.NETTIME, as shown in the 23-1 procedures, and shows the use of WinSock API
Platform: | Size: 59392 | Author: 郑森 | Hits:

[WEB Codeligangan22

Description: Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等… 好在我已经将这些事完成了,我将和所有人共享我的知识了。如果你了解 C 语言并想穿过网络编程的沼泽,那么你来对地方了。 -Socket Programming let you frustrated? From the man pages, it is very difficult to get useful information? Times you want to go to the provision of Internet-related procedures, But as you call connect () before the bind () and the structure of a loss? And so on ... Fortunately, I have these things accomplished, and I will share all the knowledge I had. If you know the C language and would like to network programming through the swamp, then you come to the right place.
Platform: | Size: 24576 | Author: 李刚刚 | Hits:

[CommunicationudpSvr

Description: vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,服务器端-vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, server
Platform: | Size: 5120 | Author: 刘芳非 | Hits:

[CommunicationtcpClie

Description: vc++ Socket编程入门程序,容易上手,入门首选,才用tcp方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using tcp way, the client
Platform: | Size: 5120 | Author: 刘芳非 | Hits:

[CommunicationudpClie

Description: vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, the client
Platform: | Size: 2048 | Author: 刘芳非 | Hits:

[source in ebookVCsocketclient

Description: vc++ Socket编程入门程序,容易上手,入门首选,才用tcp方式,客户端-vc Socket Programming induction procedures, easier to get started, beginners choice before using tcp way, the client
Platform: | Size: 1024 | Author: 刘放 | Hits:

[Internet-Networkftpputget

Description: 在Linux下使用socket方式开发的FTP程序,可以事项GET PUT功能,是学习socket和ftp编程的入门代码。-Socket in Linux to use the FTP program to develop, you can GET PUT function matters, and ftp to learn socket programming code entry.
Platform: | Size: 2048 | Author: Leo ZHANG | Hits:

[Internet-Networksocket

Description: 网络socket编程指南 Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等…-Network Socket Programming socket programming guide let you frustrated you? From the man pages it is difficult to get useful information? On the times you want to provision Internet related program, but for you to call connect () before bind () the structure and what to do? And so on ...
Platform: | Size: 24576 | Author: 张小删 | Hits:

[Internet-Networkget

Description: vc++得到网站的源码,socket程序-vc++ to be the source Web site, socket program
Platform: | Size: 2048 | Author: zwy440 | Hits:

[Internet-Networkhttp

Description: 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
Platform: | Size: 1024 | Author: danny | Hits:

[Internet-Networksocket-get-ip_mac_mask

Description: 根据socket获取连接对方放的ip,mac-Each other to put ip socket to get a connection, mac
Platform: | Size: 40960 | Author: 王小泉 | Hits:

[JSPwifi下手机与电脑的socket通信

Description: 在wifi局域网下,手机可以和电脑通过socket通信。手机做服务端,电脑做客户端;也可以反过来,电脑做服务端,手机做客户端。 下面介绍的是手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。(In the WiFi LAN, the mobile phone can communicate with the computer through the socket. The mobile phone is the server side, the computer is the client; also can in turn, the computer does the service end, the mobile phone is the client. The following is the mobile phone as the server side. The computer uses MFC programming as the client. The principle is to set up a ServerSocket and get its IP address and port port. Then the computer connects ip:port to the mobile phone through socket.)
Platform: | Size: 6262784 | Author: sclink | Hits:

[Internet-NetworkMyUDP

Description: 使用UDP协议进行通讯,利用socket编写一个简单的网络应用程序,获取服务器当前的时间、日期和指定目录下的文件列表。(Use the UDP protocol to communicate, write a simple network application using socket, get the current time, date, and list of files in the specified directory.)
Platform: | Size: 7168 | Author: zizui | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net