代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/152244/7139478
m dhydro.m
%%%%%%%%% Comprehensive Problem dhydro.m %%%%%%%%
% Discrete-Time Control Problems using %
% MATLAB and the Control System Toolbox %
% by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/461039/7235536
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/460108/7257542
txt history.txt
2004-02-08 v1.0.0 build 31
==========================
[!] Fixed language translation problem
[!] Changed listfile selecting style
2004-02-04 v0.9.1 build 28
==========================
[+] Adde
www.eeworm.com/read/458392/7297237
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/456354/7351342
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/456354/7351456
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 second
www.eeworm.com/read/456193/7354817
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/454660/7386023
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/454275/7395334
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/452050/7449757
cpp 3998700_wa.cpp
/* TU Darmstadt Programming Contest 2001
* Problem: Ship Journey
* Author : Felix Gaertner
* Comment: converted Java solution
*/
#include
#include
#include