代码搜索:Synchronous

找到约 1,924 项符合「Synchronous」的源代码

代码结果 1,924
www.eeworm.com/read/145158/12748307

m sm.m

%menu for synchronous machines clc,close all k=menu('SELECT DEMO:',... 'V- and compounding C-curves of the synchronous machine',... 'Synchronous motor start',... 'Synchron
www.eeworm.com/read/136989/5838743

readme

/** @page Deferred Synchronous Latency Test README File This test tries to estimate the minimum latency for a deferred synchronous request. The test uses a single threaded client and server,
www.eeworm.com/read/145158/12748348

m smmod.m

% Synchronous machine model function [f,x0]=smmod(t,x,u,flag,R,L,Hi,wo,ic) Ra=R(1); Rf=R(2); Rkd=R(3); Rkq=R(4); switch flag, case 1, flux=[x(1) x(2) x(3) x(4) x(5)]'; cur=L\fl
www.eeworm.com/read/310523/13649694

vbs example3.vbs

#$language = "VBScript" #$interface = "1.0" Sub main ' turn on synchronous mode so we don't miss any data crt.Screen.Synchronous = True ' Wait for a string that looks like "login: " o
www.eeworm.com/read/310523/13649696

vbs example2.vbs

#$language = "VBScript" #$interface = "1.0" Sub main Dim passwd ' turn on synchronous mode so we don't miss any data crt.Screen.Synchronous = True ' Wait for a string that looks
www.eeworm.com/read/310523/13649698

vbs example1.vbs

#$language = "VBScript" #$interface = "1.0" Sub main ' turn on synchronous mode so we don't miss any data crt.Screen.Synchronous = True ' Wait for a string that looks like "login: " or
www.eeworm.com/read/207250/15276641

vbs example3.vbs

#$language = "VBScript" #$interface = "1.0" Sub main ' turn on synchronous mode so we don't miss any data crt.Screen.Synchronous = True ' Wait for a string that looks like "login: " o
www.eeworm.com/read/207250/15276642

vbs example2.vbs

#$language = "VBScript" #$interface = "1.0" Sub main Dim passwd ' turn on synchronous mode so we don't miss any data crt.Screen.Synchronous = True ' Wait for a string that looks