代码搜索:stdlib

找到约 10,000 项符合「stdlib」的源代码

代码结果 10,000
www.eeworm.com/read/310571/13649010

cpp main.cpp

#include #include #include typedef struct stackItemtag { double item; stackItemtag *next; }StackItem; typedef StackItem *Stack; double soluteExpressio
www.eeworm.com/read/309649/13667372

c fpswitch.c

/* +++Date last modified: 05-Jul-1997 */ /* ** FPSWITCH.C - Demonstrates using function pointers in lieu of switches */ #include /* for NULL */ /* Declare your functions he
www.eeworm.com/read/309359/13673377

cpp rbt.cpp

// red-black tree #include #include #include #include ////////////////////// // supplied by user // ////////////////////// typedef int KeyType;
www.eeworm.com/read/308921/13687405

cpp nqueen.cpp

#include #include #include long sum = 0, upperlim = 1; void test(long row, long ld, long rd) {
www.eeworm.com/read/307145/13727584

c lj300.c

#include #include #include "fax.h" /* define symbolic constants for literal printer */ /* control strings to make them easy to change for */ /* a different printer
www.eeworm.com/read/305632/13764267

c mcmpfft.c

#include #include #include #include "msp.h" void mcmpfft(complex x[],int n,int isign) { /*--------------------------------------------------------------------- Ro
www.eeworm.com/read/305632/13764269

c msplfft.c

#include #include #include #include "msp.h" void msplfft(complex x[],int n,int isign) { /*---------------------------------------------------------------------- R
www.eeworm.com/read/302545/13832425

cpp grammar.cpp

#include #include #include #include #include #include "grammar.h" using namespace std; void grammar::ReadVSet() { string input; Variable
www.eeworm.com/read/301977/13845037

c correlation_interal.c

#include #include "mex.h" #include "stdio.h" #include "stdlib.h" #include "matrix.h" //--------------------------------------------------------------------------- // 定义输入参数 #define M
www.eeworm.com/read/238672/13869623

c divc.c

/* Optimal divide-by-contstant code generator Advanced RISC Machines */ #include #include #define BANNER "generated by divc 1.02 (Advanced RISC Machines)"