CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 对话框 通信

搜索资源列表

  1. CODE

    0下载:
  2. 孙鑫写的教程,VC++深入详解。由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。-Sun Xin write tutorials, VC++ thorough explanation. Deep within the program step by step explanation of the Windows operating mechanism, MFC fram
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:1923409
    • 提供者:李江乔
  1. MailslotSrv

    0下载:
  2. MFC实现进程间的通信,可以在一个对话框发动信息,在另一个对话框中接收。-MFC to achieve inter-process communication, you can launch a message in a dialog, another dialog box in reception.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3745154
    • 提供者:白柯
  1. SocketUDPTest

    0下载:
  2. 自己编写的基于UDP的Socket通信类。附上基于对话框例子。窗口只需要处理WM_UDP_DATA消息即可收到数据,发送数据调用CUDPSocket类的方法。-I have written based on UDP Socket communication class. Attach dialog-based examples. Window only need to deal WM_UDP_DATA message to receive and transmit data call CUDPS
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4611936
    • 提供者:connor
  1. Chat

    0下载:
  2. 在线聊天的一个雏形,简明易懂,适合初学JAVA编程者实战练习,设计多线程,进程通信,对话框等基本功能-Online chat a prototype, concise and understandable for beginners JAVA programmers combat exercises, design multi-threaded, process communication, dialog boxes, and other basic functions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:67675
    • 提供者:xzw
  1. 61IC_S3354

    0下载:
  2. vc串口通信协议源代码,基于modbus通讯协议,有对话框可简单模拟-vc serial communication protocol source code, based on modbus communication protocol, there may be a simple simulation dialog
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:4462468
    • 提供者:朱广
  1. opengl

    0下载:
  2. 实现opengl与vc++MFC对话框的连接;实现一些基本的鼠标和键盘对opengl的操作;实现一些串口通信操作-Opengl realize the connection with vc++MFC dialog achieve some basic mouse and keyboard operation opengl achieve some serial communication
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4369536
    • 提供者:lht
  1. erqwer

    0下载:
  2. 实现opengl与vc++MFC对话框的连接;实现一些基本的鼠标和键盘对opengl的操作;实现一些串口通信操作-Opengl realize the connection with vc++MFC dialog achieve some basic mouse and keyboard operation opengl achieve some serial communication
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:9090676
    • 提供者:lht
  1. Configurate

    0下载:
  2. 主要是运用MFC框架,有Tab控件的运用,还有ClistCtrl控件,对话框之间的消息传递,Socket通信-C++ MFC UI,use the Tab control and ClistCtrl control, and Dialog communicate ,and communicate with a simple serve
  3. 所属分类:Tab Control

    • 发布日期:2017-05-22
    • 文件大小:6918296
    • 提供者:小龙
  1. tongxunlu

    0下载:
  2. 基于MFC做的通信录系统,用的是对话框。可修改,添加,删除-MFC-based communications recording system to do, using a dialog box. Can modify, add, delete
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2368651
    • 提供者:王金博
  1. FlashDlg

    0下载:
  2. VC 与 flash AS3.0交互 上面的代码:VC与 AS3.0 通信。 通过VC发送字符串给flash,flash能够收到并显示出来。 flash给VC对话框发送,字符串,VC也能收到并显示出来。 但是 flash在对话框中显示时有问题: AS中的root 绘制的图形能够显示出来,但是root的子项Face绘制的图形确不能显示出来,为啥呢?-VC and flash AS3.0
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-18
    • 文件大小:27350016
    • 提供者:ss
  1. MSCommPro

    0下载:
  2. VC串口通信,可以快速实现VC和单片机的通信,搭建了基于MFC对话框的通信界面- VC serial communication, can quickly realize VC and MCU communication, build a communication interface based on MFC dialog box
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2647476
    • 提供者:xuefei
  1. STM32ComWave-

    0下载:
  2. 用VC++6.0编的一个对话框程序,串口通信,能显示下位机传来的脑电信号,而且能够调节扫描速度和图形大小-With VC++ 6.0 is part of a dialog box procedure, serial communication, EEG can show the next crew coming, but also to adjust the scanning speed and image size
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-24
    • 文件大小:4156153
    • 提供者:焦磊
  1. MY-SOCKET

    0下载:
  2. MFC中各个Dialog之间的传值、添加会话框以及Listcontrl的使用。     并从父窗体弹出的子窗体回弹到原来的父窗体,只需要使用CDialog::onOK() 方法即可,因为模态弹出的对话框具有阻塞性,若是使用新定义的对象再进行DoModal() 方法,反而会出错,即会又重新出现了新的窗体,虽然是一样的窗体,但是内容和值都不再存在。     Updatedata()方法可以实现窗体和函数内参数值的传递。     进行CStr
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-16
    • 文件大小:3927261
    • 提供者:曾小丽
  1. ServerDemo

    0下载:
  2. 本程序是重封装winsock控件而制作的控件。本控件可以实现tcp通信的服务器端的建立。本控件是基于网络上一个制作基于winsock的通信客户端和服务器的教程而来。本控件将原本适用于exe项目的控件对话框调用方法挪到了ocx控件中。-This control can be implemented TCP communications on the server side. This control is based on a production based on the winsock com
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-25
    • 文件大小:7937166
    • 提供者:yuzhou
  1. SERVER

    0下载:
  2. VC6.0 MFC 对话框中利用按钮实现简单的socket通信-VC6.0 MFC dialog box, use the button to achieve a simple socket communication
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1929033
    • 提供者:齐霖
  1. MFC串口例程

    1下载:
  2. VS2010基于对话框的MFC串口通信简明例程
  3. 所属分类:串口编程

    • 发布日期:2016-07-14
    • 文件大小:38558808
    • 提供者:xuyuanyuan_1
  1. WindowsFormsApplication1

    0下载:
  2. 上位机软件的具体要求 串口通信 功能如主界面所示 1系统设置 串口通信的简单设置一个界面 ,如图4所示 2数据管理 查看过去的数据 3数据维护两个功能 1阈值设置(实时显示的数据超过设定的规定值时弹出对话框警告messagebox) 2数据备份如图6 4管理员设置 管理员的增添改 -Specific requirements of the host computer software Serial commu
  3. 所属分类:.net

    • 发布日期:2017-05-06
    • 文件大小:666646
    • 提供者:owen
  1. comm_test

    1下载:
  2. 基于VS2013写的代码,基于MFC对话框完成,与单片机通信是串口波特率设置的48-Based on VS2013 to write code, MFC-based dialogs, communication with the microcontroller serial port baud rate is set in 4800
  3. 所属分类:Other systems

    • 发布日期:2017-02-28
    • 文件大小:60411904
    • 提供者:Jayjie李
  1. socket--

    0下载:
  2. 该程序实现了服务器与客户端之间的socket通信。分别模拟服务器与客户端对话框,可以直接输入文本,并发送。运行时需要修改电脑的IP地址为192.168.1.68,服务器程序与客户端程序分别运行后,应先启动服务,后连接服务,之后才能发送数据。-The program implements the socket communication between the server and the client. Respectively, simulation server and client dia
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:140540
    • 提供者:丁晔岑
  1. tongxin

    1下载:
  2. VS C++串口通信,基于MFC对话框程序编程,运用CMSComm控件(VS C++ serial communication)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:23832576
    • 提供者:dxy0612
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com