代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/120449/14803274
h serversettings.h
/*
Copyright (c) 2000-2002, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the f
www.eeworm.com/read/218262/14929338
h nandflash.h
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
* ----------------------------------------------------
www.eeworm.com/read/211493/15179654
h serversettings.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/210671/15193663
cpp fig03_04.cpp
// Fig. 3.4: fig03_04.cpp
// Finding the maximum of three integers
#include
using std::cout;
using std::cin;
using std::endl;
int maximum( int, int, int ); // function prototype
www.eeworm.com/read/162614/5533841
java defaultboundedrangemodel.java
/* DefaultBoundedRangeModel.java -- Default implementation
of BoundedRangeModel.
Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpat
www.eeworm.com/read/162519/5543373
java defaultboundedrangemodel.java
/* DefaultBoundedRangeModel.java -- Default implementation
of BoundedRangeModel.
Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpat
www.eeworm.com/read/159328/5584726
readme
Requirements: For this example to run the following
requirements are in place.
- The environment must have access to the TCS Flash
File System. (see the flash example 'mkfs'). The
user may need to cha
www.eeworm.com/read/283683/6784046
h serversettings.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/194440/8193878
m maxcorr.m
function x=maxcorr(trace1,trace2,n)
% x=maxcorr(trace1,trace2,n)
%
% MAXCORR computes 2*n+1 lags of the crosscorrelation of trace1
% with trace2 (using CCORR) and then uses splines to pick the
% maxi