代码搜索:illustrates

找到约 2,346 项符合「illustrates」的源代码

代码结果 2,346
www.eeworm.com/read/308392/3714988

c usb_main.c

// File best viewed using Tab Size of 4 Characters // Author DM DATE 4-4-03 // Modified CS DATE 8-25-03 // This example illustrates usage of the USB_API.lib // DO NOT locate code segments at 0x14
www.eeworm.com/read/433911/1877817

cpp ssl-server-poll.cpp

// $Id: SSL-server-poll.cpp 80826 2008-03-04 14:51:23Z wotte $ // IPC_SAP/poll server, which illustrates how to integrate the ACE // SSL socket wrappers with the SVR4 system call to create
www.eeworm.com/read/430037/1942786

m pr3_34.m

%Problem 3.34; %Illustrates principle of frequency diversity; clear all; close all; t=[1:3000]/1000; %time scale; f0=[25.1,35.12]; %carrier frequency; S=ones(2,1)*exp(-16*(t-1.5).^2); Sbp=real(
www.eeworm.com/read/154542/5636389

c usb_main.c

// File best viewed using Tab Size of 4 Characters // Author DM DATE 4-4-03 // Modified CS DATE 8-25-03 // This example illustrates usage of the USB_API.lib // DO NOT locate code segments at 0x14
www.eeworm.com/read/101167/15842718

c ext_int1.c

// Program EXT_INT1.C // // Illustrates the use of external interrupts on INT0/RB0, INT1/RB1 and // INT2/RB2. // // All interrupts are configured for rising edge. // // On interrupt, LED on POR
www.eeworm.com/read/183326/9169878

dat xterm-88color.dat

# $Id: xterm-88color.dat,v 1.1 2005/01/28 21:11:53 tom Exp $ # This illustrates the predefined colors for XFree86 xterm's "xterm-16color". # If you set $TERM to "xterm-88color" (and have xterm compil
www.eeworm.com/read/183326/9169972

dat xterm-16color.dat

# $Id: xterm-16color.dat,v 1.1 2004/05/22 23:14:42 tom Exp $ # This illustrates the predefined colors for XFree86 xterm's "xterm-16color". # If you set $TERM to "xterm-88color" (and have xterm compil
www.eeworm.com/read/183260/9173756

sql utl_smtp.sql

REM UTL_SMTP.sql REM Chapter 12, Oracle9i PL/SQL Programming by Scott Urman REM This block illustrates the use of the UTL_SMTP package. DECLARE v_FromAddr VARCHAR2(50) := 'Oracle'; v_ToAddr
www.eeworm.com/read/183260/9173964

sql cursorloop.sql

REM CursorLoop.sql REM Chapter 1, Oracle9i PL/SQL Programming by Scott Urman REM This block illustrates a cursor fetch loop. DECLARE v_FirstName VARCHAR2(20); v_LastName VARCHAR2(20); -
www.eeworm.com/read/272332/10962445

m poiss_gaus_prc3.m

function [sys,x0,str,ts] = poiss_gaus_prc(t,x,u,flag,lambda,m,v,seed) %VSFUNC Variable step S-function example. % This example S-function illustrates how to create a variable step % block in SI