代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/162519/5545403
prefs org.eclipse.jdt.core.prefs
#Tue Sep 13 16:15:04 MDT 2005
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4
org.eclipse.jdt.cor
www.eeworm.com/read/160303/5573761
txt description.txt
Basic pluto test with a variation - the responder has no such policy.
It does have the packetdefault policy, which may cause a problem. Or not.
www.eeworm.com/read/476071/6773299
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/476076/6773368
m ip_04_04.m
% MATLAB script for Illustrative Problem 4.4.
echo on ;
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
echo off ;
end
www.eeworm.com/read/476076/6773373
m il4_8fun.m
% The function needed in Illustrative Problem 8, Chapter 4.
function f=il4_8fun(x,p)
f=1/sqrt(2*pi)*exp((-(x-p).^2)/2).*log2(2./(1+exp(-2*x.*p)));
www.eeworm.com/read/475765/6777719
m p5_3.m
% P5_3.M Solve DA(t)=-aA(t)
% using the Symbolic Math Toolbox
A=dsolve('DA=-a*A','t')
%
% Solve the result for the constant given the conditions in
% the problem
www.eeworm.com/read/475765/6777741
dir p3_23.dir
% Diary file (edited) of interactive solution of Problem 3_23
%
>> % Problem 3_23
>> x1=[3 0 2 2];
>> x2=[-6 42 24 54];
>> x3=[21 -21 0 -15];
>> Arank=[x1;x2;x3]
Arank =
3 0 2
www.eeworm.com/read/475502/6790124
m bodeplt.m
function bodeplt
% BODEPLT Plot control for BODEGUI.
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% Ashok A