代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/424063/10501554
m dfildemo.m
%DFILDEMO Nonlinear filter design problem using discrete optimization.
clf
echo on
% Example script-file for the design of finite precision filters
nbits = 8; % How many bits have we to realize
www.eeworm.com/read/160291/10545358
todo
* convert older CRYPTO_F_IMBUF into SKB equivalent
* hook compression in properly for cryptosoft
* get all auth/digest code back in
* cleanup all NOTYET code
* work out problem with safenet driv
www.eeworm.com/read/423536/10553115
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/423536/10553142
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/352425/10553613
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/159625/10632614
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/159620/10632881
m p417-example04.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/422359/10640471
cpp roundbutton.cpp
// RoundButton.cpp : implementation file
//
// Round Buttons!
//
// Written by Chris Maunder (cmaunder@mail.com)
// Copyright (c) 1997,1998.
//
// Modified: 2 Feb 1998 - Fix vis problem, CRgn
www.eeworm.com/read/421857/10690932
txt how to disable picture and fax viewer.txt
We all know that WinXP likes to keep itself held together, and how it doesnt like you uninstalling certain components. Well The Picture and Fax Viewer, is one of these programs which can cause problem
www.eeworm.com/read/419697/10843091
c alg054.c
/*
* ADAMS-FORTH ORDER PREDICTOR-CORRECTOR ALGORITHM 5.4
*
* To approximate the solution of the initial value problem
* y' = f(t,y), a