资源列表
Ws5Svr
- 关于使用VC套接字类编写服务端程序的使用示例程序源代码-VC on the use of socket-type services to prepare procedures for the use of sample program source code
网管登记维护系统
- 一个简单的的网管登记维护系统!!!! 一个简单的的网管登记维护系统-a simple registration safeguard the network management system. ! ! ! A simple registration of Network Management and Maintenance System!
周立功tcpip1
- keil环境下的周立功的C51单片机开发的 TCP/IP程序包,具有websever, 可完整使用和编译-Zhou meritorious C51 microcontroller development of the TCP / IP package, with websever, integrity and the use of compiler
NCStdnt
- 用TCP,UCP协议进行四方语音通信,也就是同时可进行四方到八方的语音聊天-use TCP, UCP agreement Quartet voice communications, is also to be extended to the Quartet for the voice chat
tcpip_14day
- 给你们提供了一些tcp-ip有关的一些内容。 我需要的一些内容,你们也看一些你们需不需要。-to give you some tcp - ip some of the contents. I need some, you also see some of you need it.
zlg_tcpip
- 周立功的8051单片机的TCP/IP, websever源代码,编译通过,很好使用-weeks meritorious 8051 TCP / IP, websever source code, compile, good use
VoIP(H[1].323)资源卡用户手册(V2.3)
- 冬进的开发说明文档-Dong Jin development documented 123
UDPIP
- 一个拨号过程的协义栈,本人做的不是很完善. 数据是UDP协义打包的.用VB写的,主要用于单片机开发.-a dial-up process of the Association of justice stack, I do not quite perfect. UDP data is packaged Association of justice. VB wrote, mainly for the development of SCM.
iicbus_test
- 在单片机系统M32C83中对PCF8563的测试程序-M32C83 in SCM system to the test procedures PCF8563
430SEVER
- 在msp430上实现tcp/ip协议栈,用到cs8900网络接口处理芯片。开发环境IAR-Controller in achieving tcp / ip protocol stack, uses cs8900 network interface chip. IAR Development Environment
tcpsocksvr
- 这是一个WINDOWS下的SOCKET编程服务器端的程序-under the Windows server socket programming procedures
tcp-ipayixidailv
- 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放