登录
首页 » Windows Socket编程 » Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程(38KB) 大家支持一下下哈~...

Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程(38KB) 大家支持一下下哈~...

于 2022-03-18 发布 文件大小:38.04 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程(38KB) 大家支持一下下哈~-LAN chess players use of the procedures obstruction Socket programming model (38KB) under what we support Kazakhstan ~

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

发表评论

0 个回复

  • 一个C#写的IOCP(完成接口)的示例序,明确的写出了实现IOCP的核心算法。有研究服务器端高效序员,可以参考一下。...
    一个C#写的IOCP(完成接口)的示例程序,明确的写出了实现IOCP的核心算法。有研究服务器端高效编程的程序员,可以参考一下。-A C# written in IOCP (complete interface) of the sample programs and clear the heart to write algorithms to achieve IOCP. Studies have high-performance server-side programming programmer, you can reference.
    2022-01-26 02:14:10下载
    积分:1
  • 该代码能够实现蓝牙设备的搜索,根据搜索到的蓝牙地址,实现配对,连接。...
    该代码能够实现蓝牙设备的搜索,根据搜索到的蓝牙地址,实现配对,连接。-The code enables Bluetooth devices to search, according to search for Bluetooth address, to achieve matching, connection.
    2022-01-25 23:19:03下载
    积分:1
  • WINSOCK服务器端示例序说明 该序是基于对话框的,是采用一对多的方式进行连接的。 整个序主要由CServerDlg,CServerApp,CLis...
    WINSOCK服务器端示例程序说明 该程序是基于对话框编程的,是采用一对多的方式进行连接的。 整个程序主要由CServerDlg,CServerApp,CListenSocket,CClientSocket构成的。 (所有关于类的说明在代码中有) 下面简单介绍一下程序流程: 主程序调用CListenSocket类的对象来进行对Socket的监听,当收到请求时调用主程序的函数来处理相应的连接,把Socket放进队列中。 对于Socket的接收数据和断开连接是由消息来触发的,是通过调用基类CSocket中的虚函数重载来处理的。 注:详细的过程,在程序代码中均有注释!-Winsock server sample program note that the procedure was based on dialog programming, using one-to-many is the way to connect. The entire process by CServerDlg, CServerApp, CListenSocket, constitute the CClientSocket. (All categories on the note in code) The following outlines procedures have : main program called CListenSocket category to the target of the listening socket, when the call request is received when the main program functions to the corresponding connections, socket into the queue. Socket for the reception of data and disconnected from the news to trigger, by calling the base class CSocket the virtual function to handle the heavy load. Note : Details of the procedure code have Notes!
    2022-01-26 07:55:19下载
    积分:1
  • 一个 Winsock API 打包类CNetworking
    一个 Winsock API 打包类CNetworking-a Winsock API packaged category CNetworking
    2022-02-20 08:56:27下载
    积分:1
  • 这是一个利用TCP协议进行通信的序,很典型,适合初学者学习,序分两个部分,客户端和服务器...
    这是一个利用TCP协议进行通信的程序,很典型,适合初学者学习,程序分两个部分,客户端和服务器-using TCP communication procedures, typical, for beginners to learn, procedures in two parts, the client and server
    2022-08-19 14:35:43下载
    积分:1
  • purpose : structural frame for understanding the concept of network protocol, th...
    目的: 构造帧对于理解网络协议的概念、协议执行过程,以及网络问题处理的一般方法具有重要的意义。本次练习的目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,引导同学深入理解网络协议的基本概念与网络问题处理的一般方法。 要求: 1、编写程序,根据给出的原始数据,组装一个IEEE802.3格式的帧。题目附带的文件为二进制原始数据(文件名分别为input1和input2),要求程序为命令行程序,比如可执行文件名为framer.exe,则命令行形式如下: framer inputfile outputfile inputfile为原始数据文件,outputfile为输出结果。 操作系统、使用语言和编译环境不限,但在交作业同时要求注明。 2、输出:对应input1和input2的结果分别为output1和output2 3、要有良好的编程规范和注释 4、写文档 -purpose : structural frame for understanding the concept of network protocol, the implementation of an agreement, network issues and the general approach has important significance. The purpose of the exercise through the data link layer and the MAC layer of learning, according to the data link layer to the basic principles against the universal application of the Ethernet frames, by constructing a concrete frame, to guide students in-depth understanding of network protocols and the basic concepts of network issues to deal with the general approach. Requi
    2022-03-06 07:04:47下载
    积分:1
  • 仿真结果对经典,这是最基本的欢迎交流
    经典的OMNet的仿真tictoc,这个是最基础的,欢迎交流-Simulation OMNet classic tictoc, this is the most basic are welcome to exchange
    2022-10-28 07:55:03下载
    积分:1
  • better e
    比较好的电子商务开发系统,可供大家学习-better e-commerce development system, we can learn
    2022-02-15 03:56:31下载
    积分:1
  • 实现网络输入/输出和多线的Win32库
    实现网络输入/输出和多线程的Win32库-the network input/output and multithreading of the Win32
    2022-05-24 21:55:59下载
    积分:1
  • 利用socket实现的一个小的聊天室的序,多线,mfc界面
    利用socket实现的一个小的聊天室的程序,多线程,mfc界面-use socket achieve a small chat room procedures, multithreading, mfc interface
    2022-05-05 20:24:01下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载