代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/366702/2878741
c va-arg-11.c
/* Test va_arg when the result is ignored and only the pointer increment
side effect is used. */
#include
static int
foo (int a, ...)
{
va_list va;
int i, res;
va_start (va, a);
www.eeworm.com/read/160611/5568488
c patest_dither.c
/*
* $Id: patest_dither.c,v 1.2 2003/03/02 08:01:42 dmazzoni Exp $
* patest_dither.c
* Attempt to hear difference between dithered and non-dithered signal.
* This only has an effect if the native
www.eeworm.com/read/315492/6788970
c mymath.c
#include "MyMath.h"
#include "MyAssert.h"
#include "Ulti.h"
#include
#include
#include
/*Attention when n is big ,this algorithm will have no little effect*/
long
www.eeworm.com/read/315492/6788998
c mymath.c
#include "MyMath.h"
#include "MyAssert.h"
#include "Ulti.h"
#include
#include
#include
/*Attention when n is big ,this algorithm will have no little effect*/
long