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

搜索资源列表

  1. message_deliver_LAN

    0下载:
  2. 用于局域网的消息传递开发包,已经在项目组中使用,有实用价值!-LAN for the Message Passing development kits, the project team has been in use, practical value!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:188115
    • 提供者:张真
  1. Form1-Message-Form2

    0下载:
  2. 两个窗体之间传递消息,例子是2号窗体控制一号窗体上的一个进度条-Passing messages between the two forms, example of this is No. 2 on the 1st form controls on the form a progress bar
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:38313
    • 提供者:cobra
  1. PROJ_OA

    0下载:
  2. 办公自动化系统(OA) 功能模块:人事管理;日程管理;文档管理;消息传递;系统管理;考勤管理-Office Automation (OA) function modules: personnel management schedule management document management message passing systems management Attendance Management
  3. 所属分类:.net

    • 发布日期:2017-06-15
    • 文件大小:23982047
    • 提供者:near
  1. VC.NETplatformsandMPI

    0下载:
  2. 基于VC_NET平台和MPI(消息传递接口)并行编程-Based on VC_NET platforms and MPI [Message Passing Interface] parallel programming
  3. 所属分类:.net

    • 发布日期:2017-04-25
    • 文件大小:157787
    • 提供者:zhangjingyu
  1. Mpi-Omp_MatInf_blkstp

    0下载:
  2. This a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) bet
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1594
    • 提供者:shraddha
  1. Cprogram

    0下载:
  2. c++是在c的基础上创建的   它比c的功能更强大,它是一门面向对象程序设计语言   向对象程序设计是一种新型的程序设计范型.这种范型的主要特征是:   程序=对象+消息   面向对象程序的基本元素是对象,面向对象程序的主要结构特点是:第一,程序一般由类的定义和类的使用两部分组成,在主程序中定义各对象并规定它们之间传递消息的规律.第二,程序中的一切操作都是通过向对象发送消息来实现的,对象接收到消息后,启动有关方法完成相应的操作.一个程序中涉及到的类,可以由程序设计者自己定义,也可
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-31
    • 文件大小:12926801
    • 提供者:海峰
  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. Multithreadedmessagepassing

    0下载:
  2. 利用directx实现了多线程间消息传递,编程环境是vs2005,语言c-Multi-threaded message passing between
  3. 所属分类:DirextX

    • 发布日期:2017-05-04
    • 文件大小:1027328
    • 提供者:谢谢
  1. MPI_HALLO_WORD

    0下载:
  2. Using MPI in .net application. Message Passing Interface (MPI) is an API specification that allows processes to communicate with one another by sending and receiving messages. It is typically used for parallel programs running on computer clusters an
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:444726
    • 提供者:Artem M
  1. xLib

    0下载:
  2. 实现完成端口的封装功能库,并且封装了消息的传递机制等功能。-Port encapsulation to achieve complete library, and encapsulates the message passing mechanism functions.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:321773
    • 提供者:sdafd
  1. course

    0下载:
  2. 实现信息传递,通过消息传递的方式实现进程间通信-To achieve information transmission, through the message passing inter-process communication to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:126792
    • 提供者:ahei
  1. Interface

    0下载:
  2. 不同对话框中滑竿消息传递 vs2008中实现-Different dialog slider to implement message passing vs2008
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-31
    • 文件大小:13402112
    • 提供者:颜世聪
  1. BirthdayRemind

    0下载:
  2. 使用多线程对多个提醒时间点的同时提醒,用到多线程与主线程消息的传递,对学习多线程的通信有很大帮助,强烈推荐学习多线程通信的同学下载-Use of multiple threads on multiple reminders at the same time to remind, the main thread to use multi-threading and message passing, multi-threaded communication of learning helps a l
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-17
    • 文件大小:4968012
    • 提供者:kai
  1. cstatic

    0下载:
  2. 这个源码实现的是分屏功能,屏幕由四个static按钮填满,然后利用消息传递来实现分屏,包括全屏和还原。-The source implementation is split-screen function, the screen filled by the four static button, and then use message passing to achieve split-screen, including full-screen and restore.
  3. 所属分类:Static control

    • 发布日期:2017-05-11
    • 文件大小:2746768
    • 提供者:
  1. MDIWinGUI

    0下载:
  2. 通过消息传递,改变字体,改变背景颜色、改变文字颜色、改变文字大小等-Message-passing Windows GUI
  3. 所属分类:Button control

    • 发布日期:2017-06-15
    • 文件大小:23945525
    • 提供者:wen
  1. mpi_course

    0下载:
  2. 国外MPI编程入门教程,英文版的。-Message Passing Fundamentals
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1140400
    • 提供者:clark
  1. MFC-TimerTest

    0下载:
  2. 在MFC中 使用settimer函数实现定时功能 本程序运用对话框间消息传递机制和回调函数两种方法实现 -Used in MFC SetTimer function timer function program using message passing mechanism and the callback function in the dialog between the two methods to achieve
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-22
    • 文件大小:41312256
    • 提供者:杨船昆
  1. file-filter-driver

    0下载:
  2. 文件过滤驱动DOC详解,讲述了各种文件过滤及保护机制,IRP消息的传递,最后面还附了部分网络及其他类型过滤驱动简介。-DOC, file system filter driver, explain about file filtering and protection mechanisms, the IRP message passing, the final surface is also attached to the Introduction of a part of the networ
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-26
    • 文件大小:272475
    • 提供者:民工
  1. shared_memory.tar

    0下载:
  2. message passing using message queue
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:Inno
  1. Hello

    0下载:
  2. Use of AES for message passing
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:33792
    • 提供者:Prashar
« 12 »
搜珍网 www.dssz.com