代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/220370/14802699
c io.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/214301/15107079
c io.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/167046/5470253
c init_module.c
/* vi: set sw=4 ts=4: */
/*
* init_module() for uClibc
*
* Copyright (C) 2000-2004 by Erik Andersen
*
* GNU Library General Public License (LGPL) version 2 or later.
*/
www.eeworm.com/read/393873/8256475
c io.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/333887/12656289
c io.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/202129/15390402
c io.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/290380/8486152
c nochange.c
#include
void display_and_change(int first, int second, int third)
{
printf("Original function values %d %d %d\n",
first, second, third);
first += 100;
second += 10
www.eeworm.com/read/290380/8486160
c chgparam.c
#include
void display_and_change(int *first, int *second, int *third)
{
printf("Original function values %d %d %d\n",
*first, *second, *third);
*first += 100;
*seco
www.eeworm.com/read/289837/8523855
m 20-2.m
rvec=cumtrue (ma, ar, 3,nlags); % third-order cumulants
rvec=rvec(:,nlags+1); % the C(m,0) slice
c=rvec(nlags+1:2*nlags); % positive lags
r=rvec(nlags+1:¨C1:1); % negative lags
[a4, c4, p