Welcome![Sign In][Sign Up]
Location:
Search - socket tcp with file

Search list

[CommunicationChatSystem1

Description: 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent socket programming, the program uses a tcp / ip socket multithreaded programming, as well as some important synchronous operation done to control overtime, in order to reduce the waiting time, such as servers connected with the basic functions of QQ similar conduct multiple points of the peer-to-peer chat and file transfer. The advantages of this program is to transmit the data will not be lost, but users on the line when the assembly line immediately reflected.
Platform: | Size: 15432977 | Author: 陈超群 | Hits:

[ICQ-IM-ChatChatSystem1

Description: 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent socket programming, the program uses a tcp/ip socket multithreaded programming, as well as some important synchronous operation done to control overtime, in order to reduce the waiting time, such as servers connected with the basic functions of QQ similar conduct multiple points of the peer-to-peer chat and file transfer. The advantages of this program is to transmit the data will not be lost, but users on the line when the assembly line immediately reflected.
Platform: | Size: 15432704 | Author: 陈超群 | Hits:

[Internet-Networkupp_TCPSendFile

Description: TCP/IP进行文件传输的好源码,用于SOCKET编程-TCP/IP file transfer to a good source for programming SOCKET
Platform: | Size: 440320 | Author: lirui | Hits:

[Internet-NetworkBT.Demo

Description: 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLists.pas -- 排序的List组件 ThreadTimer.pas -- 定时器与线程池 DelayLists.pas -- 一个延时5秒再释放Object的队列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer内部使用 Bit Torrent Specification.htm -- BT协议文档 采用TCP打洞~!-Delphi achieved by browser bt download sample procedures, with all the source and BT agreement documentation package: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm- a simple bt download, and supports multiple. Torrent file to download at the same time btutils.pas- core bt components DCP*. pas- SHA algorithm source code (copy from the DEC Package) InetUtils.pas- to provide Internet download library SimpleSocks.pas- socket components (TCP) SortLists . pas- sort of the List components ThreadTimer.pas- timers and thread pool DelayLists.pas- a delay the release of five seconds and then Object queue FastShareMem.pas, MemPools.pas, ShareGlobals.inc- from ThreadTimer the internal use of Bit Torrent Specification.htm- BT agreement document using TCP holes ~!
Platform: | Size: 90112 | Author: 杨晓波 | Hits:

[Ftp Serversrc

Description: 计算机网络实验环境建立在TCP/IP 网络体系结构之上。各计算机除了安装TCP/IP 软件外,还安装了TCP/IP 开发系统,使各计算机具备了4.3 BSD UNIX 中进程通信套接字socket 的编程接口功能,可为用户提供网络进程通信功能。本实验利用这些功能,设计和实现一个简单的文件传送协议。-Experimental computer network environment based on TCP/IP network architecture above. In addition to the computer to install TCP/IP software, also installed the TCP/IP development system so that all computers have a 4.3 BSD UNIX socket socket communication in the process of the programming interface features to provide users with the process of communication networks. The experimental use of these features, design and realization of a simple file transfer protocol.
Platform: | Size: 9216 | Author: 高峰 | Hits:

[Internet-Networkmysniffer

Description: 程序中需要设置套接字的属性SIO_RCVALL,而SIO_RCVALL属性在文件mstcpip.h中定义。mstcpip.h是微软用于处理TCP/IP协议的一个头文件,这里面包含了WinSockets一系列相关函数,该文件在platform SDK套件中,该头文件在vc6.0中没有。 本项目中给出了该文件的内容。 编写sniffer程序的另一个方法是在文件中使用#define直接定义SIO_RCVALL。源文件中给出了#define SIO_RCVALL _WSAIOW(IOC_VENDOR,1) 二种方法选一个 vc6.0下编译运行即可,屏幕显示捕获的包的信息 -Procedures need to set up a socket attribute SIO_RCVALL, and SIO_RCVALL attributes defined in the document mstcpip.h. mstcpip.h is used to deal with Microsoft TCP/IP protocol, a header file, which contains WinSockets inside a series of related function, the file in the platform SDK package, the header files in vc6.0 not. This project is given the contents of the document. Procedures for the preparation of sniffer Another option is to use in the document# Define directly the definition of SIO_RCVALL. Source file is given# Define SIO_RCVALL _WSAIOW (IOC_VENDOR, 1) two kinds of methods of election of a compiler to run under vc6.0 can, screen display information packet capture
Platform: | Size: 16384 | Author: 莫松成 | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Internet-NetworkQQliaotiangongju

Description: 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器,等待对方接收文件等。基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。-This procedure using tcp/ip socket multi-threaded programming, a number of important and did a time-out synchronization control, in order to reduce the waiting time, such as connect to a server, waiting for the other party to receive documents. QQ with the basic functions similar to multi-point chat and peer-to-peer file transfer.
Platform: | Size: 244736 | Author: 竹竹 | Hits:

[OtherlinuxSocket

Description: 网络编程,一定离不开套接口;那什么是套接口呢?在Linux下,所有的I/O操作都是通过读写文件描述符而产生的,文件描述符是一个和打开的文件 相关联的整数,这个文件并不只包括真正存储在磁盘上的文件,还包括一个网络连接、一个命名管道、一个终端等,而套接口就是系统进程和文件描述符通信的一种 方法。目前最常用的套接口是字:字节流套接口(基于TCP)和数据报套接口(基于UDP),当然还有原始套接口,原始套接口提供TCP套接口和UDP套接 口所不提供的功能,如构造自己的TCP或UDP分组,我们这里主要介绍字节流套接口和数据报套接口。- Network programming, they must take sets of interfaces then what is a socket then? In Linux, all the I/O operations are generated through the read and write file descriptors, file descriptors and open a file associated with an integer, this document does not only include the real file is stored on disk, but also includes a network connection, a named pipe, a terminal and so on, while the socket is a system process and file descriptors communication methods. The most commonly used interface is a set of words: byte stream socket (based on TCP) and datagram sockets (based on UDP), of course, the original set of interfaces, the original set of interface provides TCP socket and UDP sockets are not provided by the features, such as TCP or UDP construct their own group, we are here mainly introduces the byte stream sockets and datagram sockets.
Platform: | Size: 8192 | Author: rason | Hits:

[Internet-NetworkBT.Demo

Description: 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLists.pas -- 排序的List组件 ThreadTimer.pas -- 定时器与线程池 DelayLists.pas -- 一个延时5秒再释放Object的队列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer内部使用 Bit Torrent Specification.htm -- BT协议文档-Implemented by the delphi bt downloader sample application with full source code and the BT protocol package file description: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm- bt download a simple device to support multiple. Torrent file while downloading btutils . pas- Core bt component DCP*. pas- SHA algorithm source code (Copy from DEC Package) InetUtils.pas- to provide Internet download library SimpleSocks.pas- socket components (TCP) SortLists.pas- Sort the List component ThreadTimer.pas- Timer with thread pool DelayLists.pas- a delay for 5 seconds then release the Object of the queue FastShareMem.pas, MemPools.pas, ShareGlobals.inc- from the ThreadTimer internal use Bit Torrent Specification.htm- BT protocol document
Platform: | Size: 91136 | Author: 陈建军 | Hits:

[Internet-NetworkSocket

Description: 这个文件实现了文件传输功能,简单的应用了Socket tcp/ip-The File can transmission file with Socket tcp or ip,which is maked in delphi 7 and with Pascal language
Platform: | Size: 386048 | Author: 李小军 | Hits:

[CSharpMenuServer

Description: 用C#写了个点菜系统的服务端,负责编辑菜单的xml文件,然后上传至手持终端,更新其上的菜单信息。兼具socket功能,接收手持终端传来的客人点的菜单信息。这个代码是半成品,里面有FTP操作的类,socket的Server端,TCP形式,还有XML的解析功能及图片的显示。(VS2005环境C#语言编写)-With C# wrote a la carte system, server, responsible for editing the menu' s xml file and uploaded to the handheld terminal, update the menu information. Both the socket function, hand-held terminal to receive guests are coming from the menu information. This code is semi-finished products, there are FTP operation type, socket of the Server side, TCP forms, as well as XML parsing function and image display. (VS2005 environment written in C#)
Platform: | Size: 52224 | Author: 陈旭 | Hits:

[TCP/IP stackClientaServer

Description: 基于TCP协议的socket编程,实现了客户端与服务器的通信功能,客户端可以登录,向服务器端发送自己要共享的文件的文件名,向服务器发送查找文件请求等。适于socket编程的初学者阅读。-TCP-based socket programming, client communication with the server, the client can log on to the server sending the file you want to share their file name, find the file requests to the server and so on. Socket programming for beginners to read.
Platform: | Size: 4096 | Author: YUANZX | Hits:

[Internet-NetworkSocket-tcp-udp

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Knowledge of the network, the network procedures for the preparation, Socket is connected applications and the bridge network driver, Socket created in the application, through a relationship with the driver bind. Since then, the application data sent to Socket, the Socket to the driver sent to the network. Received from the network computer with the Socket bound to IP+ Port-related data, by the driver to the Socket, Socket applications can be extracted from the received data. This web application is sending data through the socket and receiving. TCP and UDP and the preparation process works, how to link library file in the program. A character interface chat program.
Platform: | Size: 53248 | Author: huaminggong | Hits:

[Linux-UnixFTP_socket

Description: 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to complete a file transfer protocol (FTP) simple to achieve. Through this experiment, in-depth understanding of the principles of FTP protocol and protocol details, learn to use simple socket interface design application layer protocol, master TCP/IP network application design and implementation of basic skills. In the Linux system using the socket interface FTP client application, in strict accordance with RFC959, so that clients can connect to the server, and can do some basic FTP operations, such as listing directories, download files. FTP protocol implementation from the perspective of the client and the server' s command channel and data channels are separated.
Platform: | Size: 765952 | Author: gyh | Hits:

[Finance-Stock software systemBank-savings-system

Description: 个人编写,访真银行活期储蓄系统,拥有开户、销户、存款、取款、转帐、查询等功能。VC++6.0开发,是基于客户端与服务器程序开发。运用TCP/IP协议socket通信技术。压缩文件中包含:源代码、可执行文件、使用文档、系统和功能架构文档、另有PPT演试文稿。内容规范,是学习C++软件开发的好材料-Personal writing, current savings visit real banking system, with accounts, closing accounts, deposits, withdrawals, transfers, inquiries and other functions. VC++6.0 development, is based on the client and server application development. The use of TCP/IP protocol socket communications technology. Zip file contains: the source code, executable file, use the document, the system structure and function of the document, and another test speech PPT presentation. Content standards, is to learn C++ software development, good material
Platform: | Size: 1122304 | Author: dongxingfeng | Hits:

[JSP/JavaDTU-DATACENTER

Description: GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通过该类调用其他子类。 其中:DataReceiver.java 包括主程序main,以及TCP/IP 接收数据的实现。 DataAnalysis.java 对接受的数据按照既定格式进行拆分 DataBase.java 将数据写入Mysql数据库 DataStructure.java 规定数据格式 TwoThread.java 开启多线程功能 post.java 实现向新浪网备份数据 GetIP.java 获取本机固定IP-GPRS DTU data center source code, you can also use the actual cdma DTU to accept the program written in Java, which, ... \ WSNserver \ src for the source file, ... \ WSNserver \ bin for the executable program. The project file folder opened directly available eclipse for java compiler. Compilation is important to note that the library will be java-mysql placed in C: \ Program Files \ Java \ jre6 \ lib \ ext path. This procedure is only used outside this a Java class libraries. In the source file, DataReceiver.java main classes, the class called by other sub-categories. Of which: DataReceiver.java including the main program main, and TCP/IP implementation to receive data. DataAnalysis.java of the received data in accordance with the established format for split DataBase.java to write data to Mysql database DataStructure.java data format requirements TwoThread.java on multithreading post.java Sina backup data to achieve GetIP.java fix
Platform: | Size: 31744 | Author: 刑名 | Hits:

[TCP/IP stackecho_hello_udp

Description: 一个基于udp网络编程的程序,利用socket套接字写的简单的udp程序,支持两个用户之间的聊天。- a socket file with tcp/ip
Platform: | Size: 7168 | Author: 胡华江 | Hits:

[Software EngineeringFile-transfer-system-based-on-TCP

Description: 本系统借助JAVASE平台,使用socket通信实现两台计算机间的文件传输并设计了相应的GUI。本文给出了socket模式下实现文件准确快速传输的详细方法, 并给出了相应的核心实现代码。-System With JAVASE platform file transfer between two computers using socket communication and design appropriate GUI. Socket mode files quickly and accurately transfer method and corresponding core code.
Platform: | Size: 241664 | Author: 何鹏飞 | Hits:

[Internet-NetworkClientaServer

Description: 基于TCP协议的socket编程,实现了客户端与服务器的通信功能,客户端可以登录,向服务器端发送自己要共享的文件的文件名,向服务器发送查找文件请求等。适于socket编程的初学者阅读。-TCP-based socket programming, client communication with the server, the client can log on to the server sending the file you want to share their file name, find the file requests to the server and so on. Socket programming for beginners to read.
Platform: | Size: 4096 | Author: onhatgr | Hits:
« 12 »

CodeBus www.codebus.net