您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Mac.OS.X和iOS中的并行开发

  2. Now that multicore processors are coming to mobile devices, wouldn't it be great to take advantage of all those cores without having to manage threads? This concise book shows you how to use Apple's Grand Central Dispatch (GCD) to simplify programmi
  3. 所属分类:MacOS

  1. Advanced Programming in the UNIX Environment

  2. "Stephen Rago's update is a long overdue benefit to the community of professionals using the versatile family of UNIX and UNIX-like operating environments. It removes obsolescence and includes newer developments. It also thoroughly updates the conte
  3. 所属分类:Linux

    • 发布日期:2008-04-24
    • 文件大小:3145728
    • 提供者:xx121976
  1. Parallel.and.Distributed.Programming using c++

  2. Parallel and Distributed Programming Using C++ provides an up-close look at how to build software that can take advantage of multiprocessor computers. Simple approaches for programming parallel virtual machines are presented, and the basics of clust
  3. 所属分类:C++

    • 发布日期:2008-04-24
    • 文件大小:2097152
    • 提供者:mnt248
  1. Super Scan 4.0

  2. SuperScan is a powerful connect-based TCP port scanner, pinger and hostname resolver. Multithreaded and asynchronous techniques make this program extremely fast and versatile.
  3. 所属分类:网络攻防

    • 发布日期:2011-08-24
    • 文件大小:201728
    • 提供者:kelkelkel
  1. java threads

  2. Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the
  3. 所属分类:Java

    • 发布日期:2011-10-23
    • 文件大小:1048576
    • 提供者:imyfriend
  1. Hybrid CUDA, OpenMP, and MPI parallel programming on multicore GPU

  2. Nowadays, NVIDIA’s CUDA is a general purpose scalable parallel programming model for writing highly parallel applications. It provides several key abstractions – a hierarchy of thread blocks, shared memory, and barrier synchronization. This model ha
  3. 所属分类:群集服务

    • 发布日期:2011-10-24
    • 文件大小:496640
    • 提供者:rockyrockrr
  1. linux下c语言实现多线程web服务器

  2. 操作系统课程项目,在linux下用c语言实现了多线程web服务器。可以选择不同的调度算法,来执行web请求,有FCFS, SJF。采用线程池设计思想实现。
  3. 所属分类:Linux

    • 发布日期:2011-11-09
    • 文件大小:7168
    • 提供者:stevemarbo
  1. 编译版STLport5.2.1.rar

  2. 编译版STLport5.2.1,已经编译好了的,在VC中include中加入stlport,lib中加入目录下的lib,把这两个目录提前到第一位 打开project\settings\C/C++ Code Generation DEBUG版本改成Debug Multithreaded RELEASE改成Multithreaded 如以上设置完成后则可以使用
  3. 所属分类:C++

    • 发布日期:2011-11-22
    • 文件大小:8388608
    • 提供者:sdingex
  1. BMDThread v1.8

  2. 多线程控件BMDThread支持到XE2 Do you need to write a multithreaded applications ? Are you annoyed of writing lines and lines of code for threads synchronization and CriticalSections for data protection ? Would you believe that the thread is just a click away
  3. 所属分类:Delphi

    • 发布日期:2011-12-22
    • 文件大小:280576
    • 提供者:bscnym
  1. 一验证码识别的小程序源码

  2. http://blog.csdn.net/xiaoxiao108/article/details/7226120 前些天,12306这个网站挺火的,看到网上出现了各种各样的登陆、订票插件跟程序。虽然没经历过春运,看到网上各种各样的插件跟工具挺有意思的,下载了几个看了看,都挺不错的。印象中有个java版本的订票程序里面有个验证码识别功能,用tesseract-ocr来识别验证码的,如果验证码不是很复杂识别效果还可以。 开发环境 vs2008 开发语言C# 使用方法很简单 1.下载tesserac
  3. 所属分类:C#

    • 发布日期:2012-02-02
    • 文件大小:1048576
    • 提供者:xiaoxiao108
  1. 来自IBM的多线程编程(POSIX).pdf

  2. 主要资料来源于 IBM 信息中心的《Programming Multithreaded applications》,加上部分个人观点。
  3. 所属分类:C++

    • 发布日期:2012-03-23
    • 文件大小:435200
    • 提供者:ace_fei
  1. Pthread Primer

  2. 介绍多线程的书,与大家一起分享
  3. 所属分类:C/C++

    • 发布日期:2008-06-19
    • 文件大小:990208
    • 提供者:hellolegend
  1. Windows System Programming - 4nd 源代码

  2. Windows System Programming, Edition 4 Now Available Published by Addison-Wesley Professional. Part of the Addison-Wesley Microsoft Technology Series series Download the Examples file (Version 1.12, January 24, 2011) At last, Edition 4 is complete! I
  3. 所属分类:桌面系统

    • 发布日期:2012-05-21
    • 文件大小:3145728
    • 提供者:xcntime
  1. findbug 错误日志文档

  2. findbug的错误日志文档 如: Bug: Call to method of static java.text.DateFormat Pattern id: STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE, type: STCAL, category: MT_CORRECTNESS As the JavaDoc states, DateFormats are inherently unsafe for multithreaded use. The d
  3. 所属分类:Java

    • 发布日期:2012-06-01
    • 文件大小:188416
    • 提供者:asivy
  1. C++ Concurrency in Action

  2. c++并发实战。多线程。 Book Descr iption Publication Date: February 28, 2012 Summary C++ Concurrency in Action is a reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This
  3. 所属分类:C++

    • 发布日期:2012-06-09
    • 文件大小:3145728
    • 提供者:testapp2010
  1. findbugs常见Bug以及处理办法

  2. 1、 Bug级别 根据Bug可能导致的后果,FindBugs定义了若干Bug级别,主要的级别如下所示: Bad Practice: 不好的实践 Correctness: 正确性 Experimental Internationalization: Malicious code vulnerability: 存在漏洞的有害代码 Multithreaded correctness: 多线程正确性 Performance:性能 Security:安全 Dodgy: 欺骗性代码 2、 常见Bug以及处
  3. 所属分类:Java

    • 发布日期:2012-07-20
    • 文件大小:51200
    • 提供者:lenovocw
  1. downloader_encap

  2. 一个多线程下载的程序事例,支持断点续传。-a multithreaded downloadable program examples to support HTTP.
  3. 所属分类:C++

    • 发布日期:2008-07-17
    • 文件大小:37888
    • 提供者:lfqsz
  1. 来自IBM的(POSIX).

  2. linux环境下多线程的编程讲解,主要资料来源于IBM 信息中心的《Programming Multithreaded applications 》,加上部分 人观点。
  3. 所属分类:C/C++

    • 发布日期:2012-10-09
    • 文件大小:455680
    • 提供者:dabaoxumei
  1. java多线程编程

  2. 和其他多数计算机语言不同,Java内置支持多线程编程(multithreaded programming。 多线程程序包含两条或两条以上并发运行的部分。程序中每个这样的部分都叫一个线程 (thread),每个线程都有独立的执行路径。因此,多线程是多任务处理的一种特殊形式。
  3. 所属分类:Java

    • 发布日期:2012-10-29
    • 文件大小:76800
    • 提供者:silent198848
  1. java编写的一个多线程程序,模拟银行排队

  2. java编写的一个多线程程序,模拟银行排队.-prepared in a multithreaded process that simulates the bank queue.
  3. 所属分类:Java

    • 发布日期:2012-10-31
    • 文件大小:10240
    • 提供者:ken2008huang
« 1 2 3 4 56 7 8 9 10 ... 13 »