代码搜索:Synchronous
找到约 1,924 项符合「Synchronous」的源代码
代码结果 1,924
www.eeworm.com/read/341086/12109813
asm motordrv.asm
;---------------------------------------------------
; motordrv
; - motor controlling both in protocol 1.0 & 2.0
; - call the syn_data to work for 49 & 4a command
; sonycmd0 - small motor
; sonyc
www.eeworm.com/read/100091/15885384
h thread.h
#ifndef THREAD_H
#define THREAD_H
#include
class Thread
{
private:
static void* entrypoint(void *parameters);
protected:
virtual void run() = 0;
public:
Thread(int synchronous = 0, in
www.eeworm.com/read/431224/8696996
m warn.m
function warn(a,idx,msg)
global Bus
fm_disp(fm_strjoin('Warning: Synchronous Machine #', ...
int2str(idx),'(model ',num2str(a.con(idx,5)), ...
') at bus ',Bus.names(a.b
www.eeworm.com/read/384940/8830675
m warn.m
function warn(a,idx,msg)
global Bus
fm_disp(fm_strjoin('Warning: Synchronous Machine #', ...
int2str(idx),'(model ',num2str(a.con(idx,5)), ...
') at bus ',Bus.names(a.b
www.eeworm.com/read/184772/9077991
test sync.test
# 2005 August 28
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/377683/9266704
test sync.test
# 2005 August 28
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/175933/9525272
test sync.test
# 2005 August 28
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/366616/9807031
test sync.test
# 2005 August 28
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/166568/10016271
java compactdomimplementationls.java
package org.w3c.dom.ls;
public interface DOMImplementationLS {
public static final short MODE_SYNCHRONOUS = 1;
public static final short MODE_ASYNCHRONOUS = 2;
public DOMWriter createDO