搜索资源列表
qiupai
- 利用积分法进行多线程计算圆周率pai的编程,分别有二、三、四个线程
真正实现多线程进度条
- 多线程计算,显示进度条
lab4
- 利用多线程计算平方和 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
multiline
- 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步-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
pi
- 别人写的代码,传上来共享,多线程计算pi值。虽然简单,但是很典型~-compute pi with multithread program
WCT-src
- 具有MFC应用程序风格的文本编辑器,有着DevStudio样的工具栏,状态栏,窗口和输出,和多线程计算。-A MFC application featuring a syntax coloring text editor, DevStudio-like toolbar, status bar, and output window, and multithreaded computing.
MulThread
- 本文讨论将单线程应用程序重新编写成多线程应用程序的策略。它以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
calculating_pi
- 环境为Visual Studio 2008,使用C#,实现多线程计算PI的功能-Environment for Visual Studio 2008, using C#, multi-threaded calculation function PI
pai
- 多线程计算π的程序源码 可以直接编译运行 采用了windows的多线程-Multi-threaded computation of π can directly compile and run the program source using multi-threaded windows
3pcf
- windows下多线程计算3pcf问题的源码 直接编译运行即可 从文件中读取数据-Under the multi-threaded computing 3pcf windows source code directly compile and run the problem can be read from the file
HomeWork
- 多线程计算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.
computePi
- 通过使用多线程计算PI,可以控制线程数目-use Multi-thread computing PI
CrossMatch-multthread
- 通过多线程实现两个天体之间的交叉证认。海量数据的多线程计算。-Recognized by the multi-threaded cross-certificates between two celestial bodies. Multi-threaded computing of massive data.
pi
- 计算PI(PI的精度通过键盘输入)。多线程计算PI。实现可视化显示。可以输入大数计算,计算速度快。-Calculated PI (PI precision keyboard input). The multithreaded calculated PI. Visual display. Can enter large numbers calculation, calculation speed.
PI
- 多线程计算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
PiSolution
- 基于win32 API的多线程计算圆周率的算法-Based algorithm to calculate pi multithreaded win32 API
pthread
- 实现并行计算面积问题,并行计算多线程问题,研究生一年级大作业实现多线程处理实验。(To achieve parallel computing area problem, parallel computing multi-threaded problem, Graduate freshman homework to achieve multi-threaded processing experiments.)
PI
- 编写程序计算 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
c++并行计算
- 能够通过多线程实现查找算法,大大节省了计算时间,提高了程序效率(Ability to implement a lookup algorithm through multiple threads)
利用定积分的定义编写多线程程序实现计算pi的程序
- 利用定积分的定义编写多线程程序实现计算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.)