虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Multithreading

Multithreading,在单个程序内快速地顺序执行多个进程,而与操作系统正在使用的多任务处理的逻辑方法无关。
  • It is a MMORPG Multithreading server. It can connect many clients using Java Connection socket.

    It is a MMORPG Multithreading server. It can connect many clients using Java Connection socket.

    标签: Multithreading Connection connect clients

    上传时间: 2015-04-25

    上传用户:love1314

  • PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes Multithreading

    PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes Multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP sockets and named pipes. PTypes also offers message queues as an alternative method of thread synchronization. Its main `target audience is developers of complex network daemons, robots or non-visual client/server applications of any kind

    标签: Multithreading alternative Portable includes

    上传时间: 2016-03-25

    上传用户:lz4v4

  • 鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading

    鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The Dining Philosophers Problem o Deadlocks o A Solution to the Dining Philosophers Problem o Java s wait() and notify() o Dining Philosophers Example 鈥?Summary

    标签: Thread Multithreading Examples Problems

    上传时间: 2017-03-02

    上传用户:kristycreasy

  • RTOS ThreadX Real-Time Embedded Multithreading: Using ThreadX and ARM Designations used by com

    RTOS ThreadX Real-Time Embedded Multithreading: Using ThreadX and ARM Designations used by companies to distinguish their products are often claimed as trademarks. In all instances where CMP is aware of a trademark claim, the product name appears in initial capital letters, in all capital letters, or in accordance with the vendor鈥檚 capitalization preference. Readers should contact the appropriate companies for more complete information on trademarks and trademark registrations. All trademarks and registered trademarks in this book are the property of their respective holders.

    标签: ThreadX Multithreading Designations Real-Time

    上传时间: 2013-12-18

    上传用户:ZJX5201314

  • Good description for Java Multithreading

    Good description for Java Multithreading

    标签: Multithreading description Good Java

    上传时间: 2014-01-18

    上传用户:3到15

  • these are a few lectures on Multithreading and how to implement it in java

    these are a few lectures on Multithreading and how to implement it in java

    标签: Multithreading implement lectures these

    上传时间: 2017-07-27

    上传用户:hgy9473

  • 这个是Windows版本

    这个是Windows版本,不是Linux版本 Netbula RPC for Win32 supports Multithreading, this document describe the procedure to build multithreaded (MT) RPC server and clients

    标签: Windows 版本

    上传时间: 2014-01-09

    上传用户:小宝爱考拉

  • The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccion

    The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, including real and complex FFTs in 1-3 dimensions, and a spherical harmonic transform. Multithreading is supported through POSIX threads for the multidimensional transforms. This reference guide provides details of the public interface as well as the internal implementation of the library.

    标签: Panaccion transform Spectral spectral

    上传时间: 2013-12-20

    上传用户:haoxiyizhong

  • THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interes

    THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interested in any of the following: • integrating a Java application with legacy code written in languages such as C or C++ • incorporating a Java virtual machine implementation into an existing application written in languages such as C or C++ • implementing a Java virtual machine • understanding the technical issues in language interoperability, in particular how to handle features such as garbage collection and Multithreading

    标签: Interface you interes Native

    上传时间: 2013-12-12

    上传用户:ljmwh2000

  • Effective C++中文第三版

    《Effective C++:改善程序与设计的55个具体做法》(中文版)(第3版)一共组织55个准则,每一条准则描述一个编写出更好的C++的方式。每一个条款的背后都有具体范例支撑。第三版有一半以上的篇幅是崭新内容,包括讨论资源管理和模板(templates)运用的两个新章。为反映出现代设计考虑,对第二版论题做了广泛的修订,包括异常(exceptions)、设计模式(design patterns)和多线程(Multithreading)。《Effective C++》的重要特征包括:·高效的 classes、functions、templates 和inheritance hierarchies(继承体系)方面的专家级指导。·崭新的 TR1 标准程序库功能应用,以及与既有标准程序库组件的比较。·洞察 C++和其他语言(例如Java、C#、C)之间的不同。此举有助于那些来自其他语言阵营的开发人员消化吸收 C++ 式的各种解法。

    标签: Effective C++

    上传时间: 2022-05-31

    上传用户:ddk