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

搜索资源列表

  1. qiupai

    0下载:
  2. 利用积分法进行多线程计算圆周率pai的编程,分别有二、三、四个线程
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7335
    • 提供者:董立峰
  1. 真正实现多线程进度条

    1下载:
  2. 多线程计算,显示进度条
  3. 所属分类:Windows编程

    • 发布日期:2010-10-26
    • 文件大小:1047939
    • 提供者:surgent
  1. lab4

    0下载:
  2. 利用多线程计算平方和 sum=1^2+2^2+3^2.....+n^2-The use of multi-threaded calculation of square and the sum = 1 ^ 2+ 2 ^ 2+ 3 ^ 2 .....+ N ^ 2
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2463
    • 提供者:simon
  1. multiline

    0下载:
  2. 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步-Set up a project, the main thread is responsible for user interaction, provide a button on the interface through which users set up a new thread to handle complex calc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:241640
    • 提供者:黄昕
  1. pi

    0下载:
  2. 别人写的代码,传上来共享,多线程计算pi值。虽然简单,但是很典型~-compute pi with multithread program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1468662
    • 提供者:zhaojun
  1. WCT-src

    0下载:
  2. 具有MFC应用程序风格的文本编辑器,有着DevStudio样的工具栏,状态栏,窗口和输出,和多线程计算。-A MFC application featuring a syntax coloring text editor, DevStudio-like toolbar, status bar, and output window, and multithreaded computing.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-28
    • 文件大小:313095
    • 提供者:zjw
  1. MulThread

    0下载:
  2. 本文讨论将单线程应用程序重新编写成多线程应用程序的策略。它以Microsoft Windows 95和Windows NT的平台为例,从吞吐量(throughput)和响应方面,与兼容的单线程计算相比较而分析了多线程计算的性能-This article discusses single-threaded applications will be re-written as multithreaded applications strategy. It Microsoft Windows 95 a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1196761
    • 提供者:张玉祥
  1. calculating_pi

    0下载:
  2. 环境为Visual Studio 2008,使用C#,实现多线程计算PI的功能-Environment for Visual Studio 2008, using C#, multi-threaded calculation function PI
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:22633
    • 提供者:Jassie
  1. pai

    0下载:
  2. 多线程计算π的程序源码 可以直接编译运行 采用了windows的多线程-Multi-threaded computation of π can directly compile and run the program source using multi-threaded windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5950947
    • 提供者:张腊
  1. 3pcf

    0下载:
  2. windows下多线程计算3pcf问题的源码 直接编译运行即可 从文件中读取数据-Under the multi-threaded computing 3pcf windows source code directly compile and run the problem can be read from the file
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-20
    • 文件大小:6037779
    • 提供者:张腊
  1. HomeWork

    0下载:
  2. 多线程计算PI用的WINDOWS SDK书写,有皮肤,并且有暂停、清零、一边计算一边显示的功能。-Multi-threaded computing PI using WINDOWS SDK to write, with skin, and there suspended, clear, while the calculation while the function display.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2507665
    • 提供者:远行
  1. computePi

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

    • 发布日期:2017-04-03
    • 文件大小: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(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-13
    • 文件大小:12390
    • 提供者:Gao Feng
  1. PiSolution

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

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

    0下载:
  2. 实现并行计算面积问题,并行计算多线程问题,研究生一年级大作业实现多线程处理实验。(To achieve parallel computing area problem, parallel computing multi-threaded problem, Graduate freshman homework to achieve multi-threaded processing experiments.)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:4096
    • 提供者:洛晚
  1. PI

    0下载:
  2. 编写程序计算 PI 值 要求: ① 采用至少两种 线程分配方法; ② 使用时间函数统计每个线程的计算时间,对比分析哪种分配方法更优; ③ 程序调试及运行,输出运行结果。(Write programs to calculate PI values Requirements: 1.Use at least two kinds of thread allocation methods; 2.Use time function to calculate the computation ti
  3. 所属分类:进程与线程

    • 发布日期:2018-04-30
    • 文件大小:224256
    • 提供者:Fanny Hao
  1. c++并行计算

    0下载:
  2. 能够通过多线程实现查找算法,大大节省了计算时间,提高了程序效率(Ability to implement a lookup algorithm through multiple threads)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:7238656
    • 提供者:zyqzyq
  1. 利用定积分的定义编写多线程程序实现计算pi的程序

    1下载:
  2. 利用定积分的定义编写多线程程序实现计算pi的程序,尽量让精度提高。(We use the definition of definite integral to compiling multithreaded program to realize the program of calculating pi, and try to improve the accuracy.)
  3. 所属分类:进程与线程

« 12 3 4 »
搜珍网 www.dssz.com