代码搜索:Problem

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

代码结果 10,000
www.eeworm.com/read/290293/8491453

c knapsack.c

/* Author: Pate Williams (c) 1997 Solution of the subset problem using LLL reduction. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al pages 120 - 121. */ #inclu
www.eeworm.com/read/389442/8519753

m prprob1.m

function [alphabet,targets] = prprob() %PRPROB Character recognition problem definition % % [ALHABET,TARGETS] = PRPROB() % Returns: % ALPHABET - 35x26 matrix of 5x7 bit maps for each lette
www.eeworm.com/read/289488/8548329

m exmulticlass1.m

% % example of multiclass problem % This is the one that can be found in % Lin & Wahba Tech Rep % % % % 22/08/2002 AR clear all close all n=100; nbtest=500; nbiter=10; for i=1:nb
www.eeworm.com/read/287922/8660963

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/287843/8665574

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/287644/8676974

txt meshless_mlpg.txt

% MLPG1D - A PROGRAM FOR SOLVING 1D ELASTOSTATIC PROBLEM: A BAR OF UNIT LENGTH SUBJECTED TO % LINEAR BODY FORCE. THE LEFT END OF THE BAR IS FIXED AND THE RIGHT FREE. % THE ANALYT
www.eeworm.com/read/431224/8696229

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/431224/8697834

gms fm_cong.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/287267/8699109

m exmulticlass1.m

% % example of multiclass problem % This is the one that can be found in % Lin & Wahba Tech Rep % % % % 22/08/2002 AR clear all close all n=100; nbtest=500; nbiter=10; for i=1:nb
www.eeworm.com/read/386996/8714253

c knapsack.c

/* Author: Pate Williams (c) 1997 Solution of the subset problem using LLL reduction. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al pages 120 - 121. */ #inclu