CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - socket programming
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - socket programming - List
[
Web Server
]
ligangan22
DL : 0
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.
Date
: 2008-10-13
Size
: 24.25kb
User
:
李刚刚
[
Web Server
]
200459151651
DL : 0
socket编程经典小例子,简单实用,用它可进行聊天软件的制作,使用mfc制作聊天软件!-socket programming classic example of a small, simple and practical, it can be used for the production of chat software, the use of chat software mfc produced!
Date
: 2008-10-13
Size
: 25.18kb
User
:
刘宾
[
Web Server
]
Networking
DL : 0
Java网络编程方面,包括服务器、Socket、http等方面的12个程序-Java programming networks, including servers, Socket, http and so the 12 procedures
Date
: 2025-12-20
Size
: 24kb
User
:
朱桂添
[
Web Server
]
sockInWeb
DL : 0
此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用"阻塞SOCKET"来实现快捷、高效的目的。我们平常所见的SOCKET程序,一般都是使用"非阻塞SOCKET",以其提高程序的效率。那么有没有办法使用"阻塞SOCKET"也能方便、快捷的实现我们的网络通讯要求呢?CSocketBlockServer和CsocketBlockClient主要是为了这一目的而编写的。目的分述如下: 1.为了简化使用"阻塞SOCKET"的编程。 2.此外,我发现很多类似的程序中,服务器或客户端既是服务器、又是客户端,尽管这 并不影响通讯,但这确实淡化了C/S模式的本意 这两个类很好的体现了C/S模式,而且 支持多用户。 3.这两个类,可以做为"非阻塞SOCKET"的补充。 使用时,需要在主程序中开辟额外的线程,在线程内部调用这两个类的成员函数来实现,实现过程比较简便。只要客户端成功连接到服务器,双方就可以任意发送数据,而不需要多 次连接。 如果编译时有错误提示:找不到ws2_32.lib,则请确认该文件的实际路径,将此文件加入工程中即可。-this project mainly involves the preparation of his two categories : CSocketBlockServer and CSocketBlockClient. The procedure on how to use these two categories, "SOCKET obstruction" to achieve a fast, efficient purpose. Usually we see SOCKET procedures are generally used "nonblocking socket," with the efficiency of the process. So is there any way the use of "obstruction SOCKET" convenient and efficient realization of network communications requirements? CSocketBlockServer and CsocketBlockClient mainly to the purpose of preparation. A breakdown is as follows : 1. To simplify the use of "obstruction SOCKET" programming. 2. Moreover, I found that many similar proceedings, the server or client is server, the client is, although this does not affect com
Date
: 2025-12-20
Size
: 19kb
User
:
[
Web Server
]
200459151651
DL : 0
socket编程经典小例子,简单实用,用它可进行聊天软件的制作,使用mfc制作聊天软件!-socket programming classic example of a small, simple and practical, it can be used for the production of chat software, the use of chat software mfc produced!
Date
: 2025-12-20
Size
: 25kb
User
:
刘宾
[
Web Server
]
TestWinSock
DL : 0
simple webserver simulator to show how a web server takes request on a windows environment and reponds using socket programming.
Date
: 2025-12-20
Size
: 509kb
User
:
Maqsood
[
Web Server
]
ceshi
DL : 0
简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
Date
: 2025-12-20
Size
: 3.79mb
User
:
张建权
[
Web Server
]
WebServer
DL : 0
简单web服务器 socket编程 支持自动获取ip 可选择端口号 选择根目录-Simple web server socket programming support can choose to automatically obtain ip port number to choose the root directory
Date
: 2025-12-20
Size
: 27kb
User
:
孤独
[
Web Server
]
RemoteProcedureCall
DL : 0
Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
Date
: 2025-12-20
Size
: 1kb
User
:
pagal
[
Web Server
]
HTTP1
DL : 0
1. 编写简单的HTTP 1.0 客户端程序;编写简单的HTTP 1.0 服务器程序; (1) 实践内容 (2) 实现过程 注意: ① 具体体现Socket的编程流程,注意区分Java Socket与其它Socket的区别; ② 在此实践中某些功能模块的实现流程; ③ 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程; (3) 关键技术 关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴; (4) 遇到的问题及解决方案 -1. Write a simple HTTP 1.0 client program write a simple HTTP 1.0 server program (1) of practice content (2) implementation process Note: ① embodied Socket programming process, a distinction with other Java Socket Socket difference ② Some features of this practice in the implementation process of the module ③ the best use of UML class diagrams or structure of the program flow chart to describe the program implementation process (3) write a key technology in the completion of each function key to use when specific function, but do not paste the entire code (4) the problems and solutions
Date
: 2025-12-20
Size
: 57kb
User
:
qinyuchun
[
Web Server
]
TCPtime
DL : 0
VC6.0环境,使用套接字编程,实现客户端和服务器端相通信,服务器发送时间给客户端,其中基于协议TCP。-In VC 6.0 environment, use a socket programming, fulfill the client and the server communication, the server sends time to the client, which based on the protocol TCP.
Date
: 2025-12-20
Size
: 1.79mb
User
:
Jane
[
Web Server
]
BinaryResources_src
DL : 0
Socket Programming, Transfer Binary Data
Date
: 2025-12-20
Size
: 1kb
User
:
Ganesh
[
Web Server
]
socket
DL : 0
这是SOCKET编程资料,很基础的,主要讲解了socket编程基本原理-This is the SOCKET programming information, very basic, mainly on the socket programming principle
Date
: 2025-12-20
Size
: 165kb
User
:
wangyongjun
[
Web Server
]
Socket-Programming-in-CSharp
DL : 0
socket server and client using C#, visual studio 2012
Date
: 2025-12-20
Size
: 28kb
User
:
alon
[
Web Server
]
Networking-and-Socket-programming-tutorial-in-C_f
DL : 0
Networking program and tools.
Date
: 2025-12-20
Size
: 655kb
User
:
Abhishek Bist
[
Web Server
]
Simple-socket.doc.tar
DL : 0
this code is for python socket programming
Date
: 2025-12-20
Size
: 12kb
User
:
madhu
[
Web Server
]
dictionary
DL : 0
its one dictonary code in socket programming with java and have admin
Date
: 2025-12-20
Size
: 3kb
User
:
shadi
[
Web Server
]
client-server
DL : 0
CLIENT SERVER COMMUNICATION OVER TCP WITH SOCKET PROGRAMMING
Date
: 2025-12-20
Size
: 2kb
User
:
Rohit
[
Web Server
]
socket
DL : 0
Socket programming source-Basic
Date
: 2025-12-20
Size
: 24kb
User
:
yasaman
[
Web Server
]
code
DL : 0
本代码中采用多进程进行socket编程,简单实现了web服务器的开发,python程序在本机运行后,打开浏览器,输入127.0.0.1:8000即可看到结果,采用http协议(The code used in the multi-process socket programming, the simple realization of the web server development, python program in the machine running, open the browser, enter 127.0.0.1:8000 can see the results, using http protocol)
Date
: 2025-12-20
Size
: 35kb
User
:
山景无言
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.