代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/137233/13337498
makefile
# Makefile for the lawnmower problem
include ../Makefile.ini
TARGET = lawn
OBJS = mower.o lawn.o
CPPFLAGS = $(OVERALLCPPFLAGS) -I$(GPINCLUDE)
LDFLAGS = $(OVERALLLDFLAGS) -L$(GPLIB) -lgp -lm
www.eeworm.com/read/137160/13341820
m gendats.m
%GENDATS Generation of a simple classification problem of 2 Gaussian classes
%
% A = GENDATS (N,K,D,LABTYPE)
%
% INPUT
% N Dataset size, or 2-element array of class sizes (default: [50 50]
www.eeworm.com/read/137133/13344109
changelog
ChangeLog file for zlib
Changes in 1.1.4 (11 March 2002)
- ZFREE was repeated on same allocation on some error conditions.
This creates a security problem described in
http://www.zlib.org/advi
www.eeworm.com/read/136879/13356531
cpp fig11_10.cpp
// Fig. 11.10: fig11_10.cpp
// Avoiding a precedence problem between the stream-insertion
// operator and the conditional operator.
// Need parentheses around the conditional expression.
#includ
www.eeworm.com/read/321263/13409834
m programs_14a.m
% Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
% Programs 14a - Solving an initial value problem.
% Copyright Birkhauser 2004. Stephen Lynch.
% Solve a differential equation
www.eeworm.com/read/321050/13412808
m ip_07_01.m
% MATLAB script for Illustrated Problem 7.1.
clear
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % rolloff factor
fc=40/T; % carrier frequency
www.eeworm.com/read/321050/13412923
m ip_03_11.m
% MATLAB script for Illustrative Problem 3.11.
% Demonstration script for frequency modulation. The message signal
% is m(t)=sinc(100t).
clear
echo on
t0=.2; % sign
www.eeworm.com/read/321050/13412932
m ip_06_03.m
% MATLAB script for Illustrative Problem 6.3.
clear
echo on
f_cutoff=2000; % the desired cutoff frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling frequen
www.eeworm.com/read/321050/13412950
m ip_09_04.m
% MATLAB script for Illustrative Problem 9.4.
clear
echo on
Lc=20; % number of chips per bit
A1=3; % amplitude of the first sinusoidal interference
A2=7; % amplitude of the seco
www.eeworm.com/read/320005/13436682
pas wwspin.pas
{
//
// Components : TwwSpinButton
//
// Copyright (c) 1998-2001 by Woll2Woll Software
//
// 9/21/00 - Fix spin transparent button problem
}
unit wwspin;
interface
uses Windows, Classes,