搜索资源列表
fibnum.zip
- 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。
sequence.zip
- 用多线程来排序的程序
压力测试程序
- 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
Chat
- 多线程程序的编写,应用多线程编写网络聊天室程序
openwebspider-0.7
- 网页抓取程序,开源的Web蜘蛛程序,可以多线程现在Web页面
Racing
- 基于windows mfc的多线程程序设计之赛马进度条的显示
SAWEnum
- 一个高效的自回避行走路径枚举程序。运用了多线程分配分支任务,可以port到多核cpu上加速运算。
停产场仿真
- 停车场的程序,是用多线程写的,有详细的注释-parking procedures is the use of multi-threaded writing, a detailed Notes
fibnum
- 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Calculate Fibonacci value.
deal
- 多线程发牌程序。用多线程模拟竞争发牌示例程序-Licensing procedures for multi-threaded. Competition with multi-threaded simulation example licensing procedures
ExperimentsOfParallelAlgorithms
- 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
9927445TestTrec
- ASPSeek是一个C++编写的互联网搜索引擎,并使用了STL库。它主要包括一个检索机器人,一个搜索守护程序,和一个搜索前端(CGI或者是 Apache模块)。它大概可以检索几百万个URLs,来查找给定的短语和单词,并使用通配符,进行布尔搜索。搜索结果可以限定在给定的时间或站点,站点空间,并按照相关性或者时间进行排序(这里面使用了一些非常酷的技术)。ASPSeek可以应用于很多语言和编码中(甚至包括多字节语言如中文)。它为多个站点做了优化。(多线程检索,同步DNS查询, 按站点将结果分组, We
multiline
- 一个多线程管理的程序管理器,适合程序开发者即大型计算者使用-multiple line, useful for program developer
data-structures-and-algorithms
- 多任务下的数据结构和算法源码,包含了数据结构中链表、栈、队列和树等的知识,并详细讲解了这些算法在多线程下的应用,还提供了相关的测试程序-Multi-task data structure and algorithm source code, including data structures, linked lists, stacks, queues, and trees of knowledge, and explain in detail the application of these a
check_n_final
- 这个项目主要是实现多线程判断大量点与多面体的情况,在空间体积计算模拟等方面应该会有非常好的实用价值。具体就是判断点是否是在多面体的内部,外部,面上,顶点。并输出点和所在多面体的整体坐标。目前,本程序主要是针对凸6面体,但很容易扩展到N凸面体。-This project is multi-threaded to determine a large number of points with the polyhedron, should have very good practical value
OllyDBG_1.10
- OllyDbg是运行在Windows 95、Windows 98、Windows ME、Windows NT 和 Windows 2000系统下的一个单进程、多线程的分析代码级调试工具。它可以调试PE格式的执行文件及动态链接库,并可以对其打补丁。“代码级”意味着您可以直接与比特、字节或处理器指令打交道。OllyDbg 仅使用已公开的 Win32 API 函数,因此它可以在所有 Windows 操作系统及后继版本中使用。但是由于我没有对 XP 系统进行彻底测试,因此不能保证 OllyDbg 功能的
Damped-oscillation-curve
- 以MATcom为内核的C++程序,调用MATLAB拟合衰减振荡曲线(多线程)-In MATcom as the core C++ program, call the MATLAB fitting damped oscillation curve (multi-threading)
user_count
- 一个用来统计在线用户数量的程序,支持多线程调用。-A number of online users for statistical procedures, support for multi-threaded calls.
source_code_9pamxc
- 我自己编写的实现多线程操作matlab的程序,能够很好的解决计算复杂度和性能直接的平衡,希望大家喜欢。-I have written multi-threaded operating matlab procedures, can be a good solution to direct balance computational complexity and performance, I hope you like it.
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.)