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

Search list

[Internet-Networkvchomwe_net

Description: 网络编程,主要是通讯开发:vc和tcp机制-network programming, mainly in telecommunications development : vc mechanism and tcp
Platform: | Size: 509952 | Author: 老吴 | Hits:

[Proxy ServerMyProxySrc

Description: 一个标准版的代理服务器源码。支持UDP,HTTP,TCP多种方式代理。-a standard version of the proxy server source code. Support for UDP, HTTP, TCP Acting variety of ways.
Platform: | Size: 48128 | Author: 肖双全 | Hits:

[Internet-NetworkVC网络通信代码

Description: 《VC网络通信》书中的全部例子的源代码。其中有用API写的聊天室程序(TCPIP)TCP,RTP网络传输的程序。-"VC network communication," the book all examples of source code. API which was useful chat rooms (TCPIP) TCP, RTP network transmission procedures.
Platform: | Size: 3335168 | Author: 陈明 | Hits:

[Scanner一个简单的端口扫描程序

Description: TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描-TCP connect () scan, TCP SYN scanning TCP FIN scan
Platform: | Size: 29696 | Author: 往常 | Hits:

[Internet-NetworkTCP自环程序

Description: 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to test the local loop.
Platform: | Size: 1235968 | Author: 李京津 | Hits:

[ICQ-IM-Chatlt

Description: 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). -similar to the LAN QQ chat software, including server and client, using tcp/ip socket multithreaded programming, the server-client primarily responsible for the registration of land users, user information access. Client with the other client information control and transmission (packet includes chat and transmission).
Platform: | Size: 248832 | Author: 耿丹飞 | Hits:

[ICQ-IM-Chat基于JAVA的ICQ系统的设计于实现

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Platform: | Size: 1710080 | Author: 陈玉平 | Hits:

[Communication-MobileExample ModbusTCP server - source and WIN32 execut

Description: MODBUS TCP(C++)Example ModbusTCP server - source and WIN32 executable有可执行文件-MODBUS TCP (C) Example ModbusTCP server-Win32 source and executable file is executable
Platform: | Size: 29696 | Author: 李瑶 | Hits:

[Internet-Network网络聊天:VC winsock-tcp

Description: 一个经典的socket套接字的程序!分为server和client两个部分! 利用CSocket发送消息!!值得新手学习socket的使用!-a classic socket socket procedures! Server and client divided into two parts! Use CSocket messaging! ! Newcomers should learn to use the socket!
Platform: | Size: 67584 | Author: teky | Hits:

[Other Embeded programlwip_BF533

Description: lwip tcp/ip 协议栈 adsp BF533 DSP 移植 用 visual dsp++ 编译-lwip tcp/ip protocol stack adsp BF533 DSP transplant visual dsp compiler
Platform: | Size: 2525184 | Author: 吴世仁 | Hits:

[TCP/IP stackether

Description: 基于pic的tcp/ip的程序,ne2000兼容的网卡控制芯片 驱动程序-pic based on the tcp/ip procedures ne2000 compatible Ethernet controller chip Driver
Platform: | Size: 1024 | Author: 大兄 | Hits:

[Embeded-SCM Developnet11

Description: tcp/ip的嵌入式开发 基于pic微控制器,原自tcp/ip lean-tcp/ip-based embedded microcontroller pic, since the original tcp/ip lean
Platform: | Size: 1024 | Author: 大兄 | Hits:

[TCP/IP stackdsock-h

Description: DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP/IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the product, the product is suitable. DSock simple C language function, the use of these functions, programmers can write procedures Internet.
Platform: | Size: 26624 | Author: 林辰 | Hits:

[TCP/IP stackdsock-lib

Description: DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP/IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the product, the product is suitable. DSock simple C language function, the use of these functions, programmers can write procedures Internet.
Platform: | Size: 25600 | Author: 林辰 | Hits:

[Sniffer Package captureCatchData

Description: 网络抓包分析程序,仅仅分析了ipv4的tcp连接,对udp和icmp空缺了分析部分-capturing Packet network analysis program, the only analysis of the ipv4 tcp connections, and icmp right udp vacancies in the analytical part of
Platform: | Size: 3072 | Author: 段炼 | Hits:

[Windows Develop网络编程

Description: 网络编程已经成为一种时髦,以TCP/IP协议的网络更为流行.自己编一个服务器与客户机互相传送消息的程序,以便增加自己网络编程的经验.下面我就介绍一下我编的程序.-network programming has become a fashionable in the TCP/IP protocol networks become more prevalent. Their series with a client-server messaging each other procedures, in order to increase their own network programming experience. Below I introduce my part of the process.
Platform: | Size: 3072 | Author: 余兴 | Hits:

[Embeded-SCM Developtcplean

Description: 著名的《tcplean》的配套光盘,有完整的嵌入式tcp/ip源代码,非常便于学习,也可直接用于嵌入式应用中-famous "tcplean" matching discs, a complete embedded tcp/ip source code, very easy to learn and can be used directly embedded applications
Platform: | Size: 3308544 | Author: wjh | Hits:

[VxWorkstcp_demo

Description: vxworks的tcp server的实例程序-VxWorks the tcp server examples of procedures
Platform: | Size: 6144 | Author: 徐克勇 | Hits:

[Embeded-SCM Developlwip-1.1.0

Description: lwIP是瑞士计算机科学院(Swedish Institute of Computer Science)的Adam Dunkels等开发的一套用于嵌入式系统的开放源代码TCP/IP协议栈。Lwip既可以移植到操作系统上,又可以 在无操作系统的情况下独立运行.-lwIP Switzerland Computer Sciences (Swedish Institute of Computer Science), Adam Dunkels such as the development of a set of embedded systems for the open source TCP/IP protocol stack. Lwip can migrate to the operating system, can in no circumstances the operating system operate independently.
Platform: | Size: 319488 | Author: | Hits:

[SCMTCP_IP_source

Description: 关于89c51驱动tcp/ip的驱动程序。包括了对tcp/ip转换为rs232协议输出-on 89c51 drive tcp/ip drivers. Including a pair of tcp/ip converted to RS232 output agreement
Platform: | Size: 39936 | Author: 哈哈哈 | Hits:
« 1 2 ... 44 45 46 47 48 4950 »

CodeBus www.codebus.net