代码搜索:practical
找到约 1,002 项符合「practical」的源代码
代码结果 1,002
www.eeworm.com/read/412650/11189962
m chow_algo.m
% Chow's Algorithm
% ----------------
% This is based on the paper by Chow et al titled
%
% A Practical Discrete Multitone Transceiver Loading Algorithm
% for Data Transmission over Spectrally Shaped
www.eeworm.com/read/203091/15365513
m chow_algo.m
% Chow's Algorithm
% ----------------
% This is based on the paper by Chow et al titled
%
% A Practical Discrete Multitone Transceiver Loading Algorithm
% for Data Transmission over Spectrally Shaped
www.eeworm.com/read/349699/10803879
m summary.m
FILES IN SUPPORT OF: Model-based predictive control: a practical approach,
by J.A. Rossiter
These files are intended as a support to this book to enable
students to investigate predictive con
www.eeworm.com/read/136696/13365595
m defzfir.m
function [Bo] = defzfir(dbp,univ,n)
%DEFZFIR In practical reason, the fuzzy control action defined over an
% output universe should be mapped into a space of
% deterministic/nonfuzz
www.eeworm.com/read/219596/14874284
m summary.m
FILES IN SUPPORT OF: Model-based predictive control: a practical approach,
by J.A. Rossiter
These files are intended as a support to this book to enable
students to investigate predictive con
www.eeworm.com/read/314688/3629912
java jframe-excerpt.java
...
// Setup a JFrame for practical use
JFrame theFrame = new JFrame("Application Name");
JMenuBar theMenuBar = new JMenuBar();
// code to define items on Menu, event handlers, et
www.eeworm.com/read/252973/4400694
otx lexer.otx
% lexer.tex
% Practical Compiler Construction
% Chapter: Lexical Analyzer
\chapter{Lexical Analyzer}
\section{Introduction}
%Introduce the concept of a lexer.
The first step in the c
www.eeworm.com/read/287531/8683846
doc update.doc
Changes to version 1.0:
The algorithm used to calculate the initial CRC matrix has been
optimized to run in logarithmic time instead of linear time, the practical
upshot of which is tha
www.eeworm.com/read/428552/8860080
txt readme.txt
Project: clock-display
Authors: David Barnes and Michael Kolling
This project is part of the material for the book
Objects First with Java - A Practical Introduction using BlueJ
Third edition
www.eeworm.com/read/318457/13478606
java binnode.java
// Source code example for "A Practical Introduction
// to Data Structures and Algorithm Analysis"
// by Clifford A. Shaffer, Prentice Hall, 1998.
// Copyright 1998 by Clifford A. Shaffer
packag