搜索资源列表
真正实现多线程进度条
- 多线程计算,显示进度条
fibnum
- 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Ca
Computing
- JAVA的SOCKET的应用,实现远程计算,运用了多线程的方式实现-JAVA applications, remote computing, the use of multithreading in a way
AsynchCalcPi-smartphone5.0
- windows mobile 5.0 smartphone C#多线程异步PI计算程序,包括取消功能-windows mobile 5.0 smartphone multithreaded C# or asynchronous PI counting procedures, including the abolition of functional
PLC_Control
- 欧姆龙最新PLC CPH1系列hostlink应用例子,用于编写上位机控制软件,通过串口直接控制PLC。用vc编写,方便转化为其他语言。 包括内容: 1:自封装串口类(来源于网络,做了适当修改) 2:多线程,线程间同步,通讯等。 3:生产者消费者模型应用,环形缓冲队列应用 4:欧姆龙hostlink通讯通讯同步处理,FCS校验值计算,各种hostlink指令使用示例。 5:线程消息处理类封装。 6:windo
GetPi
- 圆周率大位求解,可算至圆周率的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 calcula
JAVA
- 多线程编程 一个线程计算完全数和一个线程计算水仙花数 IO流 以及图形界面-Multi-threaded programming a thread and a calculation of total number of threads a few daffodils IO flow calculation as well as the graphical interface
multi_pi_matrix
- lab1为多线程计算圆周率的程序 lab2为多线程计算矩阵乘法的程序 有实验报告和说明文档-lab1 for multi-threaded computing lab2 pi procedure for multi-threaded matrix multiplication calculation procedures have experimental reports and documentation
httpmt
- 多线程文件传输,多台计算机之间进行文件传输.-Multi-threaded file transfer, multiple file transfer between computers.
test.cpp.tar
- linux多线程矩阵相乘(C++) 采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
socket
- 计算机网络编程,多线程,多进程,相互之间传递信息-Computer network programming, multi-threaded, multi-process and transmit information between
ExperimentsOfParallelAlgorithms
- 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger,
openmp
- 基于OPENMP的并行算法,通过设置不同的线程数来验证多线程对并行计算速度提高的贡献-OPENMP-based parallel algorithm, by setting a different number of threads to validate the multi-threaded parallel computing speed of the contribution of
ParallelTest
- Visual Studio 2010加大了对并行运算的支持。微软正在使得尽量大的范围内的开发者都能高效而简便地进行并行计算的开发,不管他使用的是非托管代码还是.NET fr a mework。从而将开发者从繁琐而复杂的多线程开发中解放出来,将更多的精力放到业务逻辑上。 附件提供了一些.NET4并行计算的基本示例.-Some C# Demos for .NET4 Parrel including PLINQ.
Timer多线程 时钟 V2.0
- 我在MATLAB中只发现Timer函数能实现简单的多线程计算,本程序运用Timer,实现一个时钟的秒针走动的效果。(I only found Timer function to achieve simple multi-threaded calculation in the MATLAB. This program used Timer to simulate a clock moving effect.)
pthread
- 实现并行计算面积问题,并行计算多线程问题,研究生一年级大作业实现多线程处理实验。(To achieve parallel computing area problem, parallel computing multi-threaded problem, Graduate freshman homework to achieve multi-threaded processing experiments.)
Pi
- 运用蒙特卡洛方法计算π,多线程计算。创建几个线程,每个线程都会生成随机点并确定点是否落在圆圈内。 每个线程都必须更新圈内所有点的全局计数。 一旦所有线程退出,父线程将计算并输出π的估计值。 使用互斥锁或信号量保护共享全局变量更新时的竞争条件。 值得尝试生成的随机点的数量。 作为一般规则,点的数量越大,近似值越接近π。(Estimating Pi using Monte Carlo)
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.)
pthread多线程求pi
- 并行计算pthread多线程求pi的三种方法,编译后在命令行后输入线程数以及计算规模n运行(Three ways of pthread multithreading for pi)