代码搜索:Generators

找到约 1,542 项符合「Generators」的源代码

代码结果 1,542
www.eeworm.com/read/251957/4412818

makefile

include ../../../config.mak vpath %.c $(SRC_PATH)/applications/generators/MPEG4 CFLAGS= $(OPTFLAGS) -Wall -I$(SRC_PATH)/include ifeq ($(DEBUGBUILD), yes) CFLAGS+=-g LDFLAGS+=-g endif ifeq ($(GPROF
www.eeworm.com/read/110993/15520854

cpp showerr.cpp

//: C18:Showerr.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Un-comment error generators
www.eeworm.com/read/432289/8614155

cpp showerr.cpp

//: C19:Showerr.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Un-comment error generators #include
www.eeworm.com/read/178378/9405112

cpp showerr.cpp

//: C19:Showerr.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Un-comment error generators #include
www.eeworm.com/read/168406/9917816

m myrndcheck.m

function [errorcode, rows, columns] = myrndcheck(nargs,nparms,arg1,arg2,arg3,arg4,arg5) %RNDCHECK error checks the argument list for the random number generators. sizeinfo = nargs - nparms; error
www.eeworm.com/read/163245/10169005

m myrndcheck.m

function [errorcode, rows, columns] = myrndcheck(nargs,nparms,arg1,arg2,arg3,arg4,arg5) %RNDCHECK error checks the argument list for the random number generators. sizeinfo = nargs - nparms; error
www.eeworm.com/read/467484/7004166

c rand.c

/*random number generators*/ #include #include #define ITMAX 100 /*constants for calculating error function*/ #define EPS 3.0e-7 #define FPMIN 1.0e-30 /*seed*/ unsigned long seed[2
www.eeworm.com/read/477671/6730666

cpp showerr.cpp

//: C05:Showerr.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // Un-comment error generators
www.eeworm.com/read/405333/11465048

cpp showerr.cpp

//: C04:Showerr.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc. // Available at www.BruceEckel.com. // Un-comment error generators
www.eeworm.com/read/262066/11608234

c rand.c

/*random number generators*/ #include #include #define ITMAX 100 /*constants for calculating error function*/ #define EPS 3.0e-7 #define FPMIN 1.0e-30 /*seed*/ unsigned long seed[2