代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/418911/10892031
m baart.m
function [A,b,x] = baart(n)
%BAART Test problem: Fredholm integral equation of the first kind.
%
% [A,b,x] = baart(n)
%
% Discretization of a first-kind Fredholm integral equation with
% kernel K and
www.eeworm.com/read/418756/10928173
m adademo.m
function MOV=adademo
% ADADEMO AdaBoost demo
% ADADEMO runs AdaBoost on a simple two dimensional classification
% problem.
% Written by Andrea Vedaldi - 2006
% http://vision.ucla.edu/~vedaldi
do_
www.eeworm.com/read/273025/10931215
c panic.c
/*
* linux/kernel/panic.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This function is used through-out the kernel (includeinh mm and fs)
* to indicate a major problem.
*/
#include
www.eeworm.com/read/418731/10933877
txt how to disable picture and fax viewer.txt
We all know that WinXP likes to keep itself held together, and how it doesnt like you uninstalling certain components. Well The Picture and Fax Viewer, is one of these programs which can cause problem
www.eeworm.com/read/272894/10936983
dpr ex.dpr
{
Simulate and Expression
It's a typical problem of expression process.
Key is defining the priority of opearator.
}
program Ural_1101(Input,Output);
const
MaxLen=1000;
MaxN=100;
M_TURN
www.eeworm.com/read/418304/10954818
gms fm_gams.gms
$title GAMS/PSAT interface for solving the electricty market problem
$onempty
$offlisting
$offupper
$if exist psatglobs.gms $include psatglobs.gms
set B /1*%nBus%/,
L /1*%nLine%/,
G
www.eeworm.com/read/271760/10981666
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/469416/6976451
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/467534/7005202
html binpack5_19.html
The GA Playground: Bin Packing Problem handled by Genetic Algorithm
www.eeworm.com/read/467534/7005294
html simpleton.html
The GA Playground: A Trivial 10 Variables Optimization Problem