代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/16589/680513
h pic16f785.h
#ifndef _HTC_H_
#warning Header file pic16f785.h included directly. Use #include instead.
#endif
/* header file for the MICROCHIP PIC microcontroller
PIC16F785
PIC16HV785
*/
www.eeworm.com/read/16589/680566
h pic16f636.h
#ifndef _HTC_H_
#warning Header file pic16f636.h included directly. Use #include instead.
#endif
/* header file for the MICROCHIP PIC microcontrollers
* PIC12F635
* PIC16F636
www.eeworm.com/read/16589/680750
h pic166x.h
#ifndef _HTC_H_
#warning Header file pic166x.h included directly. Use #include instead.
#endif
/*
* Header file for the Microchip :
* PIC 16C66 chip
* PIC 16C67 chip
* Midrange
www.eeworm.com/read/16589/680764
h pic1643x.h
#ifndef _HTC_H_
#warning Header file pic1643x.h included directly. Use #include instead.
#endif
/*
* Header file for the Microchip
* PIC 16C432 chip
* PIC 16C433 chip
* Midr
www.eeworm.com/read/16589/680791
h pic16f526.h
#ifndef _HTC_H_
#warning Header file pic16f526.h included directly. Use #include instead.
#endif
/* header file for the MICROCHIP PIC microcontroller
16F526
*/
#ifndef __PIC16F52
www.eeworm.com/read/474814/1389588
rr chk.rr
#!/bin/sh -
#
# $Id: chk.rr,v 12.1 2005/10/20 19:17:56 bostic Exp $
d=../..
t1=__1
# Check for DB_RUNRECOVERY being specified instead of a call to db_panic.
egrep DB_RUNRECOVERY $d/*/*.c |
sed
www.eeworm.com/read/242657/4549693
py ptr_arith_t.py
""" Checks that ptr_arith_t usage in source code. ptr_arithh_t is non-portable
use ptrdiff_t instead. """
import _types
type_list = _types.source_files + _types.header_files + _types.inline_file
www.eeworm.com/read/233448/4678768
f90 common_size.f90
! The size of common 'com1' should be 80, instead of 112.
program common_size
real (kind=8) a(8)
real (kind=8) b(5), c(5)
common /com1/b,c
equivalence (a(1), b(2))
b = 100
c = 200
www.eeworm.com/read/232874/4696020
m fft_mid0.m
function y=fft_mid0(x)
% fftmid0 -- 1d fft with argument [-pi,pi] (instead of [0,2pi])
% Usage:
% Y = fft_mid0(X)
% Inputs:
% X Array(n)
% Outputs:
% Y Array(n)
% Description:
% Per
www.eeworm.com/read/189346/5194034
cs midiplayer.cs
// MidiPlayer.cs
// A simple wrapper around the DirectX 7 MIDI-playback service
// NOTE: I'm using DX7 instead of DX8 because DX7 works on DX8 machines, but not vice versa.
using System;
using Sys