代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/132953/14065312
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/132953/14065418
m ip_07_09.m
% MATLAB script for Illustrative Problem 9, Chapter 7
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)=x(:,i)+dt.*a*x(:
www.eeworm.com/read/204766/15333840
m demecoc1.m
function demecoc1()
% DEMECOC1 - Demo program for error correcting output codes
%
% DEMECOC1
% Show a simple multi class problem (VOWEL-CONTEXT from UCI archive)
% with ECOC and Support Vector
www.eeworm.com/read/203303/15362705
c def_struct.c
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include
#include
#include
#include
#define ulong unsigned long // For pseudo ran
www.eeworm.com/read/203303/15362730
txt problems.txt
1 1 12 21
1 1 1 1
0
0
0
0
0
1
1 3
30
30 -20 20 0
0
0 0.00001
0
0 0 100
-40000 -40000 -1
--------------
Put the problem parameter set(s) BEFORE this line. See examples below
www.eeworm.com/read/203303/15362748
txt~ problems.txt~
1 1 12 21
1 1 1 1
0
0
0
0
0
1
1 3
30
30 -20 20 0
0
0 0.00001
0
0 0 100
-40000 -40000 -1
--------------
Put the problem parameter set(s) BEFORE this line. See examples bel
www.eeworm.com/read/202788/15372890
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/202785/15372924
cpp ssprob.cpp
// Copyright Andy Singleton, 1993,1994
// This code is released for non-commercial use only
// For questions or upgrades contact:
// Andy Singleton, Creation Mechanics Inc.
// PO Box 248, Peterbor
www.eeworm.com/read/112976/15473251
readme
Please copy all files into the above directory
to compile the santa fe trail problem.....
www.eeworm.com/read/112976/15473277
readme
Please copy all files into the above directory
to compile the slightly harder symbolic regression
problem.....