- 浏览: 42458 次
- 性别:
- 来自: 杭州
最新评论
文章列表
因为要测试一个GPRS的UDP上传功能,于是在Windows下写了这个UDP测试小程序.
Server 端程序源代码:
#include <stdio.h>
#include <Winsock2.h>
void main()
{
SOCKET socket1;
//InitWinsock();
WSADATA wsaData;
int iErrorCode;
if (WSAStartup(MAKEWORD(2,1),&wsaData)) //调用Windows Sockets DLL
{
printf(&quo ...
http://www.21dianyuan.com/
http://www.21ic.com
http://www.3gpp.org
http://www.3gpp2.org
http://www.51testing.com
http://www.agilent.com
http://www.agentpp.com
http://www.alcatel-lucent.com
http://www.alldatasheet.com
http://www.altera.com
http://www.analog.com
http://www.anystandards.com
http://www.a ...