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

搜索资源列表

  1. multithreaded programming guide

  2. sun公司出品的多线程基础教程,对工作有帮助
  3. 所属分类:专业指导

    • 发布日期:2009-07-16
    • 文件大小:1048576
    • 提供者:chinaup
  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 contex
  3. 所属分类:Linux

    • 发布日期:2009-08-05
    • 文件大小:3145728
    • 提供者:ouumi
  1. Taming Java Threads

  2. PROGRAMMING JAVA THREADS is not nearly as easy (or as platform-independent) as most books would have you believe. Threading also happens to be an essential part of Java programming. All Java programs that use a graphical user interface must be multi
  3. 所属分类:Java

    • 发布日期:2009-08-11
    • 文件大小:1048576
    • 提供者:fabre
  1. Addison Wesley - Applied C++

  2. Chapter 1. Introduction Section 1.1. Imaging Basics Section 1.2. Summary Chapter 2. A Test Application Section 2.1. Image Class Design Section 2.2. Thumbnail Class Section 2.3. Implementation Section 2.4. Summary Chapter 3. Design Techniqu
  3. 所属分类:C++

    • 发布日期:2007-09-22
    • 文件大小:2097152
    • 提供者:ojlovecd
  1. ACE程序员指南

  2. ACE (the ADAPTIVE Communication Environment) is a powerful C++ toolkit that helps you develop portable, high-performance applications, especially networked and/or multithreaded applications, more easily and more quickly with more flexibility and few
  3. 所属分类:Web开发

    • 发布日期:2007-09-26
    • 文件大小:890880
    • 提供者:jake666
  1. jrtplib-3.7.1.zip

  2. JRTPLIB库是一个RTP协议的开源库,使用这套库文件,我们可以创建端到端的RTP连接,实现数据的实时传输。 RTP是实时传输协议的简称。 下载jrtplib-3.7.1.rar后,首先将其解压到一个临时文件夹中,然后开始后续工作。 首先需要强调的是,jrtplib是一个库而不是应用程序,编译后我们获得的是.lib文件。这个文件是用来实现RTP协议的,意义和我们在写WIN32程序时用到的kernel.lib一样。 1、解压后的文件夹中包含两个目录,jrtplib-3.7.1和jthread-
  3. 所属分类:C

  1. Multithreaded Programming Guide

  2. Sun Microsystems, Inc. good book, 171 pages
  3. 所属分类:C++

    • 发布日期:2009-09-11
    • 文件大小:437248
    • 提供者:SylviaWang
  1. Windows游戏编程大师技巧(英文版)

  2. Tricks of the Windows Game Programmin Gurus, 2E takes the reader through Win32 programming, covering all the major components of DirectX including DirectDraw, DirectSound, DirectInput (including Force Feedback), and DirectMusic. Andre teaches the re
  3. 所属分类:其它

    • 发布日期:2009-09-15
    • 文件大小:10485760
    • 提供者:boboboa32
  1. Pthreads Primer.pdf

  2. Pthreads Primer - a guide to multithreaded programmingr.pdf
  3. 所属分类:C++

    • 发布日期:2009-09-27
    • 文件大小:1048576
    • 提供者:rilejiu
  1. Visual C++ 编程资源大全(英文源码 网络)

  2. 1,pop3.zipCPop3Connection - an MFC Class to encapsulate the POP3 protocol(15KB)2,ipenum.zipIPEnum - an MFC class and console app to allow IP address enumeration(11KB)3,smtp.zipCSMTPConnectio n - an MFC Class to encapsulate the SMTP protocol(21KB)4,p
  3. 所属分类:C++

    • 发布日期:2007-10-24
    • 文件大小:10485760
    • 提供者:zhangxucool
  1. pragmatic.bookshelf.programming.clojure

  2. clojure最新版教科书,pdf格式(2009) Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scr ipting language with an ef
  3. 所属分类:Java

    • 发布日期:2009-10-07
    • 文件大小:1048576
    • 提供者:leon_hailiang
  1. VC++常见安装调试错误

  2. VC 6.0常见安装错误 VC调试常见错误 程序设计到多线程,VC++6.0默认设置可作以下修改: project->settings->C/C++->Category中选Code Generation->Use Run-time Library选Debug MultiThreaded或MultiThreaded 在创建MFC项目时, 不使用MFC AppWizard向导, 如果没有设置好项目参数, 就会在编译时产生很多连接错误, 如error LNK2001错误, 典
  3. 所属分类:C++

  1. A performance study of general-purpose applications on graphics processors using CUDA

  2. Graphics processors (GPUs) provide a vast number of simple, data-parallel, deeply multithreaded cores and high memory bandwidths. GPU architectures are becoming increasingly programmable, offering the potential for dramatic speedups for a variety of
  3. 所属分类:C

    • 发布日期:2009-10-27
    • 文件大小:3145728
    • 提供者:fufill
  1. Tricks of the Game Programming Gurus 1999.pdf

  2. What You°re Going to Learn ? Win32 programming ? DirectX Foundation ? 2D graphics and algorithms ? Game programming techniques and data structures ? Multithreaded programming ? Artificial intelligence ? Physics modeling ? Using 3D acceleration hardw
  3. 所属分类:专业指导

    • 发布日期:2009-10-31
    • 文件大小:15728640
    • 提供者:zhouhuangjing
  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

    • 发布日期:2009-11-04
    • 文件大小:10485760
    • 提供者:goopld
  1. JavaThreadProgramming

  2. This book is for those of you who have started working with Java and have realized that you want to develop multithreaded applications and applets.
  3. 所属分类:Java

    • 发布日期:2007-11-03
    • 文件大小:1048576
    • 提供者:QIUFJ
  1. ffmpeg 源码ffmpeg-0.5

  2. This release includes a very extensive number of changes, but some of the highlights are: Significant work to support at least decoding of all widespread mainstream proprietary codecs, such as: decoders and encoders ALAC Flash Screen Video WMAv2 dec
  3. 所属分类:C++

    • 发布日期:2009-12-25
    • 文件大小:2097152
    • 提供者:xydzm
  1. Advanced Programming in the UNIX Environment II

  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 contex
  3. 所属分类:Linux

    • 发布日期:2009-12-28
    • 文件大小:3145728
    • 提供者:phlexii
  1. Unix /Linux编程必读: Advanced Programming in the UNIX

  2. Unix 编程 一部很经典的书。Unix 编程 IPC Signal File I/O 讲述得很详细: "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 newe
  3. 所属分类:Linux

    • 发布日期:2010-01-05
    • 文件大小:3145728
    • 提供者:icg
  1. RingSDK VC++界面库及图象库(含Demo源代码)

  2. RingSDK包含界面库和图象库   本项目为编译环境为VC6,需要先安装platform sdk   设置:   VC6菜单tools->Options,选择Directoris页,把include,lib目录加入到相应文件列表,如果要调试,需要把libsrc目录下的各个子目录加入到Source files文件列表中。   工程依赖几个第三方库,需要先编译livsrc\free_lib下几个目录的工程,然后打开ringsdk.dsw编译。工程都已经设置好了,编译即可。   由于VC的智
  3. 所属分类:C++

    • 发布日期:2010-01-15
    • 文件大小:6291456
    • 提供者:andyjiang2008
« 1 2 34 5 6 7 8 9 10 ... 13 »