代码搜索:Problem

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

代码结果 10,000
www.eeworm.com/read/314323/13569297

c dgcli_mul.c

/* * datagram multicast client for daytime service * receive all reply * use SIGALRM to interrup recvfrom * has race condiction problem */ #include "stdio.h" #include "errno.h" #include "sign
www.eeworm.com/read/313963/13577694

m ip_07_01.m

% MATLAB script for Illustrated Problem 7.1. clear echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % rolloff factor fc=40/T; % carrier frequency
www.eeworm.com/read/313963/13577809

m ip_03_11.m

% MATLAB script for Illustrative Problem 3.11. % Demonstration script for frequency modulation. The message signal % is m(t)=sinc(100t). clear echo on t0=.2; % sign
www.eeworm.com/read/313963/13577818

m ip_06_03.m

% MATLAB script for Illustrative Problem 6.3. clear echo on f_cutoff=2000; % the desired cutoff frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling frequen
www.eeworm.com/read/313963/13577836

m ip_09_04.m

% MATLAB script for Illustrative Problem 9.4. clear echo on Lc=20; % number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the seco
www.eeworm.com/read/313151/13595197

java lostmessagefound19.java

// exceptions/LostMessageFound19.java // TIJ4 Chapter Exceptions, Exercise 19, page 479 // Repair the problem in LostMessage.java by guarding the call in the // finally clause. class VeryImporta
www.eeworm.com/read/312163/13617479

m contents.m

% Kernel machines. % % extraction - (dir) Kernel feature extraction. % preimage - (dir) Pre-image problem for RBF kernel. % % diagker - Returns diagonal of kernel matrix. % dualcov - Dual
www.eeworm.com/read/312163/13617514

m~ contents.m~

% Kernel machines. % % extraction - (dir) Kernel feature extraction. % preimage - (dir) Pre-image problem for RBF kernel. % % diagker - Returns diagonal of kernel matrix. % dualcov - Dual
www.eeworm.com/read/310735/13644823

m lsvmk.m

function [iter, optCond, time, u] = ... lsvmk(KM,D,nu,tol,maxIter,alpha); % LSVMK Langrangian Support Vector Machine algorithm % LSVMK solves a support vector machine problem using an iterati
www.eeworm.com/read/306478/13744580

m ip_07_01.m

% MATLAB script for Illustrated Problem 7.1. clear echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % rolloff factor fc=40/T; % carrier frequency