搜索资源列表
压力测试程序
- StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a prepared using Visual C, the open-source testing tools, procedures and services to complete the important functions of the alg
c#多线程源代码
- c#多线程源代码-multithreading source code
StackPool
- 一个双向栈的C++实现,支持多线程环境。适用2个list记录栈的移入移除。
chap07
- C#网络编程中的多线程的应用。本实例是一个网上书店
STLStream
- 使用标准模板库流(STL STREAM)来简化C++“线程安全”的日志记录-Logging:Flow using a standard template library (STL STREAM) to simplify the C++ “thread-safe”
MonitorSample
- c#多线程池的操作实例,绝对好使!已经经过 测试了!-good!
9927445TestTrec
- ASPSeek是一个C++编写的互联网搜索引擎,并使用了STL库。它主要包括一个检索机器人,一个搜索守护程序,和一个搜索前端(CGI或者是 Apache模块)。它大概可以检索几百万个URLs,来查找给定的短语和单词,并使用通配符,进行布尔搜索。搜索结果可以限定在给定的时间或站点,站点空间,并按照相关性或者时间进行排序(这里面使用了一些非常酷的技术)。ASPSeek可以应用于很多语言和编码中(甚至包括多字节语言如中文)。它为多个站点做了优化。(多线程检索,同步DNS查询, 按站点将结果分组, We
Csharp-Genetic-Algorithm--
- 一个简单的遗传算法在c#。它将不会多线程,也有异国情调的操作人员和收敛标准(例如一种情形发现许多解决方法是非常相似的)。它只是证明遗传算法在托管代码,利用的一些特点。net的运行时间。 -A simple genetic algorithm in c#. It will not be multi-threaded, there are also exotic operators and convergence criteria (for example, found that many so
Hanoi
- C#写的动态显示汉诺塔移动过程的小程序。使用了线程技术,同步技术。-write in C#, display the moving procedure of the Tower of Hanoi. The use of threading, synchronization.
GA
- 在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的TSP问题。由于篇幅有限,且程序中还包括界面实现和计算线程处理等一些与算法无关的代码。-In Visual C++ compiler environment, the genetic algorithm program, and use them to solve the TSP problem of 48 cities.Due to limited space, the program also includes
matrix_lu3
- LU_seial,c是针对c语言开发的串行LU分解,并进行了cache优化。 LU_parallel.c是用多线程的方法实现LU分解的并行化,加速比在1.3左右。-LU_seial, c is for c language development serial LU decomposition, and conducted cache optimization. LU_parallel.c is multi-threaded approach to achieve parallel LU d
Damped-oscillation-curve
- 以MATcom为内核的C++程序,调用MATLAB拟合衰减振荡曲线(多线程)-In MATcom as the core C++ program, call the MATLAB fitting damped oscillation curve (multi-threading)
aq367
- 旋转机械二维全息谱计算的实用例程,直线阵采用切比学夫加权控制主旁瓣比,基于kaiser窗的双谱线插值FFT谐波分析。- Rotating Machinery dimensional hologram of practical spectrum c
ransac算法 C++编写 多线程版
- 这是ransac算法,用 C++编写,是一个面向 多线程应用的版本 可以参考README.txt使用