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

搜索资源列表

  1. fibnum.zip

    0下载:
  2. 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:69510
    • 提供者:
  1. Computing

    0下载:
  2. JAVA的SOCKET的应用,实现远程计算,运用了多线程的方式实现-JAVA applications, remote computing, the use of multithreading in a way
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5334
    • 提供者:nicky
  1. AsynchCalcPi-smartphone5.0

    0下载:
  2. windows mobile 5.0 smartphone C#多线程异步PI计算程序,包括取消功能-windows mobile 5.0 smartphone multithreaded C# or asynchronous PI counting procedures, including the abolition of functional
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:19499
    • 提供者:ice.man
  1. AsynchCalcPi-Pocketpc5.0

    0下载:
  2. windows mobile 5.0 pocket pc 多线程异步PI计算程序,包括取消功能-windows mobile 5.0 pocket pc multi-threaded asynchronous PI program, including the abolition of functional
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:20981
    • 提供者:ice.man
  1. PLC_Control

    4下载:
  2. 欧姆龙最新PLC CPH1系列hostlink应用例子,用于编写上位机控制软件,通过串口直接控制PLC。用vc编写,方便转化为其他语言。 包括内容: 1:自封装串口类(来源于网络,做了适当修改) 2:多线程,线程间同步,通讯等。 3:生产者消费者模型应用,环形缓冲队列应用 4:欧姆龙hostlink通讯通讯同步处理,FCS校验值计算,各种hostlink指令使用示例。 5:线程消息处理类封装。 6:windows程序中带console调试界面,可把调试信息输出到控制台
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:72165
    • 提供者:m__point
  1. GetPi

    0下载:
  2. 圆周率大位求解,可算至圆周率的10万位 采用多线程,数组分段存储计算结果 显示计算时间,计算次数,可以测试你的机器运算能力-pi for large spaces can be considered as the ratio of circumference to 100,000 use multithreading, Sub storage arrays results indicate the time of calculation, calculation of frequency
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:56304
    • 提供者:魏杰
  1. parallel_spi_programmer1p65

    0下载:
  2. 该程序的功能为通过计算机并口模拟SPI时序,时序将计算机上二进制文件的数据写入到Atmel spi flash中去。 下载时使用的下载线为Xilinx公司的parallel III标准下载线; 软件支持usb下载,不够下载线是本人自己做的; 下载时,可以指定将数据写入到那一段地址,长度是多少,可以回读数据; 代码使用MFC,有多线程操作,SDI,使用winio作为底层操作 该程序为本人自己的作品。调试通过,下载速率200kbps左右。
  3. 所属分类:Windows编程

    • 发布日期:2014-01-18
    • 文件大小:2719099
    • 提供者:张计恒
  1. computePi

    0下载:
  2. 通过使用多线程计算PI,可以控制线程数目-use Multi-thread computing PI
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:775
    • 提供者:付宇新
  1. CrossMatch-multthread

    0下载:
  2. 通过多线程实现两个天体之间的交叉证认。海量数据的多线程计算。-Recognized by the multi-threaded cross-certificates between two celestial bodies. Multi-threaded computing of massive data.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:1527
    • 提供者:jiyan
  1. pi

    0下载:
  2. 并行计算实验,多线程计算pi源代码,附有说明。-Parallel computing experiment, multithreaded to calculate pi source code annotated.
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:925
    • 提供者:流川天
  1. pi

    0下载:
  2. 计算PI(PI的精度通过键盘输入)。多线程计算PI。实现可视化显示。可以输入大数计算,计算速度快。-Calculated PI (PI precision keyboard input). The multithreaded calculated PI. Visual display. Can enter large numbers calculation, calculation speed.
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:156884
    • 提供者:陈冲
  1. PI

    0下载:
  2. 多线程计算pi的值,可以在程序开头更改线程数和N的值-Multi-threaded computing the value of pi, you can change the number of threads and the value of N at the beginning of the program
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:12390
    • 提供者:Gao Feng
  1. prime

    0下载:
  2. unix下通过创建多线程计算质数的优化算法-unix calculate prime numbers by creating a multi-threaded optimization algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:1500
    • 提供者:王哥
  1. pthread_pie

    0下载:
  2. 并行计算:多线程计算Pi值。 运行与编译环境:Linux-Parallel computing: multi-threaded calculating the value of Pi. Operation and compile environment: Linux
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:952
    • 提供者:ANDY
  1. Pthread

    1下载:
  2. pthread多线程计算Jacobi矩阵迭代,每迭代5次输出中间结果-pthread multi-threaded computing Jacobi matrix iterations, each iteration 5 times the output of intermediate results
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1257
    • 提供者:小苹
  1. PiSolution

    0下载:
  2. 基于win32 API的多线程计算圆周率的算法-Based algorithm to calculate pi multithreaded win32 API
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:760
    • 提供者:frankly
  1. Pthread

    1下载:
  2. 1.pthread多线程计算圆周率 2.pthread多线程雅可比迭代-1.pthread multi-threaded multi-threaded computing pi 2.pthread Jacobi iteration
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:27406
    • 提供者:郭可成
  1. main.c

    0下载:
  2. 多线程计算pi,修改计算量则可进行压力测试-multi-thread calculate pi
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:613
    • 提供者:ch
  1. _pi

    0下载:
  2. 并行计算中用多线程计算pi的值,采用积分的方法-Using multi-threaded computing the value of pi, using integral parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:956
    • 提供者:西西
  1. Geekbench21-Linux

    0下载:
  2. linux版geekbench 可测试cpu多线程计算和内存性能的工具-Geekbench measures your computer s processor and memory performance. Use the Geekbench Browser to organize and share your Geekbench results with other Geekbench users around the world.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1471866
    • 提供者:tommy
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com