代码搜索:Compatibility

找到约 6,848 项符合「Compatibility」的源代码

代码结果 6,848
www.eeworm.com/read/337884/12334629

h 16f877a.h

//////// Standard Header file for the PIC16F877A device //////////////// #device PIC16F877A #nolist //////// Program memory: 8192x14 Data RAM: 367 Stack: 8 //////// I/O: 33 Analog Pins: 8 ///
www.eeworm.com/read/130108/14208277

makedev

#!/bin/bash function makedev () { for dev in 0 1 2 3; do echo "/dev/$1$dev: char 81 $[ $2 + $dev ]" rm -f /dev/$1$dev mknod /dev/$1$dev c 81 $[ $2 + $dev ] chmod 666 /dev/$1$dev d
www.eeworm.com/read/124189/14590711

c atol.c

/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Header: atol.c,v 1.3 90/05/2
www.eeworm.com/read/116023/14992433

makedev

#!/bin/bash function makedev () { for dev in 0 1 2 3; do echo "/dev/$1$dev: char 81 $[ $2 + $dev ]" rm -f /dev/$1$dev mknod /dev/$1$dev c 81 $[ $2 + $dev ] chmod 666 /dev/$1$dev done # s
www.eeworm.com/read/215744/15050492

java target.java

/** * @(#)Target.java 1.7 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.tools.javac.v
www.eeworm.com/read/211675/15175730

climits

/*****************************************************************************/ /* limits.h v4.00 */ /* Copyright (c) 1996-2004 Texas Instr
www.eeworm.com/read/208180/15251449

makedev

#!/bin/bash function makedev () { for dev in 0 1 2 3; do echo "/dev/$1$dev: char 81 $[ $2 + $dev ]" rm -f /dev/$1$dev mknod /dev/$1$dev c 81 $[ $2 + $dev ] chmod 666 /dev/$1$dev done # s
www.eeworm.com/read/167185/5463152

3 feacompat.3

.\" Copyright (c) 1990 Entropic Speech, Inc. All rights reserved. .\" @(#)feacompat.3 1.1 22 Mar 1990 ESI .TH FEA_COMPAT 3\-ESPSu 22 Mar 1990 .ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ E
www.eeworm.com/read/164549/5489089

m isrecvar.m

function B = isrecvar(variable) % RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice. % % function B = isrecvar(variable) % % Returns 1 if
www.eeworm.com/read/164549/5489090

m ismulmat.m

function B = ismulmat(variable) % RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice. % % function B = ismulmat(variable) % % Returns 1 if