代码搜索结果
找到约 10,000 项符合
C 的代码
i2c_2.lst
C51 COMPILER V7.06 I2C_2 12/29/2008 22:30:16 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE I2C_2
OBJECT MODULE PLACED IN i
min.m
function m=min(c);
% COMPONENTS/MIN returns the minimum value of all components
% Kenneth C. Arnold (for NASA GSFC), 2004-08-06
m=min(min([c.d.c]));
max.m
function m=max(c);
% COMPONENTS/MAX returns the maximum value of all components
% Kenneth C. Arnold (for NASA GSFC), 2004-08-06
m=max(max([c.d.c]));
subsref.m
function c = subsref(a,s)
if isempty(s.subs{1}) | (length(s.subs)>1 & isempty(s.subs{2}))
c = [];
return
end
if length(s.subs) == 1
if strcmp(s.subs{1},':')
c = a.d(:);
else
c = a.d(s.subs{1})
min.m
function m=min(c);
% COMPONENTS/MIN returns the minimum value of all components
% Kenneth C. Arnold (for NASA GSFC), 2004-08-06
m=min(min([c.d.c]));
max.m
function m=max(c);
% COMPONENTS/MAX returns the maximum value of all components
% Kenneth C. Arnold (for NASA GSFC), 2004-08-06
m=max(max([c.d.c]));
ebcdic.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
msc_os2.mak
!include ..\..\..\include\standard.mak
SYS = dfilter
SYSLIB = dcollect
all: obj
install: all $(INCDIR)\$(SYS).h $(LIBDIR)\$(SYSLIB).lib
$(INCDIR)\$(SYS).h: $(SYS).h
$(CP) $(SYS)
msc_os2.mak
!include ..\..\..\include\standard.mak
SYS = dcapt
SYSLIB = dcollect
all: obj
install: all $(INCDIR)\$(SYS).h $(LIBDIR)\$(SYSLIB).lib
$(INCDIR)\$(SYS).h: $(SYS).h
$(CP) $(SYS).
msc_os2.mak
!include ..\..\..\include\standard.mak
SYS = dstat
SYSLIB = dcollect
all: obj
install: all $(INCDIR)\$(SYS).h $(LIBDIR)\$(SYSLIB).lib
$(INCDIR)\$(SYS).h: $(SYS).h
$(CP) $(SYS).h