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

搜索资源列表

  1. vbnetdde

    0下载:
  2. 一个在微软vb.net编程语言环境下的DDE实现源码,DDE功能用于早期的应用程序间数据交换,支持到vb6.0,.net已不再支持DDE-vb.net a Microsoft programming language environment of DDE source, DDE function for early application data exchange between its support to the vb6.0,. Net no longer support DDE
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:11550
    • 提供者:潘登辉
  1. WGR

    0下载:
  2. Windows游戏编程快速入门方法.doc 该文档详细介绍在Visual Studio 2003.net平台上的游戏开发,以一个Tank游戏的开发为例-Windows Game Programming Quick Start method. Doc The document detailed in Visual S tudio 2003.net platform development of the game in a tank as an example the development of
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1123818
    • 提供者:王忠岩
  1. RemotingDb

    0下载:
  2. vb.net的远程调用实例编程,并连接到后台的数据库-vb.net example of the long-distance calling program, and connect to the database background
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:9697
    • 提供者:朱宏
  1. VB.NET - Framework - Using the COM Port in VB.NET.

    0下载:
  2. 基于VB。net 的RS232编程-VB. Net programming RS232
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:122980
    • 提供者:松鹰
  1. ChatClient

    0下载:
  2. .net下c#实现的简易聊天程序,里面用到了网络编程的思想,功能没有飞鸽的强大,但是还是能体会到.net编程的强大
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:32576
    • 提供者:佘锋
  1. 实例63

    0下载:
  2. 本例介绍怎样建立简单的程序,实现类似于系统ping的功能。通过这个例子,您不仅能够学会如何建立一个类似系统\"ping\"的程序,更主要的是对.NET环境下进行socket级网络编程有初步的认识。-the cases presented on how to establish a simple procedure, similar to the system to achieve ping function. Through this example, you can learn not onl
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:711785
    • 提供者:和平鸽
  1. SocketDemo

    0下载:
  2. 一个简单的Socket编程Demo.客户端和服务器端均为异步接收.采用.NET framework 2.0的TcpClient和TcpListener编写。-A simple Socket demo.Client asynchronous receive, server asynchronous receive using .NET framework 2.0, TcpClient, TcpListener.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:26139
    • 提供者:肯斯特
  1. HelloIndigo

    0下载:
  2. .net WCF通信编程示例,基本的通信实例代码。-. net WCF communication programming examples, the basic communication code examples.
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:26640
    • 提供者:张剑华
  1. QQ

    0下载:
  2. 主要实现接受和发送信息的功能。气动并属兔对方IP后单击连接按钮,来实现,能很好说明。NET在中Socket编程技术 -Mainly to receive and send messages to achieve functions. Pneumatic and other IP is a rabbit and click connect button, to achieve, can be a very good note. NET programming in Socket
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:128995
    • 提供者:lzd
  1. RS232_VBdotNET

    0下载:
  2. 串口编程简单案例, 在VB.NET 的环境下,包括控件使用,读,写,函数及字符转换-A demo for COM communiscation on VB.net
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:122025
    • 提供者:Dion Hua
  1. Net232SerialComm

    0下载:
  2. net环境下的RS232接口编程的实现。-Base Class Library for RS232 Communications. -------------------------------------------- Ref: "Serial Comm: Use P/Invoke to Develop a .NET Base Class Library for Serial Device Communications" John Hind, MSDN Magazine, Oct
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:77733
    • 提供者:李玉金
  1. NET_Basic_Serial_Write_and_Read

    0下载:
  2. 用.net framework中的CSerialport类实现labview中的串口编程。-To use. Net framework in the CSerialport class implementation in the serial labview programming.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:15314
    • 提供者:王智慧
  1. UDP_Demo

    1下载:
  2. C#.net UDP编程 UDP数据包发送,接收。包含客户端和服务端的DEMO-C#. Net UDP programming UDP packets to send, receive. Including client and service side of the DEMO
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:86323
    • 提供者:guo
  1. C# 串口调试小助手(有源码)

    0下载:
  2. C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S
  3. 所属分类:通讯编程

    • 发布日期:2017-12-20
    • 文件大小:61440
    • 提供者:文木山
  1. XYOGS

    0下载:
  2. opc的例子,包括有vb net和c net()
  3. 所属分类:通讯编程

  1. 4683064

    0下载:
  2. VB Net串口通讯的实例,实现通关计算机控制手机进行短信接收,短信发送等功能()
  3. 所属分类:通讯编程

    • 发布日期:2018-04-19
    • 文件大小:63488
    • 提供者:Ceivg
  1. escape

    0下载:
  2. 在VB NET环境下使用复选框,对初学者有一定的帮助,供大家参考学习,()
  3. 所属分类:通讯编程

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:YXSM$288
搜珍网 www.dssz.com