代码搜索结果

找到约 10,000 项符合 C 的代码

msc_os2.mak

!include ..\..\..\include\standard.mak SYS = filter SYSLIB = collect all: obj install: all $(INCDIR)\$(SYS).h $(LIBDIR)\$(SYSLIB).lib $(INCDIR)\$(SYS).h: $(SYS).h $(CP) $(SYS).h

msc_os2.mak

!include ..\..\..\include\standard.mak SYS = ptype SYSLIB = collect all: obj install: all $(INCDIR)\$(SYS).h $(LIBDIR)\$(SYSLIB).lib $(INCDIR)\$(SYS).h: $(SYS).h $(CP) $(SYS).h

msc_os2.mak

!include ..\..\..\include\standard.mak SYS = capture SYSLIB = collect 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 = statbuf SYSLIB = collect 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 = stat SYSLIB = collect all: obj install: all $(INCDIR)\$(SYS).h $(LIBDIR)\$(SYSLIB).lib $(INCDIR)\$(SYS).h: $(SYS).h $(CP) $(SYS).h $

msc_os2.mak

!include ..\..\..\include\standard.mak SYS = info SYSLIB = collect all: obj install: all $(INCDIR)\$(SYS).h $(LIBDIR)\$(SYSLIB).lib $(INCDIR)\$(SYS).h: $(SYS).h $(CP) $(SYS).h $

yaokon.plg

礦ision2 Build Log Project: E:\电子\制作库\红外解码c语言版\yaokon.uv2 Project File Date: 02/21/2006 Output: compiling a.c... A.C(4): error C231: 'P2_7': r

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})