Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - TCP
Search - TCP - List
DL : 0
这个是linux下,用c语言写的客户端和服务器通信的tcp程序-err
Update : 2024-04-28 Size : 2048 Publisher : 曹旭博

P2PTCP
DL : 0
使用INDY组件中TCP组件进行文件的收发-INDY components use TCP to send and receive files components
Update : 2024-04-28 Size : 403456 Publisher : 吴昊

DL : 0
windows 网络编程。tcp服务器端,客户段源代码。-windows network programming. tcp server-side, customer segment the source code.
Update : 2024-04-28 Size : 63488 Publisher : amwfge

wince环境下的TCP网络接口编程,包含服务器和客户端程序-wince environments TCP network interface programming, including server and client program
Update : 2024-04-28 Size : 126976 Publisher : 邓从阳

关于TCP/IP的详细内容,网络编程相关方面-On the TCP/IP details of the relevant aspects of network programming
Update : 2024-04-28 Size : 129024 Publisher : tanweijie

DL : 0
用java写的tcp数据包发送和接收代码。-Using java to write the tcp packet send and receive code.
Update : 2024-04-28 Size : 2048 Publisher : 杨敏

使用CSock类编程的网络通讯程序,实现TCP通讯。-Use category CSock network communications programming procedures, the realization of TCP communications.
Update : 2024-04-28 Size : 9602048 Publisher : ycyinchina

DL : 0
关于TCP聊天的一个线程.用SCOKET编制!-TCP chatting on a thread. SCOKET prepared to use!
Update : 2024-04-28 Size : 65536 Publisher : 林楠

DL : 0
TCP通讯,可以完成测试(服务器与客户端)-TCP communications, to be completed test (server and client)
Update : 2024-04-28 Size : 9216 Publisher : ray

DL : 0
一个网络编程的程序代码,实现TCP聊天功能,包括服务器端和客户端-A network of programming code to achieve TCP chat functions, including server-side and client
Update : 2024-04-28 Size : 552960 Publisher : Joan

DL : 0
本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-This procedure can be used for TCP communication debugging, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server. This procedure in the preparation of some of their own server or client process more useful when debugging.
Update : 2024-04-28 Size : 1963008 Publisher : 雷钊

基于TCP协议的网络聊天程序,基于MFC编程。-Based on the TCP network protocol chat program, based on the MFC programming.
Update : 2024-04-28 Size : 82944 Publisher : 小明

DL : 0
tcp/ip技术简单介绍,快速入门的书籍。 网络技术基础知识-tcp/ip technology brief QuickStart books. Basic knowledge of network technology
Update : 2024-04-28 Size : 21622784 Publisher : hezf

DL : 0
本书介绍TCP/IP及其应用。TCP/IP是Internet上使用的协议, 而Internet是世界上最大的互联网络。本书内容十分丰富,几乎涵盖了有关TCP/IP的各个方面, 包括开放式通信模型、TCP/IP通信模型、IP网络中的命名和寻址机制、地址解析及反向地址解析协议、 DNS域字服务器、WINS、地址发现协议、IPv6、IP网络中的路由协议(RIP、OSPF等)、互联网打印协议、 LDAP目录服务、远程访问协议、IP安全与防火墙。本书介绍了如何为Windows 9x/NT配置TCP/IP; 还介绍了如何使用TCP/IP应用程序,包括远程登录、FTP、Web浏览等。 -Introduce the book TCP/IP and its application. TCP/IP is the Internet use agreement, and the Internet is the world
Update : 2024-04-28 Size : 21612544 Publisher : 脉冲信号

CSharpTCP
DL : 0
用C#编写的TCP/IP异步的聊天程序,有兴趣的可以看下-Using C# Prepared TCP/IP asynchronous chat program, interested can facie
Update : 2024-04-28 Size : 92160 Publisher : zgstianshi

VxWorkstcp
DL : 0
vxworks 下的网络程序源码--TCP源代码例子-VxWorks under the network program source code- TCP source code examples
Update : 2024-04-28 Size : 19456 Publisher : 李志海

DL : 1
ucos-ii官方的tcp-ip栈,自解压文件-ucos-ii official tcp-ip stack, self-extracting files
Update : 2024-04-28 Size : 1024000 Publisher : 郭艳红

TCP.UDP协议的实时监听,delphi程序。可供参考-Real-time monitoring TCP.UDP agreement, delphi procedures. For reference
Update : 2024-04-28 Size : 205824 Publisher : 杨雪峰

TCP.UDP高级编程,是一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行-TCP.UDP high-level programming, is an advanced chat program, the program integrates TCP and UDP chat program, pay attention to the procedures need to be set when running command-line parameters, you can configure the project settings, either through command-line parameters direct execution
Update : 2024-04-28 Size : 69632 Publisher : huangchen

DL : 0
TCP数据包的填充并发送,考虑到课设并没有严格要求我们成功发送到目的地,所以利用函数sendto()来实现数据包的发送,这种方式不可靠,只能保证数据是否从源地发送出去,至于有没有到达目的地就不管了。-TCP packet and send the filled, taking into account the lessons did not set strict demands of our success is sent to the destination, so the use of function sendto () to achieve the data packet to send, this method is unreliable and can only guarantee that the data from source sent out, as have not reach their destinations on and go on.
Update : 2024-04-28 Size : 1206272 Publisher : 伍衡
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.