CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - visual.c 6.0

搜索资源列表

  1. SocketProg

    0下载:
  2. 这是一个《Visual C++ 6.0 编程实例与技巧》书中Socket编程的实例,书中的代码不完整,我把它做完整后传上来,应该对大家有用。-Visual C 6.0 Socket
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:49.25kb
    • 提供者:毕业
  1. 用VC 6.0实现串行通信的三种方法

    2下载:
  2. 用VC 6.0实现串行通信的三种方法 本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用 Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。 -VC 6.0 of the three serial communication method is introduced in the Windows platform to achieve the serial communication mechanism discus
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:23.12kb
    • 提供者:高志洋
  1. guzhou

    0下载:
  2. 1.软件名称:通讯录V1.0试用版 2.作 者:赵 权 3.开发工具:Visual C++6.0 4.数 据 库: Access2000 5.说 明: a.本程序在Windows 2000 上调试通过。 b.在使用时先用ODBC注册数据源,数据源名:addresslist(名称不可以写错) c.第一次运行时,密码为空。进入系统后可以修改密码。-1. Software Name : Address V1.0 trial version 2. Author
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:78.79kb
    • 提供者:贺显田
  1. USB_program_vc6

    0下载:
  2. 基于visual c++6.0的USB编程,需要安装win2000或者winnt的DDK,才能通过编译。-visual c Based on the USB 6.0 Programming, need to install or winnt WIN2000 the DDK can compile.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:58.76kb
    • 提供者:刘流
  1. winmtr_src

    0下载:
  2. About WinMTR: WinMTR is a windows clone of popular Matt s traceroute Linux program. Original mtr can be found at http://www.bitwizard.nl/mtr/ Installation: Binary: Unzip winmtr_bin.zip. You will have in unzip directory two files:
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:30.83kb
    • 提供者:Huangql
  1. comcool_code

    1下载:
  2. Visual C++6.0环境下的串行口通信程序源码。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:33.49kb
    • 提供者:mo
  1. VC++tongxin

    0下载:
  2. VC++编的串口通信.rar 基于Microsoft Visual C++ 6.0 简体中文企业版,
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:60.63kb
    • 提供者:所无法
  1. RAS_app

    0下载:
  2. Visual C++ 6.0编写的使用RAS拨号软件源代码 ,使用了多线程编程和网络编程中的几个RAS API函数,对gprs数据通信编程有较好参考作用。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:464.34kb
    • 提供者:许雪
  1. rs232

    1下载:
  2. RS232串口调试 Rs232串口开发 Visual C++ 6.0缘代码
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6.31mb
    • 提供者:朱显敏
  1. MyQQ

    0下载:
  2. 用Visual C++6.0编写的QQ软件看看怎么样吧-Written using Visual C++6.0 QQ software
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:12.39kb
    • 提供者:李刚
  1. SerialPortTest

    0下载:
  2. 使用Visual C++6.0开发的串口通讯程序-The use of Visual C++6.0 development of serial communication program
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1.71mb
    • 提供者:liuwei
  1. VC6.0

    1下载:
  2. 详细介绍了在Windows环境下应用VC++实现PC机与单片机的几种串行通信方法,给出了用Visual C++6.0编写的PC机程序和用C51编写的单片机通信程序。经实际应用系统运行稳定可靠。 -Described in detail in the Windows environment application VC++ implementation of the PC computer and several single-chip serial communication method, g
  3. 所属分类:Communication

    • 发布日期:2015-01-27
    • 文件大小:10.03kb
    • 提供者:MK_Johnson
  1. uart

    0下载:
  2. 详细介绍了在Windows环境下应用VC++实现PC机与单片机的几种串行通信方法,给出了用Visual C++6.0编写的PC机程序和用C51编写的单片机通信程序。经实际应用系统运行稳定可靠。 -Described in detail in the Windows environment application VC++ implementation of the PC computer and several single-chip serial communication method, g
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:165.72kb
    • 提供者:MK_Johnson
  1. ComTest

    0下载:
  2. 本包分别用三种方法实现了基于Visual C++6.0的串口通讯,包含用MsComm控件实现,用API实现,用CSerial实现。-The three methods were used to package a Visual C++6.0 based on serial communication, including controls used to achieve MsComm with API to achieve, with the realization of CSerial.
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:110.97kb
    • 提供者:dangml
  1. Audio_chat

    0下载:
  2. 本程序是基于Visual C++ 6.0开发的语音聊天程序,程序分服务端和客户端。-This program is based on Visual C++ 6.0 developers of voice chat program, procedure, service and client.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:86.75kb
    • 提供者:suyongsheng
  1. LANPlatform

    1下载:
  2. LAN Platform(局域网交流互动平台)是一款以UDP为主TCP为辅面向局域网的应用软件,集主流聊天交流软件功能为一身,发挥局域网稳定、快捷的优势,为内网用户提供了交流互动的平台。软件不需要服务器,启动即可与当前在线用户交流,软件还提供了跨网段游戏搜索功能,为广大War3爱好者提供了方便简易的对战平台。 本软件采用Microsoft Visual C++ 6.0作为主要的开发工具,实现下面四个功能: 聊天:实现基于UDP的局域网聊天,基于TCP的传输文件等功能。
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1.17mb
    • 提供者:ljg
  1. dvb_simple_algrithms

    1下载:
  2. 采用简化算法和visual C++6.0程序实现DVB-S2 LDPC编解码。包含多种算法,并能直接运行,参考价值巨大。-Simplified algorithms and visual C++6.0 program to achieve DVB-S2 LDPC codec. Includes a variety of algorithms, and can be run directly, the reference value is huge.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:318.69kb
    • 提供者:陈算
  1. ping

    0下载:
  2. VC++60使用套接字实现ping命令。ICMP协议。-ping command with visual c++6.0
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:31.51kb
    • 提供者:hpzhu
  1. MyConnect

    0下载:
  2. 串口连接程序,用VISUAL C++ 6.0写的,已经运行成功-Serial connection program
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:361.68kb
    • 提供者:yyl
  1. RS485Comm

    0下载:
  2. 基于Visual C++ 6.0的集成开发环境 用于232/485的通讯,显示通讯的采样值-Based on Visual C++ 6.0 integrated development environment for 232/485 of the communications, show the communication samples values.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:318.82kb
    • 提供者:蓄意和
« 12 »
搜珍网 www.dssz.com