登录
首页 » Windows开发 » windows下基于VC++和UDP协议的数据接收程序,基于透明传输协议,mfc界面,带收到确认信号...

windows下基于VC++和UDP协议的数据接收程序,基于透明传输协议,mfc界面,带收到确认信号...

于 2022-04-28 发布 文件大小:1.88 MB
0 176
下载积分: 2 下载次数: 1

代码说明:

windows下基于VC++和UDP协议的数据接收程序,基于透明传输协议,mfc界面,带收到确认信号-windows Based on VC++ and UDP protocols data reception process, based on a transparent transfer protocol, mfc interface with receive a confirmation signal

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

发表评论

0 个回复

  • 基于c语言的40KHz超声波产生与射程序,适用于51系列单片机...
    基于c语言开发的40KHz超声波产生与发射程序,适用于51系列单片机-C-based languages have developed and launched 40KHz ultrasonic procedures, applicable to 51 Series Single Chip
    2022-03-12 23:02:54下载
    积分:1
  • 747用777 1.1固件外部调用主题和解码文件改制包 7月7日第二版使用说明 一、本固件第一版外调主体资源和解码器的基础上,又外调出字体和游戏
    747用777 1.1固件外部调用主题和解码文件改制包 7月7日第二版使用说明 一、本固件第一版外调主体资源和解码器的基础上,又外调出字体和游戏改制而成。 1、将主题资源、解码文件、字体文件和游戏文件改为自vx747的U盘调用。 ,方便朋友们随时更换主题和字体,游戏移出固件主要是减小固件体积(hxf文件仅13MB)方便刷机。 2、字体预置了雅黑小字体和细园大字体。 3、电子书工具条改-747 by 777 1.1 firmware external file called theme and decoding restructuring package July 7 use the second edition of one, the firmware the first edition of the main external resources and the basis of the decoder and the redeployment of a font and the game transformed from . 1, will be the subject of resources, decoder files, font files and game files changed since the U disk vx747 call. To facilitate the replacement of the theme of friends at any time and fonts, games out of the firmware is mainly to reduce the size of the firmware (hxf document is 13MB) Brush convenience. 2, the preset fonts ya black and fine small print large print park. 3, e-books to Toolbar
    2023-07-18 08:10:03下载
    积分:1
  • 200 良好的编辑界面,较强的控制能力,配合全屏幕编辑控制条件...
    200 良好的编辑界面,较强的控制能力,配合全屏幕编辑控制条件-200 good editing interface, a strong ability to control, with full-screen editing control conditions
    2022-07-08 10:33:20下载
    积分:1
  • core Windows programming code with books, core Programming Windows book about a...
    Windows核心编程随书代码, Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try- __finally), etc., learning Windows Programming good information
    2022-10-25 13:35:03下载
    积分:1
  • RS232串口编程控件
    RS232串口编程控件-RS232 Control Programming
    2022-02-24 18:25:06下载
    积分:1
  • IOTA滤波器函数
    从抗ISI和ICI的角度来看,总是希望能量集中在时频格点附近,而扩散到其他格点的能量越小越好,常用的滤波器函数有EGF函数、IOTA函数和高斯等,本程序是关于IOTA滤波器函数。
    2022-08-19 06:01:17下载
    积分:1
  • 以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍...
    以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍历。-List in Binary for the storage structure, the establishment of binary tree, the first tree traversal, and the total number of tree nodes, the number of leaves, tree height algorithm. Queue the order of abstract data types, and implementation of chain that can be built above the level of binary tree traversal by.
    2022-03-02 09:42:02下载
    积分:1
  • 比较完善的图书馆管理系统,如有不明白之处请email本人。
    比较完善的图书馆管理系统,如有不明白之处请email本人。-A fairly complete library management system, if not understand, please email me.
    2022-07-23 00:13:07下载
    积分:1
  • QT编写的C++贪吃蛇小游戏
    游戏通过按键控制 部分代码: #include "gamewidget.h" #define ROW 13 #define COL 16 #define UP 0 #define DOWN 1 #define LEFT 2 #define RIGHT 3 GameWidget::GameWidget(QWidget *parent) :QWidget(parent) { this->setAutoFillBackground(true);//覆盖 this->resize(480,270); this->setWindowIcon(QIcon("img/icon.jpg")); this->setWindowTitle("贪吃蛇"); QPalette palette; palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png")); this->setPalette(palette); //按扭区 leftbtn=new QPushButton(this); leftbtn->setIcon((QIcon)"img/zuo.png"); leftbtn->setIconSize(QSize(40,40)); leftbtn->setGeometry(QRect(340,180,40,40)); leftbtn->setFlat(true); rightbtn=new QPushButton(this); rightbtn->setIcon((QIcon)"img/you.png"); rightbtn->setIconSize(QSize(40,40)); rightbtn->setGeometry(QRect(430,180,40,40)); rightbtn->setFlat(true
    2022-03-21 19:09:00下载
    积分:1
  • 使用C++ 实现的,利用动态规划算解决旅行商问题
    使用C++ 实现的,利用动态规划算解决旅行商问题-solving TSP problem with dynamic programming in C++
    2022-08-09 00:32:40下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载