代码搜索:Problem

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

代码结果 10,000
www.eeworm.com/read/338243/12316780

demorosen

#!/bin/sh case $# in 0) cmd=`basename $0` echo "Usage: $cmd N Maxliter MaxCGiter Verb" echo "" echo "N: dimension of the problem" echo "Maxliter: maximum number of line search iteration" echo
www.eeworm.com/read/149524/12368464

m lab5.m

clear all; close all; %% CODE FOR PROBLEM 1 %% FOR IMAGE A A = double(imread('A_Lab5.jpg')); figure; imshow(uint8(A)); thresh = 0.3; cannyA = edge(A,'canny',thresh); prewittA = edge
www.eeworm.com/read/250980/12372033

m demo_particle_filter.m

function demo_particle_filter(N) %function demo_particle_filter(N) % N is number of particles. % % This demo compares a basic particle filter with a Kalman filter on a linear problem. % In this c
www.eeworm.com/read/250172/12426772

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/336465/12442304

nlogo !!!---reciprocity3.nlogo

; package delivery problem ; by ; Jose M. Vidal breeds [deliverators] ;"The Deliverator stands tall, your [pizza] pie in thirty minutes or you can have it free, ; shoot the driver, take his car, fi
www.eeworm.com/read/227427/14425707

aix_notes

From: Martin Krumpolec Sent: Tuesday, June 23, 1998 1:11 PM Subject: RE: dmalloc - bug report ? > The problem seems to be that certain libc calls which allocate > memory (strdup for instance) somehow
www.eeworm.com/read/124245/14584401

bp xor.bp

* This is the classic xor problem z = xor(x,y). X and y are input and * z needs to be computed or maybe its more accurate to say the network * needs to memorize the output z for each x and y. * *
www.eeworm.com/read/123946/14605575

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/222685/14679925

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/222369/14694416

m mlpg1d.m

% 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 ANAL