登录
首页 » 套接字网络编程 » This procedure is a learning network programming and interface design, the best...

This procedure is a learning network programming and interface design, the best...

于 2023-05-03 发布 文件大小:352.60 kB
0 135
下载积分: 2 下载次数: 1

代码说明:

本程序是学习网络编程和界面设计的最好例子 看一下吧-This procedure is a learning network programming and interface design, the best example of a look at it

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Java实例
    Java网络编程实例-第8章实例.rar-Java Network Programming examples- examples of Chapter 8. Rar
    2023-04-30 01:50:03下载
    积分:1
  • 在线更新的源代码
    用VC做的在线升级源码,在VC2008下调试,修改后可适用于各种程序升级-online updaing source code
    2022-07-15 15:25:54下载
    积分:1
  • using VB API was systematic process. Process may end
    VB 用API获得系统进程.并可结束进程-using VB API was systematic process. Process may end
    2022-04-26 10:25:38下载
    积分:1
  • stm32f107+dp83848+lwip
    资源描述   基于STM32F107单片机,开发的TCP/IP协议的基础上,开发的C/S模式的通信程序,通过CAN总线读取下层设备的数据,然后上报给客户端,很正统的应用,
    2023-07-08 15:50:09下载
    积分:1
  • 可监控流量、WEB等内容,是一很好用的局域监控软件
    可监控流量、WEB等内容,是一套很好用的局域网监控软件-good
    2022-08-14 07:21:14下载
    积分:1
  • socket 通信 控制台序 测试通过
    socket 网络通信 控制台程序 测试通过  #include #include #pragma comment(lib, "ws2_32.lib") void main() {     WORD wVersionRequested;     WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。     int err;          wVersionRequested = MAKEWORD( 1, 1 );          err = WSAStartup( wVersionRequested, &wsaData );     if ( err != 0 ) {         return;     }          if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )      {         WSACleanup( );         return;     }     SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接     //初始化连接与端口
    2023-07-26 07:35:05下载
    积分:1
  • icmp flood
    typedef struct tcpheader{    USHORT        th_sport;    USHORT        th_dport;    unsigned int  th_seq;    unsigned int  th_ack;    unsigned char th_lenres;    unsigned char th_flag;    USHORT        th_win;    USHORT        th_sum;    USHORT        th_urp;}TCP_HEADER;
    2023-05-14 01:50:04下载
    积分:1
  • 序获得页的详细信息
    该程序获得网页的详细信息-the procedure for obtaining detailed information website
    2022-03-16 05:02:06下载
    积分:1
  • 基于Jennic公司Zigbee芯片JN5139做的无线键盘项目源码,适用于普通的PS2口的键盘,代码中实现了PS2协议。代码包含Coordinator和Ro...
    基于Jennic公司Zigbee芯片JN5139做的无线键盘项目源码,适用于普通的PS2接口的键盘,代码中实现了PS2协议。代码包含Coordinator和Router。-Zigbee chip companies based on Jennic
    2023-08-20 16:20:02下载
    积分:1
  • 实现串口连的模拟序界面,计算机安装环境.
    实现串口连接的模拟程序界面,计算机网络安装环境.-Serial interface to connect the simulation program, computer network installation environment.
    2023-06-20 01:00:05下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载