代码搜索:SYNCHRONIZATION
找到约 1,570 项符合「SYNCHRONIZATION」的源代码
代码结果 1,570
www.eeworm.com/read/272265/10964219
md~ hmis.md~
(object Petal
version 45
_written "Rose 7.6.0109.2314"
charSet 134)
(object Design "Logical View"
is_unit TRUE
is_loaded TRUE
attributes (list Attr
www.eeworm.com/read/272265/10964231
mdl hmis.mdl
(object Petal
version 45
_written "Rose 7.6.0109.2314"
charSet 134)
(object Design "Logical View"
is_unit TRUE
is_loaded TRUE
attributes (list Attr
www.eeworm.com/read/465716/7052504
py testsynchronization.py
#: util:TestSynchronization.py
from Synchronization import *
# To use for a method:
class C(Synchronization):
def __init__(self):
Synchronization.__init__(self)
self.data = 1
def
www.eeworm.com/read/331103/12850829
asv system.asv
width =2e-9;
ts = 2e-10;
ratio = 1/2;
ds_code= [-1;-1;1;1;1;1;1;1;-1;1;1;1;-1;1;-1];
%--------------------------------------------------------------------------
OnePulseSample = pulse(width,ts,ra
www.eeworm.com/read/142793/12919036
cpp poolexecutor.cpp
//: C11:PoolExecutor.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the f
www.eeworm.com/read/142793/12919085
cpp morebasicthreads.cpp
//: C11:MoreBasicThreads.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in t
www.eeworm.com/read/142793/12919134
cpp concurrentexecutor.cpp
//: C11:ConcurrentExecutor.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in
www.eeworm.com/read/142793/12919145
cpp synchronousexecutor.cpp
//: C11:SynchronousExecutor.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated i
www.eeworm.com/read/142793/12919149
cpp threadedexecutor.cpp
//: c11:ThreadedExecutor.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in t
www.eeworm.com/read/140545/13076927
cpp poolexecutor.cpp
//: C11:PoolExecutor.cpp
//{L} ZThread
#include "zthread/PoolExecutor.h"
#include "LiftOff.h"
using namespace ZThread;
using namespace std;
int main() {
try {
// Constructor argument i