代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/110972/6162024

c testalpha.c

/* Simple program: Fill a colormap with gray and stripe it down the screen, Then move an alpha valued sprite around the screen. */ #include #include #include
www.eeworm.com/read/108242/6183611

c shar.c

/* shar - make a shell archive Author: Michiel Husijes */ #include /* for the nonstd :-( _PROTOTYPE */ #include static _PROTOTYPE( void error, (char *progname, char *operation
www.eeworm.com/read/105298/6199853

c hi_util_hbm.c

/** ** @file hi_hbm.c ** ** @author Marc Norton ** ** @brief Implementation of a Horspool method of Boyer-Moore ** */ #include #include "h
www.eeworm.com/read/103192/6220905

c mapstr.c

// mapstr.c -- match abbreviated strings from list // #include #include "mapstr.h" // Find the "best" argument mapping MapItemPtr mapAbbrStr ( MapAbbr szArg, MapItemPt
www.eeworm.com/read/101015/6262349

c mapstr.c

// mapstr.c -- match abbreviated strings from list // #include #include "mapstr.h" // Find the "best" argument mapping MapItemPtr mapAbbrStr ( MapAbbr szArg, MapItemPt
www.eeworm.com/read/335118/6280781

c 02051311.c

#include #include struct listNode { int data; struct listNode * nextPtr; }; typedef struct listNode LISTNODE; typedef LISTNODE * LISTNODEPTR; void insert(LI
www.eeworm.com/read/264288/6323108

cpp dfa.cpp

#include "stdafx.h" #include #include #include #include #include #include ///////////////////////////////////////////////// usi
www.eeworm.com/read/377022/6348884

c mcmpfft.c

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

c shaker_sort.c

#include #include #include #include #include "ga_knn.h" /*--------------------------------------------------------*/ /* modified bubble sort in ascendi
www.eeworm.com/read/494192/6380071

h utils.h

#ifndef UTILS_H #define UTILS_H #include #include #include #include #include using namespace std; //----------------------------------