代码搜索:Simulates

找到约 1,151 项符合「Simulates」的源代码

代码结果 1,151
www.eeworm.com/read/240174/13233378

m anafsk.m

function [y,iflaw]=anafsk(N,Ncomp,Nbf); %ANAFSK Frequency Shift Keying (FSK) signal. % [Y,IFLAW]=ANAFSK(N,NCOMP,NBF) simulates a phase coherent % Frequency Shift Keying (FSK) signal. This signal is a
www.eeworm.com/read/238779/13326118

m anafsk.m

function [y,iflaw]=anafsk(N,Ncomp,Nbf); %ANAFSK Frequency Shift Keying (FSK) signal. % [Y,IFLAW]=ANAFSK(N,NCOMP,NBF) simulates a phase coherent % Frequency Shift Keying (FSK) signal. This signal is a
www.eeworm.com/read/319970/13438190

m anafsk.m

function [y,iflaw]=anafsk(N,Ncomp,Nbf); %ANAFSK Frequency Shift Keying (FSK) signal. % [Y,IFLAW]=ANAFSK(N,NCOMP,NBF) simulates a phase coherent % Frequency Shift Keying (FSK) signal. This signal is a
www.eeworm.com/read/308787/13692041

m anafsk.m

function [y,iflaw]=anafsk(N,Ncomp,Nbf); %ANAFSK Frequency Shift Keying (FSK) signal. % [Y,IFLAW]=ANAFSK(N,NCOMP,NBF) simulates a phase coherent % Frequency Shift Keying (FSK) signal. This signal is a
www.eeworm.com/read/303779/13808849

m anafsk.m

function [y,iflaw]=anafsk(N,Ncomp,Nbf); %ANAFSK Frequency Shift Keying (FSK) signal. % [Y,IFLAW]=ANAFSK(N,NCOMP,NBF) simulates a phase coherent % Frequency Shift Keying (FSK) signal. This signal is a
www.eeworm.com/read/303496/13814534

m anafsk.m

function [y,iflaw]=anafsk(N,Ncomp,Nbf); %ANAFSK Frequency Shift Keying (FSK) signal. % [Y,IFLAW]=ANAFSK(N,NCOMP,NBF) simulates a phase coherent % Frequency Shift Keying (FSK) signal. This signal is a
www.eeworm.com/read/303438/13816066

m anafsk.m

function [y,iflaw]=anafsk(N,Ncomp,Nbf); %ANAFSK Frequency Shift Keying (FSK) signal. % [Y,IFLAW]=ANAFSK(N,NCOMP,NBF) simulates a phase coherent % Frequency Shift Keying (FSK) signal. This signal is a
www.eeworm.com/read/151092/5686571

java printersimulator.java

// Fig. 24.6: PrinterSimulator.java // This class simulates a printer device on a network. // deitel package package com.deitel.advjhtp1.jmx.Printer; // java core package import java.util.Sta
www.eeworm.com/read/140582/5786633

txt description.txt

This tests that OE won't succeed if Responder's client doesn't have the required TXT record. It is a variant of oe-fail-without-private-key-01. East simulates OE to the westnet. (It cannot actually
www.eeworm.com/read/128530/5989563

java connectfourgame.java

package edu.rit.cs.mlr5773.connectfour; import java.util.*; /** * Simulates a game of Connect Four. Keeps track of who moves when, * and who won. Calls move() on the player objects at the approp