代码搜索:illustrates
找到约 2,346 项符合「illustrates」的源代码
代码结果 2,346
www.eeworm.com/read/101167/15842804
c max518_1.c
// Program MAX518_1.C,
//
// Illustrates an interface with a MAX518 Dual D/A. This routine
// uses the MSSP Module as an I2C Master.
//
// Program outputs a constant 0x80 on D/A 0. The result is
www.eeworm.com/read/101167/15842812
c humid_2.c
// HUMID_2.C (PIC16F877)
//
// Illustrates an interface with a DS2438 Battery Monitor and
// a Honeywell HIH-3610 Humidity Sensor.
//
// Continually measures V_dd (Voltage source), V_ad (output o
www.eeworm.com/read/101167/15842822
c tmr0_1.c
// Program TMR0_1.C
//
// Illustrates use of TMR0 to time for 1 ms. Generates 500 Hz tone on
// speaker on RD.0 and continually flashes LED on RD.4 on for 4 secs
// and off for 4 seconds.
//
//
www.eeworm.com/read/101167/15842826
c out_cmp2.c
// OUT_CMP2.C
//
// Illustrates Use of both CCP1 and CCP2 for Output Compare.
//
// LED on RC2/CCP1 is continually turned off for four seconds and
// then on for 1.25 secs, etc. while processsor
www.eeworm.com/read/101167/15842851
c out_cmp3.c
// OUT_CMP3.C
//
// Illustrates Use of CCP2 for Output Compare - Trigger Special Event.
//
// Performs an A/D conversion on RA0/AN0 (Term 2) every 4.0 seconds.
//
// Peter H. Anderson, Baltimore
www.eeworm.com/read/183260/9173765
sql pipesend.sql
REM PipeSend.sql
REM Chapter 12, Oracle9i PL/SQL Programming by Scott Urman
REM This block illustrates the use of the DBMS_PIPE package to
REM send a message.
DECLARE
v_PipeName VARCHAR2(30)
www.eeworm.com/read/296805/8076277
htm qsort.htm
/* qsort.c: Illustrates qsort */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int comp(const void*, const void*);
int main() {
www.eeworm.com/read/296805/8076370
htm float.htm
/* float.c: Illustrates floating-pt. limits */
#include <stdio.h>
#include <float.h>
int main() {
printf("radix: %d\n", FLT_RADIX);
printf("floa
www.eeworm.com/read/242657/4547756
cpp cpp-inserver-poll.cpp
// $Id: CPP-inserver-poll.cpp 53169 2003-11-01 11:15:26Z dhinton $
// IPC_SAP/poll server, which illustrates how to integrate the ACE
// socket wrappers with the SVR4 system call to create a
/
www.eeworm.com/read/242657/4548248
cpp semaphores_2.cpp
// $Id: Semaphores_2.cpp 78634 2007-06-28 14:14:06Z johnnyw $
// Illustrates the use of the ACE_SV_Semaphore_Complex class and the
// ACE_Malloc class using the ACE_Shared_Memory_Pool (which uses
//