代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/431605/8666028
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).
echo on
t0=.2; % signal dura
www.eeworm.com/read/431224/8697245
m fm_opfm.m
function fm_opfm
%FM_OPFM solves the OPF-based electricity market problem by means of
% an Interior Point Method with a Merhotra Predictor-Corrector
% or Newton direction technique.
%
%
www.eeworm.com/read/430096/8766671
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/386050/8767352
m gendats.m
%GENDATS Generation of a simple classification problem of 2 Gaussian classes
%
% A = GENDATS (N,K,D,LABTYPE)
%
% INPUT
% N Dataset size, or 2-element array of class sizes (default: [50 50]
www.eeworm.com/read/386050/8768247
m gentrunk.m
%GENTRUNK Generation of Trunk's classification problem of 2 Gaussian classes
%
% A = GENTRUNK(N,K)
%
% INPUT
% N Dataset size, or 2-element array of class sizes (default: [50 50]).
% K
www.eeworm.com/read/385980/8773487
htm stringbufferexample.htm
Example
Note: The latest versions of Firefox seem to have fixed the string concatenation problem. If you are using Firefox 1.0 or l
www.eeworm.com/read/384940/8830901
m fm_opfm.m
function fm_opfm
%FM_OPFM solves the OPF-based electricity market problem by means of
% an Interior Point Method with a Merhotra Predictor-Corrector
% or Newton direction technique.
%
%
www.eeworm.com/read/428849/8834694
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/428849/8834761
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/428423/8870629
m hinfcontrol.m
%This script is to illustrate how one can design H-infinity controllers in
%Matlab. The example shows some different ways to synthesize a controller
%for the mixed S/KS weighted sensitivity problem.