-
-
Mangos-0.13_Build_6767.rar
MaNGOS is an object-oriented Massively Multiplayer Online Role-Playing Game Server (MMORPGS). It s an educational project, to help developers get familar with large scale C++ and C# development projects.
-
thread.rar
java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现??
部分代码如下,
public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute(
),也可以 ...
-
JAMOD.rar
jamod is an object oriented implementation of the Modbus protocol, realized 100 in Java. It allows to quickly realize master and slave applications in various transport flavors (IP and serial).
-
Singelton.zip
... )
-----------------------------
public class GoForData
{
static GoForData _instance=null
static readonly object _lock = new object()
static Settings _MySetting
// Constructor is protected
GoForData()
{
_MySetting ...
-
-
-
-
TIMITDBquickref.rar
... , filterdb does not load all waveforms to memory but returns filtered database object. This is useful when the resulting set of the query is ... to fit in memory. Consequent calls to read function can be made to read content of this filtered database object.
-
json.rar
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。
-
-