代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/467534/7005304
html binpack1_00.html
The GA Playground: Bin Packing Problem handled by Genetic Algorithm
www.eeworm.com/read/467324/7009809
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/467324/7009816
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 se
www.eeworm.com/read/465763/7045267
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/145388/7125251
m bratubvp.m
function bratubvp
%BRATUBVP Exercise for Example 1 of the BVP tutorial.
% The BVP y'' + exp(y) = 0, y(0) = 0 = y(1) is a standard example
% of a problem with two solutions. It is easy enough
www.eeworm.com/read/145388/7125259
m mmbvp.m
function mmbvp
%MMBVP Exercise for Example 7 of the BVP tutorial.
% This is the Michaelis-Menten kinetics problem solved in section 6.2 of
% H.B. Keller, Numerical Methods for Two-Point Bounda
www.eeworm.com/read/145388/7125264
m bratubvp.m
function bratubvp
%BRATUBVP Exercise for Example 1 of the BVP tutorial.
% The BVP y'' + exp(y) = 0, y(0) = 0 = y(1) is a standard example
% of a problem with two solutions. It is easy enough
www.eeworm.com/read/145388/7125272
m mmbvp.m
function mmbvp
%MMBVP Exercise for Example 7 of the BVP tutorial.
% This is the Michaelis-Menten kinetics problem solved in section 6.2 of
% H.B. Keller, Numerical Methods for Two-Point Bounda
www.eeworm.com/read/145388/7125280
m bratubvp.m
function bratubvp
%BRATUBVP Exercise for Example 1 of the BVP tutorial.
% The BVP y'' + exp(y) = 0, y(0) = 0 = y(1) is a standard example
% of a problem with two solutions. It is easy enough
www.eeworm.com/read/152244/7139474
m dbbeam.m
%%%%%%%%% Comprehensive Problem dbbeam.m %%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat