代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/303558/13812557
m ip_07_11.m
% MATLAB script for Illustrative Problem 11, Chapter 7
clear
echo on
num=[0.01 1];
den=[1 1.01 1];
[a,b,c,d]=tf2ss(num,den);
dt=0.01;
u=ones(1,2000);
x=zeros(2,2001);
for i=1:2000
x(:,i+1)
www.eeworm.com/read/303558/13812600
m ip_04_04.m
% MATLAB script for Illustrative Problem 4.4.
clear
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/301479/13858627
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
echo on
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/238632/13871039
txt readme.txt
README for seismicdecon example supplied with SA Tools.
try_me.m = example driver
decon_init.m = produces a new problem and exposes solution
decon_new.m
www.eeworm.com/read/136044/13876410
cpp dnw.cpp
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/136044/13876435
bak dnw.cpp.bak
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/152661/5672014
readme
Preliminary documentation for Cirrus Logic EDB72xx Ethernet driver
==================================================================
This driver has been tested on both the EDB7211 (EDB7111-2) and
E
www.eeworm.com/read/151482/5682172
java propertyaccessexception.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/150583/5690604
readme
Preliminary documentation for Cirrus Logic EDB72xx Ethernet driver
==================================================================
This driver has been tested on both the EDB7211 (EDB7111-2) and
E
www.eeworm.com/read/140582/5786284
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.