搜索结果
找到约 10 项符合
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.
网络 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 messa ...
文章/文档 鈥?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 ...
其他书籍 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, ...
Java编程 Good description for Java Multithreading
Good description for Java Multithreading
Java编程 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
并行计算 这个是Windows版本
这个是Windows版本,不是Linux版本
Netbula RPC for Win32 supports multithreading, this document describe the procedure to build multithreaded (MT) RPC server and clients
数学计算 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, an ...
Java书籍 THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interes
THIS book covers the Java&#8482 Native Interface (JNI). It will be useful to you if
you are interested in any of the following:
&#8226 integrating a Java application with legacy code written in languages such as C
or C++
&#8226 incorporating a Java virtual machine implementation into an existing app ...
技术资料 Effective C++中文第三版
《Effective C++:改善程序与设计的55个具体做法》(中文版)(第3版)一共组织55个准则,每一条准则描述一个编写出更好的C++的方式。每一个条款的背后都有具体范例支撑。第三版有一半以上的篇幅是崭新内容,包括讨论资源管理和模板(templates)运用的两个新章。为反映出现代设计考虑,对第二版论题做了广泛的修订,包括异常( ...