代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/136608/13369872
err telecrd1.err
Warning TELECRD1.ASM 28 : Address exceeds maximum range for this processor
Warning TELECRD1.ASM 28 : Address exceeds maximum range for this processor
Warning TELECRD1.ASM 28 : Address exceeds maximu
www.eeworm.com/read/136608/13369900
err telecrd2.err
Warning TELECRD2.ASM 28 : Address exceeds maximum range for this processor
Warning TELECRD2.ASM 28 : Address exceeds maximum range for this processor
Warning TELECRD2.ASM 28 : Address exceeds maximu
www.eeworm.com/read/136574/13371392
m rootsl.m
function [z,e] = rootsl(p)
% function [z,e] = rootsl(p)
%
% computes the zeros z of the polynomial p (descending
% order). It yields results with higher precision in much
% less time (especially for
www.eeworm.com/read/319472/13451274
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/319472/13451284
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/318176/13484372
tpl mrcomba2.tpl
/*
* MIRACL Comba's method for ultimate speed binary polynomial
* mrcomba2.tpl
*
* Here the inner loops of the basic multiplication, and squaring
* algorithms are completely unrav
www.eeworm.com/read/317375/13505358
asv fixpt.asv
function [k,p,err,P]=fixpt(g,p0,tol,max1)
%Input-g is the iteration function input as a string 'g'
% -p0 is the initial guess for the fixed point
% -tol is the tolerance
% -max1 is the
www.eeworm.com/read/317375/13505361
m fixpt.m
function [k,p,err,P]=fixpt(g,p0,tol,max1)
%Input-g is the iteration function input as a string 'g'
% -p0 is the initial guess for the fixed point
% -tol is the tolerance
% -max1 is the
www.eeworm.com/read/315699/13537934
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/315699/13537944
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