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

搜索资源列表

  1. processcomunication

    0下载:
  2. 此程序是在MFC下分别用匿名管道,命名管道和邮槽3种方法实现的进程之间的通信 -this procedure is the MFC respectively anonymous pipeline named pipes and mail chutes three different methods to achieve the communication process between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:202551
    • 提供者:zhaodetao
  1. Codeps

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. Analysis and comparison of several inter-process communication advantages and
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:234599
    • 提供者:李君懿
  1. ipb-v2.1.7H

    0下载:
  2. 采用 UTF-8 编码,完美兼容多语言 中文化的前台界面(不包括论坛帮助) 中文化的后台 中文化的安装与升级系统 中文的版主操作日志 为中文修正的 CSS, Javascr ipt 为中文修正的语言截断 为中文修正的所见所得编辑器 修正邮件预览乱码的问题 修正模板和后台中多处未使用 Charset 声明出现乱码的问题 修正打印页面 HTML 标签错误混乱 去除后台首页附件使用空间统计(附件一多,首页进入奇慢) 加强的 SSI 脚本,允许以 Java
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3118133
    • 提供者:ZHANGJIAN
  1. NamedPipeClt

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication on th
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29653
    • 提供者:cq_3964
  1. mailSlot

    0下载:
  2. 邮槽是基于广播通信体系设计出来的,它采用无连接的不可靠的数据传输。 邮槽是一种单向通信机制,创建邮槽的服务器进程读取数据,打开邮槽的客户机进程写入数据。 为保证邮槽在各种Windows平台下都能够正常工作,我们传输消息的时候,应将消息的长度限制在424字节以下。 mailslot是用邮槽在进程间通讯。-Mail slot is designed based on radio communications system, which uses unreliable connection
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:66463
    • 提供者:lzl
  1. semaphore

    0下载:
  2. linux下邮箱方式进行进程通信的代码和实验报告,用P.V原语实现通信中的同步问题。运用生产者与消费者模型设计实现一个简单的信箱。-approach to the process under linux mail communications code and test reports, using PV primitives to achieve communication in the synchronization problem. The use of producer and cons
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14742
    • 提供者:yangdingda
  1. jspgbook2

    0下载:
  2. 支持JUBB(类似UBB),留言数据的合法性检测,如EMAIL,主页地址,支持繁体字符的输入,出错页面美化 初始管理密码为:redhat -support JUBB (similar UBB), the legitimacy of voice data detection, such as e-mail, home address, to support the traditional character input, the initial landscaping error p
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:63458
    • 提供者:杜飞
  1. ProcessCommunication

    0下载:
  2. 有剪切板,匿名管道,命名管道,邮槽实现的进程间的通信,例子很简单,对入门有帮助-A clipboard, anonymous pipes, named pipes, mail slot communications between the process of implementation, examples of very simple, entry-help
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:255414
    • 提供者:刘月
  1. ProcessComm

    0下载:
  2. 两个测试四种不同进程间通信的方法程序,通过剪切板进行进程间的通信、通过邮槽进行进程间的通信、通过通道进行进程间的通信、通过COPTDATA消息进行进程间的通信-Two test four different inter-process communication methods and procedures, through the clipboard for interprocess communication, through the mail slot for inter-process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:114022
    • 提供者:yitian
  1. server

    0下载:
  2. 写一个服务器,要求根据用户 输入文件路径(要求用户可以输入一个文件,或文件夹路径,注意要是文件夹,可能文件夹中还嵌套这文件夹)中找出文件里面里面存放的用户指定信息(比如邮箱) ,并把找出的信息(比如邮箱)保存到一个用户指定的文本文件中。-Write a server requires users to enter a file path (the user can enter a file or folder path Note that if the folder may also be n
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1490
    • 提供者:邢垚
  1. 11

    0下载:
  2. 掌握用邮箱方式进行进程通信的方法,并通过设计实现简单邮箱理解进程通信中的同步问题以及解决该问题的方法。-Master the process of communication methods to use E-mail, to understand the synchronization process communication, and methods to solve the problem by designing a simple mailbox.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:1249
    • 提供者:吴用
  1. Code1

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Detailed interpretation of the process of communication between four ways: the clipboard, anonymous pipe, named pipe and mail slot. And comparative analysis of the process of the communication betw
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:232828
    • 提供者:lj
  1. pipe

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures cli
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2114969
    • 提供者:MarkZar
  1. VideoDemo

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助-Communication between the inter-process communication the VC++ source instance set, the process and the method instance, through a number of small programs to achieve thes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:67184
    • 提供者:suehao
  1. Mailslot

    0下载:
  2. 进程间通信,邮槽,包括服务端与客户端,只能单向通信,由客户端到服务端-Interprocess communication, mail slots, including server and client, only one-way communication from the client to the server
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3856757
    • 提供者:张腾
  1. pqafect-and-encoding

    0下载:
  2. 关于pop3邮件的接收,不过没有实现base64的编码和解码,需要进一步完善-About the pop3 mail received, but no implementing base64 encoding and decoding, need further perfect
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:5325
    • 提供者:xbcharge
  1. UXBR4

    0下载:
  2. Send and receive e-mail 源码很好用的-The Send and receive E-mail source is very useful
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:34746
    • 提供者:SCV&7754
  1. mfinly

    0下载:
  2. 发送电子邮件程序,主要是通过vc++在windows系统上使用,测试发送邮件,-Send email program, mainly through vc++ on Windows system use, test send mail,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:12288
    • 提供者:xetiuix
  1. jxgcpaz

    0下载:
  2. VB mail source VB邮件发送源码,不错的很好-VB mail source source code, VB sent mail good is very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:82944
    • 提供者:tnmnstamping
  1. ajcxudf

    0下载:
  2. VC developed using the SMTP protocol send E-mail simple small program
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-19
    • 文件大小:35840
    • 提供者:gagerate
« 12 »
搜珍网 www.dssz.com