搜索资源列表
-
0下载:
Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等…
好在我已经将这些事完成了,我将和所有人共享我的知识了。如果你了解 C 语言并想穿过网络编程的沼泽,那么你来对地方了。
-Socket Programming let you frustrated? From the man pages, it is very difficult to get
-
-
0下载:
FTPServer ICS 网络 互联网 Socket使用ICS做的FTP服务器程序-FTPServer ICS Socket Internet network using ICS do FTP server
-
-
0下载:
网络服务器编程,包含TCP和UDP,几款流行的服务器模型-Web server programming, including TCP and UDP, several popular server model
-
-
1下载:
Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。
Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
-
-
0下载:
有基于TCP与UDP的网络聊天程序,支持多线程-TCP and UDP based on network chat program to support multi-threaded
-
-
0下载:
a litle software to use a internet proxy... very usefuly to get in bloked websites.
-
-
0下载:
一个从网上下载的,网络服务程序!不知道对学习socket编程的有没有帮助!-A download from the Internet, the network service program! Do not know socket programming in learning are of no help!
-
-
4下载:
Linux环境下Socket编程:
1.网络时间服务器timeserver,为网络上的用户提供时间服务,即为网络用户返回服务器的当前时间;记录发出请求的网络用户的IP地址(保存到文件中),格式如下:
IP地址 请求时间
时间服务客户端timeclient,该客户端能够向服务器发送时间服务请求,并把获得的时间返回给用户。
采用TCP协议编写一个远程数据备份服务器,运行客户端将本地文件备份到远程的服务器中。
-Socket Programming Linux environm
-
-
0下载:
Debug较大,不得于上传,已删。下载的朋友可自行运行得到exe文件。
系统是实现一个有图形界面的网络聊天室,是基于面向连接的流式通信协议TCP。该系统是利用VC++6.0进行较复杂的网络编程,完成网络聊天室的设计及编写。C++语言有SOCKET套接字,基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序一般分为服务器端和客户端两部分。-System is to achieve a graphical interface, online chat rooms, is
-
-
0下载:
Guide to network programming using internet socket
-
-
0下载:
DIBAPI comm网络通信设计代码DIBAPI comm network communication design code
-DIBAPI comm network communication design code
-
-
0下载:
利用异步网络套接字实现网络聊天室程序,界面简单,代码易懂-Asynchronous network socket to use Internet chat room procedures, the interface is simple, easy to understand code
-
-
0下载:
C#网络编程基础一书的所有例子,涵盖从SOCKET到加密的所有功能,值得学习-C# Network Programming, a book of all the examples, ranging from SOCKET to encrypt all the features, it is worth learning
-
-
0下载:
Socket(套接字)是一种网络编程接口,提供系统调用和相关辅助函数,帮助程序员进行网络程序开发。这是一个基于windows系统的互联网winsock程序-Socket (socket) is a network programming interface, the system call and related support functions to help programmers to network application developers. This is a windows-b
-
-
0下载:
网络聊天室——(服务器-客户端)模式
主要技术:网络套接字、多线程 UDP协议
功能:
实现了在线聊天功能
客户端:发送信息、私聊等
服务器:发送信息、发送公告、踢人等
代码清新实用,很适合初学者。-Internet chat rooms- (Server- Client) Mode
Key technology: network socket, multi-threaded UDP protocol
Functions:
Online chat
-
-
0下载:
Socket(套接字)是一种网络编程接口,提供系统调用和相关辅助函数,帮助程序员进行网络程序开发。这是一个基于windows系统的互联网winsock程序-Socket (socket) is a network programming interface, the system call and related support functions to help programmers to network application developers. This is a windows-b
-
-
0下载:
linux下网络聊天室,采用socket网络编程,对于理解linux网络编程很有启发意义-Internet chat rooms under linux, using socket network programming, network programming is useful for understanding the linux instructive
-
-
0下载:
实现了聊天功能 局域网文件传输功能 分客户端和服务器端-File transfer is one of the most commonly used services on the Internet, a multi-threaded file transfer can effectively improve the file transfer speed and efficiency, this system use the Windows sockets implementation, So
-
-
0下载:
The proxy is also called server or gateway . Proxy allows users on a network to browse the Web, send files over FTP, and work with E-mail and other Internet services.
How the Proxy Works?
Simply put, proxy are gateway applications used to rout
-
-
0下载:
使用TCP/IP协议的应用程序通常采用应用编程接口:UNIX BSD的套接字(socket)和UNIX System V的TLI(已经被淘汰),来实现网络进程之间的通信。就目前而言,几乎所有的应用程序都是采用socket,而现在又是网络时代,网络中进程通信是无处不在,这就是我为什么说“一切皆socket”。(Applications that use the TCP/IP protocol usually use the application programming interface: U
-