代码搜索:Problem

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

代码结果 10,000
www.eeworm.com/read/139007/13195483

m lse.m

function x = lse(A, b, B, d, method) %LSE Solve the equality constrained least squares problem. % [x, flopcount] = LSE(A, b, B, d, METHOD) finds the least squares % solution of th
www.eeworm.com/read/138798/13212323

m demmdn1.m

%DEMMDN1 Demonstrate fitting a multi-valued function using a Mixture Density Network. % % Description % The problem consists of one input variable X and one target variable % T with data generated
www.eeworm.com/read/138257/13244719

c lotto.c

/* This program is designed to pick out random lotto numbers from 1 to RANGE, as defined below. Normally you would think drawing random numbers in a lottery wouldn't be a problem, however you canno
www.eeworm.com/read/137233/13337602

makefile

# Makefile for the artificial ant problem include ../Makefile.ini TARGET = ant OBJS = ant.o trail.o CPPFLAGS = $(OVERALLCPPFLAGS) -I$(GPINCLUDE) LDFLAGS = $(OVERALLLDFLAGS) -L$(GPLIB) -lgp -l
www.eeworm.com/read/321160/13411491

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/321160/13411628

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 second
www.eeworm.com/read/321050/13412911

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/319487/13450574

cc ch4ntw.cc

// chapter 3, section 2, computer problem 1: Newton's Method // NUMERICAL ANALYSIS: MATHEMATICS OF SCIENTIFIC COMPUTING, SECOND EDITION // David Kincaid & Ward Cheney, Brooks/Cole Publishing Co., 1
www.eeworm.com/read/316047/13531223

m pdsolv.m

function [lamda,kpc]=pdsolv(nli,mwi,sf) %PDSOLV is a utility function for FPSEUDO % [lamda,Kpc]=PDSOLV(NLI,MWI,sf) solves the real symmetric eigenvalue % problem (MWI.*sf)*Kpc = lamda*
www.eeworm.com/read/313963/13577797

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