代码搜索:illustrates

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

代码结果 2,346
www.eeworm.com/read/204648/15335737

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/101167/15842833

c 7219_1.c

// 7219_1.C, // // Illustrates the use of a MAX7219 8-digit LED driver to control four // common cathode 7-segment LEDs. // // Sets up MAX7219 for code B decoding (4-bit), blanks all digits and d
www.eeworm.com/read/101167/15842844

c ds1803.c

// DS1803_1.BS2 // // Illustrates how to control DS1803 Addressable Dual Potentiometer // // 16F877 DS1803 // // SCL/RC3 (term 18 ) --------- SCL (term 9) ----- To Other // SDA/RC4 (term 2
www.eeworm.com/read/296805/8076645

htm bitwise.htm

/* bitwise.c: Illustrates bitwise ops */ #include <stdio.h> int main() { short int n = 0x00a4; /* 00000000 10100100 */ short int m = 0x00b7; /* 000
www.eeworm.com/read/101167/15842776

c tst_ser3.c

// Program TST_SER3.C // // Illustrates output to serial LCD and input from BX24. // // BX24 PIC16F877 Serial LCD+ // (term 12) ---------> RC7/RX (term 26) // RC6/TX (te
www.eeworm.com/read/327948/13054082

m pr3_33_ss_antennadiversitytechnique.m

%Problem 3.33; %Illustrates the space diversity principle; clear all; close all; t=[1:3000]/1000; %time scale; f0=25.1; %carrier frequency; S=exp(-16*(t-1.5).^2); Sbp=real(S.*exp(i*2*pi*f0*t))
www.eeworm.com/read/218391/14922935

m pr3_33.m

%Problem 3.33; %Illustrates the space diversity principle; clear all; close all; t=[1:3000]/1000; %time scale; f0=25.1; %carrier frequency; S=exp(-16*(t-1.5).^2); Sbp=real(S.*exp(i*2*pi*f0*t))
www.eeworm.com/read/216268/15021380

m pr3_33.m

%Problem 3.33; %Illustrates the space diversity principle; clear all; close all; t=[1:3000]/1000; %time scale; f0=25.1; %carrier frequency; S=exp(-16*(t-1.5).^2); Sbp=real(S.*exp(i*2*pi*f0*t))
www.eeworm.com/read/460532/1560625

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 // Modified PKC DATE 1-24-06 (changed 'F320.h to 'F326.h) // This example illustrates usage
www.eeworm.com/read/308392/3714994

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 // Modified PKC DATE 1-24-06 (changed 'F320.h to 'F326.h) // This example illustrates usage