代码搜索:Problem

找到约 10,000 项符合「Problem」的源代码

代码结果 10,000
www.eeworm.com/read/313956/13577966

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5
www.eeworm.com/read/313956/13577973

m ip_09_04.m

% MATLAB script for Illustrative Problem 4, Chapter 9. echo on Lc=20; % Number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the se
www.eeworm.com/read/313151/13595282

java finaloverridingillusionex.java

// reusing/FinalOverridingIllusionEx.java // TIJ4 Chapter Reusing, Exercise 20, page 269 // Show that the @Override annotation solves the problem in ths section import static net.mindview.util.Prin
www.eeworm.com/read/312587/13608649

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5
www.eeworm.com/read/308371/13703586

m 蒙特卡罗的仿真程序qpsk_modulation.m

%QPSK Implemenatation clear; %This is the first part of the problem where we are first generating a %random input of size 6 bits, which results in 3 QPSk sysmbols; Input = round(rand(1,6)); %Conv
www.eeworm.com/read/306478/13744683

m ip_01_08.m

% MATLAB script for Illustrartive Problem 8, Chapter 1. clear ts=0.001; Fs=1/ts; t=[0:ts:10]; x=cos(2*pi*47*t)+cos(2*pi
www.eeworm.com/read/304373/13795506

m indvar.m

function v = indvar(x) % @MPOL/INDVAR - Internal use only % INDVAR(X) returns a row vector of sorted problem variable indices in X % % If X is a constant polynomial, then INDVAR(X) = 0 % D.
www.eeworm.com/read/303558/13812635

m ip_01_08.m

% MATLAB script for Illustrartive Problem 8, Chapter 1. clear ts=0.001; Fs=1/ts; t=[0:ts:10]; x=cos(2*pi*47*t)+cos(2*pi
www.eeworm.com/read/147682/5728111

m plot_anvc.m

% plot_anvc(w,p,s,e,a,b) % % Generates plots for evaluating an adaptive active % noise and vibration control problem. % % Input variables [Size]: % w : estimated impulse response [L x
www.eeworm.com/read/128604/5982404

java jarexception.java

/* JarException.java -- thrown to indicate an problem with a jar file Copyright (C) 2000, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; y