代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/371680/9542054
asv bvp_hom_jac.asv
% Jacobian of boundary value problem
%
% ============================================
function result = BVP_Hom_jac(mapfile,x,p,YS,YU,J)
global homds
ups = reshape(x,homds.nphase,homds.npoint
www.eeworm.com/read/371680/9542062
m bvp_hom_jac.m
% Jacobian of boundary value problem
%
% ============================================
function result = BVP_Hom_jac(mapfile,x,p,YS,YU,J)
global homds
ups = reshape(x,homds.nphase,homds.npoint
www.eeworm.com/read/371680/9542520
m bvp_het_jac.m
% Jacobian of boundary value problem
%
% ============================================
function result = BVP_Het_jac(mapfile,x,p,YS,YU,J)
global hetds
ups = reshape(x,hetds.nphase,hetds.npoint
www.eeworm.com/read/162971/10254910
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Package Problem.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "
www.eeworm.com/read/354342/10362667
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/161189/10439786
m examp.m
%initialize the workspace
clear
rand('state',0);
randn('state',0);
%initialize the design matrix
G = zeros(94,256);
%number of model parameters in the problem
m = 256;
%parameter indices increase go
www.eeworm.com/read/353439/10446917
java finaloverridingillusionex.java
// reusing/FinalOverridingIllusionEx.java
// TIJ4 Chapter Reusing, Exercise 20, page 269
// Show that the @Override annotation solves the problem in ths section
import static net.mindview.util.Prin
www.eeworm.com/read/279234/10452545
pl fig03_10.pl
#!/usr/bin/perl
# Fig. 3.10: fig03_10.pl
# Average-sales problem with counter-controlled repetition
# initialization phase
$total = 0; # clear total
$weekCounter = 1;
www.eeworm.com/read/424063/10500182
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/424063/10500218
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