CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 消息传递

搜索资源列表

  1. 22-2

    0下载:
  2. 通过消息传递接口MPI实现多节点多进程并行求解大型矩阵方程。用例比较简单,可自行设置参数进行测试。-MPI message passing interface through multi-process multi-node parallel solving large matrix equation. With a relatively simple example, you can set their own parameters for testing
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1749
    • 提供者:程墨
  1. pmwelch

    0下载:
  2. Welch 算法是一种应用很广的经典功率谱估计算法。但是面对现在日益膨胀的海量数据,单纯在串行Matlab环境下运行Welch 算法势必耗费大量的运算时间。根据Welch 算法的原理,在Linux 集群环境及消息传递接口MPI 的支持下,采用主从并行编程模式,实现了一个开源的Welch 并行算法PMWelch。实验结果表明,PMWelch 不仅具有Matlab 下Welch 算法一样的运算结果,还可以大幅减少运行时间.-It is well known that Welch algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:541973
    • 提供者:lyl
  1. B-S-C-S

    0下载:
  2. 软件体系结构定义了软件的局部和总体计算部件的构成,以及这些部件之间的相互作用关系。部件包括诸如服务器、客户、数据库、过滤器、程序包、过程、子程序等一切软件的组成成份。相互作用关系包括诸如过程调用、共享变量访问、消息传递等。相互作用也包括具有十分复杂的语义和构成关系,诸如客户/服务器的访问协议、数据库的访问协议网络的传输协议、异步事件的映射等,除了描述系统的构成和结构关系外,在系统的功能需求方面,体系结构还表达了系统需求和构成之间的对应关系。-Software architecture defin
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:13727
    • 提供者:tiantian ye
  1. MyOffice-bs

    0下载:
  2. 网站形式的OA系统,采用三层架构,vs2010+sql 2008,可直接运行使用,实现了人事管理、日程管理、文档管理、消息传递、系统管理、考勤管理六大功能-Site in the form of OA system, using the three-tier architecture, vs2010+ sql 2008, can be run directly used to achieve a personnel management, schedule management, documen
  3. 所属分类:OA

    • 发布日期:2017-05-28
    • 文件大小:10877558
    • 提供者:徐林
  1. ActiveMQDemo

    0下载:
  2. ActiveMQ消息中间件使用Demo,可更具自己要求修改配置实现消息传递-ActiveMQ messaging middleware Demo, may require more configuration changes to achieve their own messaging
  3. 所属分类:Java Develop

    • 发布日期:2017-05-26
    • 文件大小:8977018
    • 提供者:佛光普照
  1. oc

    0下载:
  2. Objective-C是一种通用、高级、面向对象的编程语言。它扩展了标准的ANSI C编程语言,将Smalltalk式的消息传递机制加入到ANSI C中。使用IOS为框架实践基本的四则运算。-Objective-C is a general-purpose, high-level, object-oriented programming language. It extends the standard ANSI programming language C, the Smalltalk typ
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:nate
  1. MPI-acoustic-wave

    1下载:
  2. 利用MPI消息传递接口实现的声波方程波场模拟,是一个运用了并行算法的程序-MPI acoustic wave simulation
  3. 所属分类:Console

    • 发布日期:2015-05-02
    • 文件大小:2433024
    • 提供者:William
  1. FaceChat

    0下载:
  2. 基于MFC编写的实现局域网的实时文字消息传递,只需设置发送消息的IP地址,即可发送消息到对方处-communication systm base on MFC
  3. 所属分类:ComboBox

    • 发布日期:2017-05-09
    • 文件大小:1615477
    • 提供者:唐小猪
  1. TTAndroidClient

    0下载:
  2. 蘑菇街团队开发的即时通信产品,可靠的消息传递机制;支持文字、图片、语音等富文本信息;文件收发等,开源产品,这是其android客户端-Mushroom Street team develops instant messaging products, reliable message delivery mechanism support text, pictures, voice and other rich text information send and receive files an
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-06-02
    • 文件大小:14517246
    • 提供者:马阳
  1. win7MPI

    1下载:
  2. MPI的全称是Message Passing Interface即标准消息传递界面,可以用于并行计算。MPI的具体实现一般采用MPICH。下面介绍如何在Windows 7系统下VC6中搭建MPI环境来编写MPI程序。-The full name of MPI is Message Passing Interface is a standard message passing interface, can be used for parallel computing. The realizatio
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:151552
    • 提供者:廷廷
  1. An-Introduction-to-Factor-Graphs

    0下载:
  2. 关于因子图和消息传递算法领域的非常经典的论文,绝对值得大家仔细阅读-A large variety of algorithms in coding, signal processing, and artificial intelligence may be viewed as instances of the summary-product algorithm (or belief/probability propagation algorithm), which operates
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:593680
    • 提供者:wfs
  1. Loeliger_factor_graph

    0下载:
  2. 消息传递算法用于信号处理的绝对经典之作,好好学习,天天向上-The message-passing approach to model-based signal processing is developed with a focus on Gaussian message passing in linear state-space models, which includes recursive least squares, linear minimum-mean-squared-
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:955405
    • 提供者:wfs
  1. Socket

    0下载:
  2. 简单的服务器与客户端的消息传递,窗口化界面-Simple messaging server and client window interface
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-25
    • 文件大小:9589
    • 提供者:刘宇霆
  1. bingxingjisuan

    1下载:
  2. 一个基于区域分解和MPI消息传递接口技术的关于热传导方程的求解。-A domain decomposition and MPI message passing interface technology on thermal conduction equations based.
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5226431
    • 提供者:王仙家
  1. QQ-System-(Client-Server)

    0下载:
  2. QQ系统用来实现消息传递和文件互传,添加好友,删除好友,好友分组等功能。这个文件还可以用来做学习Java的资料,里面有很多内容都是很具有代表性的。- this QQ System is used to talk to your friends , you can send message or file to each other , you can add your friends ,delete your friends and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-06-13
    • 文件大小:20597782
    • 提供者:wang
  1. Thread-function

    1下载:
  2. MFC多线程,线程函数写入类中,并发送消息,适合自定义消息的发送以及用消息传递数据-MFC multi thread, thread function into the class, and send messages, suitable for custom message sending and message delivery data
  3. 所属分类:Process-Thread

    • 发布日期:2015-11-22
    • 文件大小:4603904
    • 提供者:孤山客
  1. schooltong

    0下载:
  2. 校园app,实现了用户登录,修改密码,校园新闻列表,消息传递,收藏-Campus app, to achieve a user login, change password, campus news list, messaging, favorites
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:6576020
    • 提供者:饭饭
  1. win

    0下载:
  2. 使用win32 api绘制图形窗口,理解消息传递-Use API Win32 to draw the graphics window and understand the message passing.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-26
    • 文件大小:8341645
    • 提供者:smith yao
  1. HandlerPost

    0下载:
  2. android开发:线程的异步处理,Handler的应用,Handler消息传递机制-Threads of asynchronous processing, the application of the Handler
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1196647
    • 提供者:胡凤祥
  1. phaseUnwrap_v1.4

    0下载:
  2. 消息传递算法是经典L1范数算法,常用于求解最小二乘的最优化问题。-Message passing algorithm is a classical L1-norm algorithm, commonly used in the method of least squares optimization problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:217627
    • 提供者:张旭
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com