代码搜索:SYNCHRONIZATION

找到约 1,570 项符合「SYNCHRONIZATION」的源代码

代码结果 1,570
www.eeworm.com/read/111078/6159291

java synctype.java

/** * Copyright (C) 2003-2004 Funambol * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free
www.eeworm.com/read/103694/6213351

cpp synchronizedobject.cpp

#include namespace CppUnit { SynchronizedObject::SynchronizedObject( SynchronizationObject *syncObject ) : m_syncObject( syncObject == 0 ? new SynchronizationO
www.eeworm.com/read/409699/11315633

m motor_sync.m

% ,物理学报,2006年10月 clear all,clc %options = odeset('RelTol',1e-4,'AbsTol',[1e-4 1e-4 1e-5]); [T,Y] = ode45(@Motor,[0 20],[1,2,3,2,3,1,0]); % -------------------Choas characteristic
www.eeworm.com/read/261518/11641041

c demo.c

#include #include #include "demo.h" #include "demo_funs.h" UCHAR synchronization=SYN_INTERNAL,demo_choice=0; void (*DemoFunction[DEMO_SUM])() ={ DemoLogo,DemoAll,Demo
www.eeworm.com/read/347223/11681580

c synchronizedemo1.c

/* synchronizeDemo.c - Demonstrates intertask synchronization using binary * semaphores. */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history --------
www.eeworm.com/read/126184/14439574

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/126184/14439603

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/126184/14439645

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/126184/14439650

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/126184/14439653

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