代码搜索:practical
找到约 1,002 项符合「practical」的源代码
代码结果 1,002
www.eeworm.com/read/171627/9744621
cpp skl_dct_llm.cpp
/*
* skl_dct_LLM.cpp
*
* LLM implementation of Forward Discrete Cosine Transform
* designed for [0..255] input only.
*
* See:
* Loeffler C., Ligtenberg A., and Moschytz C.S.:
* Practical
www.eeworm.com/read/147693/12538610
pl chess.pl
% File chess.pl: Figures 22.6, 22.7, 22.10 combined with
% small practical additions.
% To play a king and rook vs king edngame, this file can be loaded
% into Prolog (togethr with frequent.pl)
www.eeworm.com/read/176500/9495695
m sqrtflt.m
function w=sqrtflt(w,x,perr,s,gamma,N)
% A simple square root RLS adaptive filter
% For details, see:
% Digital Signal Processing: A Practical Approach
% E C Ifeachor and B W Jervis,
www.eeworm.com/read/168454/9912390
m sqrtflt.m
function w=sqrtflt(w,x,perr,s,gamma,N)
% A simple square root RLS adaptive filter
% For details, see:
% Digital Signal Processing: A Practical Approach
% E C Ifeachor and B W Jervis,
www.eeworm.com/read/458682/7291393
sh recurse.sh
#!/bin/bash
# recurse.sh
# Can a script recursively call itself?
# Yes, but is this of any practical use?
# (See the following.)
RANGE=10
MAXVAL=9
i=$RANDOM
let "i %= $RANGE" # Generate a rando
www.eeworm.com/read/315324/13545920
m golden_sect.m
% Program: golden_sect.m
% Title: Golden-Section Search
% Description: Implements the golden-section search.
% Theory: See Practical Optimization Sec. 4.4
% Input:
% fname: objective functi
www.eeworm.com/read/264747/11302926
m sqrtflt.m
function w=sqrtflt(w,x,perr,s,gamma,N)
% A simple square root RLS adaptive filter
% For details, see:
% Digital Signal Processing: A Practical Approach
% E C Ifeachor and B W Jervis,
www.eeworm.com/read/341138/12105232
m dpsk_8_plot.m
tic
clear;
SNRindB1=0:1:15; % ready for plotting practical error bit/symbol rario
SNRindB2=0:0.1:15; % ready for plotting theoretical error bit/symbol ra