代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/413044/11168982
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/413044/11168995
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/266537/11220118
c babylon2.c
/* University of Ulm Programming Contest 1996
Problem B : Babylon
Implementation : Mark Dettinger */
#include
#include
#define max(a,b) ((a)>(b)?(a):(b))
typedef str
www.eeworm.com/read/411670/11234354
m configfile.m
%%% Configuration file
%%% Permits various adjustments to parameters of the SLAM algorithm.
%%% See ekfslam_sim.m for more information
% control parameters
V= 3; % m/s
MAXG= 30*pi/180; % radian
www.eeworm.com/read/248950/12531370
code15-29
1 0 0 1 1 0 1 0 1 1 1 1 0 0 0
1 1 0 1 0 1 1 1 1 0 0 0 1 0 0
0 0 1 1 1 0 1 1 0 0 1 0 1 0 0
1 0 1 0 0 0 0 1 1 1 0 1 1 0 0
0 1 0 0 1 1 0 1 0 1 1 1 1 0 0
0 1 1 0 1 0 1 1 1 1 0 0 0 1 0
1 0 0 0 0 1 1
www.eeworm.com/read/248950/12531376
code15-214
0 1 0 0 1 1 1 1 1 0 0 1 1 1 1
1 0 1 0 1 1 1 0 1 0 1 1 0 0 0
1 0 1 0 1 1 0 0 0 1 1 0 0 1 0
0 0 1 1 0 1 0 0 1 1 0 1 1 1 1
0 0 0 1 1 0 1 0 1 0 0 0 1 1 0
0 0 0 1 0 1 0 0 1 0 1 1 1 1 0
1 1 0 1 0 1 0
www.eeworm.com/read/248950/12531379
code15-116
1 1 0 1 1 1 1 1 0 0 1 1 0 0 0
0 1 0 1 0 1 0 0 1 0 1 1 0 0 0
0 0 0 1 0 0 0 1 0 1 1 1 0 0 0
1 0 0 1 1 0 1 0 1 1 1 1 0 0 0
0 1 0 1 1 1 0 0 0 0 0 0 1 0 0
1 1 0 1 0 1 1 1 1 0 0 0 1 0 0
1 0 0 1 0 0 1
www.eeworm.com/read/248950/12531392
code15-175
0 1 1 0 0 0 1 1 1 1 0 1 0 0 0
1 0 1 1 1 0 0 1 1 1 1 0 0 1 0
1 0 0 1 0 1 0 1 1 0 0 1 1 0 0
0 0 0 0 0 0 1 0 0 1 0 0 1 0 1
1 1 1 1 0 0 1 0 1 1 1 0 1 1 1
0 1 1 1 0 0 1 0 0 1 0 1 1 0 1
1 0 1 1 1 0 0
www.eeworm.com/read/248950/12531399
code15-205
1 1 1 0 1 0 1 1 0 1 1 1 0 0 0
0 1 1 0 0 1 1 1 0 1 0 0 0 1 0
1 0 1 1 0 1 1 1 1 0 0 0 0 0 1
1 1 1 0 1 1 0 0 1 1 0 0 0 1 0
1 0 1 1 0 1 1 0 0 1 1 1 0 1 1
0 0 0 0 1 1 1 1 1 1 1 1 0 1 1
0 0 1 0 1 1 1
www.eeworm.com/read/248950/12531402
code15-65
1 1 1 0 1 0 0 0 1 1 1 1 1 1 0
0 0 0 1 0 1 1 1 0 0 0 0 0 0 1
1 0 0 1 1 1 0 0 1 0 0 0 0 0 1
1 1 0 1 1 0 0 1 0 1 0 0 0 0 1
0 1 0 1 0 0 1 0 1 1 0 0 0 0 1
0 1 1 1 0 0 0 0 0 0 1 0 0 0 1
1 1 1 1 1 0 1