CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 多核

搜索资源列表

  1. rmma38src

    0下载:
  2. 获得多核硬件所有的相关信息。汇编源代码。Visual Studio2003、2005环境皆可。速度快。-Multi-core hardware to obtain all relevant information. Compilation of source code. Visual Studio2003, 2005 environment can be. Speed.
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:69512
    • 提供者:computing
  1. jibu_java_1.0.0

    0下载:
  2. 多核多线程并行编程库源代码。JAVA语言。-Multi-core multi-threaded parallel programming library source code. JAVA language.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:434981
    • 提供者:computing
  1. Dijkstra-omp

    0下载:
  2. C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:computing
  1. omp_matrix_multiply

    0下载:
  2. C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:528
    • 提供者:computing
  1. thread

    0下载:
  2. 通过对前瞻线程的并行执行,利用前瞻性线程的划分、调度和重启优化技术,对单片多核处理器技术进行研究。编写具体高级语言对线程前瞻失效进行具体分析及处理,从而获得正确的信息-thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2210513
    • 提供者:jiang
  1. connon

    0下载:
  2. connon并行矩阵运算,在多核机群或并行机群上运行-canoon matrix muitiplication
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2036
    • 提供者:deer
  1. fft

    0下载:
  2. 多核(64核)系统的并行FFT运算程序- Copyright (c) 1994 Stanford University
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7698
    • 提供者:jiangp
  1. sum

    0下载:
  2. 基于多核的并行算法设计,计算一个连续数列的和-The parallel algorithm based on multi-core design, computing a continuous series and
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2406588
    • 提供者:tstao
  1. tongbu1

    0下载:
  2. 使用全局变量同步线程的简单例子,是多核编程书上的一个例子,欢迎查看-The use of global variables of a simple example of thread synchronization, multi-core programming is an example of the book, please see
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:413284
    • 提供者:肖飞
  1. MKLSVM

    0下载:
  2. 用于文本分类的多核SVM算法研究.rar-MKL SVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:163137
    • 提供者:weifan
  1. md6_c_code-2008-11-2

    0下载:
  2. 继MD5被攻破后,在Crypto2008上, Rivest提出了MD6算法,该算法的Block size为512 bytes(MD5的Block Size是512 bits), Chaining value长度为1024 bits, 算法增加了并行 机制,适合于多核CPU。 在安全性上,Rivest宣称该算法能够抵抗截至目前已知的所有的 攻击(包括差分攻击)。 个人认为,MD6极有可能成为新一代Hash算法标准。 -继MD5被攻破后,在Crypto2008上, Rives
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:37364
    • 提供者:Hinker Liu
  1. capi-0.21

    0下载:
  2. CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:322464
    • 提供者:zhou
  1. cpu_usage_in_winnt

    0下载:
  2. 讲解如何利用NT Native API获取NT系统的CPU使用率(支持多核)-Explain how to use the NT Native API to obtain the CPU usage in NT system (supports multi-core)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:25839
    • 提供者:jpexe
  1. Multi-core-programming-source-code

    0下载:
  2. 多核程序设计一书中第五章的源码,可以与书配合有助于对书本知识的理解。-Multi-core programming source code for a book chapter, you can book with the help of books and knowledge of understanding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:9119
    • 提供者:qwe
  1. Laputa

    0下载:
  2. 基于reflection和emit的快速序列化,比微软自己的binaryFormatter的快的多,特别是复杂类型。 基于无锁队列的多核调度模型。-Based on reflection and emit a rapid serialization of more than Microsoft' s own multi-binaryFormatter fast, especially in a complex type. Lock-free queue based on multi-c
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:33252
    • 提供者:robird
  1. CCRootkit-V0.1

    0下载:
  2. 一般网上找到的都是需要Ring3传输需要补丁的地址过去... 002就是直接用最标准的方法进行SSDT定位以及修复的 支持多核系统,当然还有003(加入shadow ssdt hook),004(加入inline hook) 基本上是现在最稳定的恢复方式了,大家可以用KMDLoader测试.加载就脱钩.不需要通讯 -Generally find on the Internet are required Ring3 address transmission needs a patc
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:515086
    • 提供者:按时飞
  1. exa_5

    0下载:
  2. 多核程序设计一书中第五章代码,讲述linux下使用pthread函数库进行多线程开发。-Multi-core programming code for a book chapter, talk about linux using pthread library for multi-threaded development.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:55412
    • 提供者:Xing
  1. exa_4

    0下载:
  2. 多核程序设计一书中第四章代码,讲述windows下用win32Api,MFC及C#进行多线程开发。-Multi-core programming code in a book, Chapter IV, described under windows with win32Api, MFC and C# multi-threaded development.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2446454
    • 提供者:Xing
  1. IPC

    0下载:
  2. ccs3.3版 用于多核dspc6474的核间通信仿真,基于中断方式的通信-mulitcore DSP inter processor communication
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:54183
    • 提供者:wang xiaobo
  1. Vsvm3.0

    0下载:
  2. Vsvm3.0是一款window系统下运行的可视化svm算法工具,除了普通的分类和回归算法,还带有多目标回归预测;内含多种参数方式和序列极小化特征选择算法;并且支持多核并行运算-Vsvm3.0 is a window system running svm algorithm visualization tool, in addition to general classification and regression algorithms, but also with a multi-objec
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1161762
    • 提供者:zj
« 1 2 3 4 56 7 8 9 10 ... 22 »
搜珍网 www.dssz.com