代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/360606/10085070
m fig3_14.m
%
% This file generates the plot shown in Figure 3-14
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/360606/10085071
m fig3_16.m
%
% This file generates the plot shonw in Figure 3-16
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
global Z0;
close all; % close all o
www.eeworm.com/read/360606/10085073
m fig3_13.m
%
% This file generates the plot shown in Figure 3-13
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
close all; % close all opened graphs
www.eeworm.com/read/360606/10085081
m fig3_15.m
%
% This file generates the plot shonw in Figure 3-15
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
global Z0;
close all; % close all o
www.eeworm.com/read/359581/10135250
c misuse.c
/* misuse.c -- uses a function incorrectly */
#include
int imax(); /* old-style declaration */
int main(void)
{
printf("The maximum of %d and %d is %d.\n",
3, 5,
www.eeworm.com/read/359581/10135263
c proto.c
/* proto.c -- uses a function prototype */
#include
int imax(int, int); /* prototype */
int main(void)
{
printf("The maximum of %d and %d is %d.\n",
3, 5, imax(3
www.eeworm.com/read/163863/10141893
m cumcm_prize.m
times=0; while 1 temp=av; available=zeros(1000,100); bottom=stock-sum(select); right=3-(sum(select'))'; for i=1:1000 for j=1:100 if (bottom(j)>0 || right(i)>0) && select(i,j)==0 && satisfy(i,j)~=0 ava
www.eeworm.com/read/358781/10179747
c diskmap.c
/*
* Copyright (c) International Business Machines Corp., 2000-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L
www.eeworm.com/read/356874/10219838
c misuse.c
/* misuse.c -- uses a function incorrectly */
#include
int imax(); /* old-style declaration */
int main(void)
{
printf("The maximum of %d and %d is %d.\n",
3, 5,
www.eeworm.com/read/356874/10219848
c proto.c
/* proto.c -- uses a function prototype */
#include
int imax(int, int); /* prototype */
int main(void)
{
printf("The maximum of %d and %d is %d.\n",
3, 5, imax(3