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

搜索资源列表

  1. ProcessCommunication

    0下载:
  2. C#进程间通信编程。使用管道方式在两个进程间传递一个数据结构。-CSharp codes demo of interprocess communication. The demo shows how to use pipeline to pass a data struct between two process.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:500155
    • 提供者:魏兰
  1. ShareMemery

    0下载:
  2. 内存共享技术,进程通信,通过内存指定区域进行共享使进程间相互通信-Memeory sharead
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:80383
    • 提供者:王朝帅
  1. Parent

    0下载:
  2. 通过匿名通道在同一台电脑中不同进程间进行通信,此程序为父窗口程序。-Anonymous access on the same computer to communicate between different processes, the parent window procedure this procedure.
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7432287
    • 提供者:wangyan
  1. Clipboard

    0下载:
  2. 通过剪切板在同一台电脑上进行进程间的通信。-Through the clipboard on the same computer communication between processes.
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:29350
    • 提供者:wangyan
  1. vcs_crcCal_20111023

    0下载:
  2. 计算文件CRC16,控制台版用于计算CRC,Winform提供交互,进程间通信-The program is to calculate CRC16 value of a binary file.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:775213
    • 提供者:SaturnNebula
  1. Csharp-Windows-API

    0下载:
  2. 用C#调用Windows API和其它进程通信-C# to call the Windows API and other process communication
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:24638
    • 提供者:Jason.cui
  1. TcpTest

    0下载:
  2. 双进程实现TCP收发信息,程序主要完成双机通信功能,使用TCP协议,分两个模块(TcpSender,TcpReceiver),由TcpSender向指定IP和端口发送数据,之后TcpReceiver接收并解码显示到文本框中.-Dual-process achieve TCP send and receive information, the program mainly to complete the two-machine communication capabilities, using t
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:72992
    • 提供者:ywz
  1. tingdeng

    0下载:
  2.   设数据链路层通信的两个站点分别为A 和B,仿真环境利用TCP 协议和Socket 客户端/服务器机制构建两个站点之间的通信。编译、链接之后生成的可执行程序(.exe 文件)为字符界面命令行程序(不是图形界面程序)。可执行程序文件仅有一份,设为datalink.exe,在两个DOS窗口中使用不同的命令行参数启动两个进程,分别仿真站点A和站点B。例如: 启动站点A进程的DOS命令:datalink a 启动站点B进程的DOS命令:datalink b 其中,站点A 以TCP 服务器的
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:23190
    • 提供者:vicky
  1. RSA

    0下载:
  2. RSA算法实现加解密过程,同时整合Socket套接字编程,实现进程间加解密通信。-RSA algorithm encryption and decryption process while integrating Socket socket programming, achieve inter-process communication encryption and decryption.
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2662688
    • 提供者:lecision
  1. SampleRemote

    0下载:
  2. .NET 远程处理为进程间通信提供了一种抽象的方法,它将可远程处理的对象与特定客户端或服务器应用程序域以及特定的通信机制隔离开来-. NET remoting provides an inter-process communication method is abstract, it remotable object with a particular client or server application domain and the specific communication mecha
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:323639
    • 提供者:xmpaul
  1. TCP-socket-communication

    0下载:
  2. 基于TCP的网络两进程socket通信,客户机服务器均在本机实现-Network two process based on the TCP socket communication, client server are realized in this machine
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:40498
    • 提供者:唐念刚
  1. WinFormSendMsg

    0下载:
  2. wm_copydata 实现进程间通信的例子-wm_copydata Examples to achieve inter process communication
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:31089
    • 提供者:dk
  1. AsyncPipes

    0下载:
  2. 异步管道的库及使用该库创建的两个示例进行进程间通信,可以用VS 2010及2013打开-AsyncPipe Library with two sample send message using this library
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:289671
    • 提供者:chaoxuebin
  1. CopyData

    0下载:
  2. CSharp多进程间相互通信,使用COPYData消息机制,也可使用在同进程不同窗口间通讯-Communicate with each CSharp multi-process, use COPYData messaging can also be used with different inter-process communication window
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:77049
    • 提供者:何涛
  1. tcpAsyncPacket

    0下载:
  2. 1.服务器与客户端之间通信,支持大文件(>4G)传输 2.客户端与客户端之间点对点通信,支持大文件(>4G)传输 3.本地进程之间通信-Communications, support for large files between point to point communication, support for large files between the server and the client 1. (> 4G) 2. Transfer the client
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1221890
    • 提供者:王冰
  1. 进程间通信

    0下载:
  2. 可应用于同一台机器上两个或多个进程之间的相互通信(Mutual communication between two or more processes that can be applied to the same machine)
  3. 所属分类:C#编程

    • 发布日期:2017-12-25
    • 文件大小:499712
    • 提供者:wang3397
搜珍网 www.dssz.com