代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/271244/11002219
m 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]));
www.eeworm.com/read/441132/7675483
h ttymodes.h
/* $OpenBSD: ttymodes.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $ */
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* A
www.eeworm.com/read/433339/7941090
lst 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
www.eeworm.com/read/197649/7983223
m 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]));
www.eeworm.com/read/197649/7983229
m 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]));
www.eeworm.com/read/397102/8068155
m 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})
www.eeworm.com/read/142092/12963480
m 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]));
www.eeworm.com/read/142092/12963484
m 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]));
www.eeworm.com/read/137277/13335358
c ebcdic.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/139207/5806537
mak 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)