CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vc 端口

搜索资源列表

  1. Multi-thread-serial-communicati

    0下载:
  2. VC/C++源码,系统相关,串口通讯类,多线程  一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。 -VC/C++ source code, related system, serial communication, multi thread of a multi-threaded VC++ serial communication example, the serial po
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2524895
    • 提供者:陈广龙
  1. MSComm

    0下载:
  2. 端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 -Port transmission and reception of data and application procedures for serial communications capabilities. MSComm in serial programming extremely convenient p
  3. 所属分类:Com Port

    • 发布日期:2017-04-30
    • 文件大小:47429
    • 提供者:李元
  1. HTTPservercode

    0下载:
  2. VC++编写的一款HTTP服务器,不要小看它哦,它可是微软提供的HTTP服务器例程,虽然现在不用,但基本的原理有必要掌握哦,启动时会提示创建网站目录,默认使用的是80端口。-VC++ written in a HTTP server, do not underestimate it Oh, but it is Microsoft s HTTP server routines, although it is not, but the basic principle is necessary to
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:126345
    • 提供者:chensen
  1. VCppquxianceshishiyong

    0下载:
  2. 使用网络通讯协议,端口以及IP地址匹配信息,进行信息传输。-Use vc++ programming realization of TCP/IP protocol, network communication, simple programming examples, realize interaction protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-05
    • 文件大小:6088
    • 提供者:1046620256QQ
  1. Maxon_Motor_control

    0下载:
  2. Windows系统下VC++ 控制maxonMotor 的代码。使用can总线,同时控制多个驱动器。 用于机器人运动控制,减少USB端口的使用。-VC control maxonMotor under Windows system code. Using can bus, and at the same time control multiple drives. To control the robot movement, reduce the use of USB port.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3634766
    • 提供者:罗本波
  1. impxementprotravming

    0下载:
  2. 基于VC++6,0实现的端口扫描工具,是学习C++网络编程的基础素材-Based on vc++ 6, 0 implement port scanning tools, is to learn c++ network programming based material
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:43008
    • 提供者:jrime
  1. WBVRB07

    0下载:
  2. 基于VC++6,0实现的端口扫描工具,是学习C++网络编程的基础素材-Based on vc++ 6, 0 implement port scanning tools, is to learn c++ network programming based material
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:sattsro
  1. fort_ppetty

    0下载:
  2. VC++写的实现多线程端口扫描完整源码,不错-The realization of vc++ write multi-threaded port scan complete source code, is pretty good
  3. 所属分类:ComboBox

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:mklttorn
  1. deabization

    0下载:
  2. 利用VC实现一个端口扫描程序,实现多线程多主机的扫描,不错的-Using VC to achieve a port scanning procedures, the realization of multithreading multi-master scanning, pretty good
  3. 所属分类:ComboBox

    • 发布日期:2017-12-16
    • 文件大小:5120
    • 提供者:Lucyukln
  1. 783664

    0下载:
  2. 基于VC++6,0实现的端口扫描工具,是学习C++网络编程的基础素材-Based on vc++ 6, 0 implement port scanning tools, is to learn c++ network programming based material
  3. 所属分类:ComboBox

    • 发布日期:2017-12-15
    • 文件大小:43008
    • 提供者:mopgesb
  1. OPC全套DLL

    0下载:
  2. OPCDLL,含API\自动化口\接自定义接口\客户端源码(OPCDLL, including API\ automation port \ custom interface \ client source code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:7539712
    • 提供者:一介书生
  1. MOOL682

    0下载:
  2. 基于VC++6,0实现的端口扫描工具,是学习C++网络编程的基础素材(Based on vc + + 6, 0 implement port scanning tools, is to learn c + + network programming based material)
  3. 所属分类:系统编程

    • 发布日期:2017-12-21
    • 文件大小:41984
    • 提供者:Michmlle
  1. 37356162

    0下载:
  2. VC++写的实现多线程端口扫描完整源码,不错(The realization of vc + + write multi-threaded port scan complete source code, is pretty good)
  3. 所属分类:进程与线程

  1. MyProjects

    0下载:
  2. 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息(1, Download decompression, use VC++ 6 to open two projects: one is SocketServer and a ClientSocke
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:3609600
    • 提供者:bjn
  1. tuple

    0下载:
  2. VC++写的实现多线程端口扫描完整源码,不错()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:Joannb
  1. test_client

    0下载:
  2. VC实现的socket文件传输client端,并且支持配置文件修改连接服务器端的ip和端口,所传文件的路径。(VC implements the socket file transfer to the client side, and supports configuration files to modify the connection server IP and port, the path of the file.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-04
    • 文件大小:7557120
    • 提供者:liuys
  1. przlnlt

    0下载:
  2. 基于VC++6,0实现的端口扫描工具,是学习C++网络编程的基础素材()
  3. 所属分类:界面编程

    • 发布日期:2018-01-05
    • 文件大小:41984
    • 提供者:CT%211097
  1. stoee

    0下载:
  2. VC++写的实现多线程端口扫描完整源码,不错()
  3. 所属分类:界面编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:uegan
  1. tfams

    0下载:
  2. 基于VC++6,0实现的端口扫描工具,是学习C++网络编程的基础素材()
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:214016
    • 提供者:openzaisg
  1. unicode_api

    0下载:
  2. 在VC++编程里,不用控件,直接用API函数,实现串口端口的监测与数据信息的采集,并且解决了Unicode字符下的字符接收问题,也兼容多字节的接收。
  3. 所属分类:串口编程

    • 发布日期:2019-11-20
    • 文件大小:18451067
    • 提供者:xiaomiarmy
« 1 2 ... 15 16 17 18 19 2021 »
搜珍网 www.dssz.com