代码搜索:practical

找到约 1,002 项符合「practical」的源代码

代码结果 1,002
www.eeworm.com/read/341138/12105239

m dpsk_2_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
www.eeworm.com/read/339483/12230563

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/474854/6808501

java basicgraphics.java

package java.lancs ; /** * Graphics objects for practical classes (Java 1.1 version) * @author Roger Garside/Richard Cardoe * @version Last Rewritten: 24/Sept/97 */ import java.awt.* ; import j
www.eeworm.com/read/135507/13925248

java test.java

class test { public static void foo(int val) { String str = new String("Practical "); for (int i=0; i
www.eeworm.com/read/373970/9426466

m chow_algo.m

% Chow's Algorithm % ---------------- % This is based on the paper by Chow et al titled %应用chow算法来实现特别的比特和能量分配 % A Practical Discrete Multitone Transceiver Loading Algorithm % for Data Transmission o
www.eeworm.com/read/373970/9426469

asv chow_algo.asv

% Chow's Algorithm % ---------------- % This is based on the paper by Chow et al titled %应用chow算法来实现特别的比特和能量分配 % A Practical Discrete Multitone Transceiver Loading Algorithm % for Data Transmission o
www.eeworm.com/read/366144/9828280

tcl tkcon.tcl

#!/bin/sh # \ exec wish "$0" ${1+"$@"} # ## tkcon.tcl ## Enhanced Tk Console, part of the VerTcl system ## ## Originally based off Brent Welch's Tcl Shell Widget ## (from "Practical Programming in Tc
www.eeworm.com/read/318168/13484517

def perl.def

; PSPad code template for Perl (Practical Extraction and Report Language) ; Author: Karel Pavelka ; E-mail: webjob@seznam.cz ; Update: 2003-12-11 ; [abs | absolute value function] abs |VALUE [a
www.eeworm.com/read/315324/13545923

m dsc_search.m

% Program: DSC_search.m % Title: Davies-Swann-Campey Search % Description: Implements the Davies-Swann-Campey search. % Theory: See Practical Optimization Sec. 4.7 % Input: % fname: objective
www.eeworm.com/read/470617/1469169

jsp index.jsp