搜索资源列表
imagemagic
- demo目录: fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中
pai
- 通过多线程的编程实现圆周率简单计算方式,是多线程编程中较为简单的题目,但整体结构上比较易懂,是初学者学习多线程变成的入门代码。-Through a multi-threaded programming pi simple calculation method is relatively simple multi-threaded programming topics, but the overall structure is relatively easy to understand, is f
test.cpp.tar
- linux多线程矩阵相乘(C++) 采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
mul
- 在Linux平台上用多线程方法实现浮点向量的点积计算-On the Linux platform with multi-thread methods to achieve floating-point vector dot product calculation
socket
- 计算机网络编程,多线程,多进程,相互之间传递信息-Computer network programming, multi-threaded, multi-process and transmit information between
mypi
- 多线程计算pi,并且做性能分析。单线程与多线程对比 计算量相同,线程数不同 例如,N取1000,000,测试使用1、2、3、4……个线程时所需要的时间。 线程数相同,计算量不同 例如,只考察单线程和双线程的性能对比,N分别取不同的数值。 -Multi-threaded computing pi, and do performance analysis. Comparison of single-threaded and multithreaded computing the
3pcf
- 3PCF计算多线程实现 定义: 点集D、R。 定义D中的点为ai∈D,R中的点为bi∈R。 距离:r1、r2、r3、err 求: 满足以下条件的三元组(空间中三角形)的数目 <ai, bm, bn>,|ai-bm|=r1±err且|ai-bn|=r2±err且|bm-bn|=r3±err 原始解法: 对于D中每一点ai,在R中找到与之距离为r1的点集R’,找到与之距离为r2的点集R’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。
upc-hands-on-sc09
- 并行编程技术,利用多线程提高程序效率。可以用用图像,矩阵的计算-UPC
mandMPI623
- 并行计算,mpi模型。计算分形集mandelbrot集。这次加上了多线程,并行度更高!-Parallel computing, mpi model. Mandelbrot set fractal set computing. The addition of multi-threaded, parallel degree higher!
pi
- 多线程计算pi,在linux下用gcc编译 执行下面命令: gcc -pthread pi.c -o pi-Multi-threaded computing pi, using the gcc compiler under linux execute the following command: gcc-pthread pi.c-o pi
linux
- Linux下利用多线程实现矩阵相乘的并行计算-Linux using multi-threaded parallel computing for matrix multiplication
homework4
- 编写一个多队列线程池应用,在应用中存在三种线程:一个用户线程,用于向主控线程发送加法计算请求;一个主控线程,接收到用户发送的加法请求后负载均衡地将请求分配给若干计算线程;若干计算线程,接收来自主控线程的加法请求,计算后将结果返回给用户线程。其中每个线程都拥有自己的消息队列。测试时需要向主控线程提交>=1000个加法请求,用户线程需要验证是否收到结果。-The preparation of the application of more than one queue thread pool,
prime
- unix下通过创建多线程计算质数的优化算法-unix calculate prime numbers by creating a multi-threaded optimization algorithm
Geekbench21-Linux
- 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.
omap-IEC61850.tar
- 利用omapl138平台,arm利用socket通信接收IEC61850数据包并交付给DSP进行解包和电能计算,程序设计利用多线程,可实现电能实时计算,满足4k采样速率。(Using omapl138 platform, arm uses socket communication to receive IEC61850 data packet and delivers it to DSP for unpacking and energy calculation. The program desi