代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/254811/4380526

c stripfx.c

#include #include #include "strpfx.h" // Determine if a string is a prefix // - case insensitive variant char* striprefix ( char* szTest, char* szFull ) {
www.eeworm.com/read/161438/5553124

cpp cus_arr.cpp

#include #include class loc { int longitude, latitude; public: loc(void) {} // Used to construct temporaries loc (int lg, int lt) {
www.eeworm.com/read/161438/5553137

cpp arr_des.cpp

#include #include class loc { int longitude, latitude; public: loc(void) {} // Used to construct temporaries ~loc(void); loc (int lg,
www.eeworm.com/read/161438/5553155

cpp cus_newd.cpp

#include #include class loc { int longitude, latitude; public: loc(void) {} // Used to construct temporaries loc (int lg, int lt)
www.eeworm.com/read/158872/5592179

c printcmds.c

/* This table is used as a source for every ascii character. It is explicitly unsigned to avoid differences due to native characters being either signed or unsigned. */ #include unsig
www.eeworm.com/read/158865/5594475

cc tiomanip.cc

// test the parametrized manipulators #include #include main() { #ifdef _G_NO_TEMPLATES cerr
www.eeworm.com/read/157427/5606509

c 冒泡排序.c

# include "stdio.h" # include "stdlib.h" struct node{ int values; struct node *next; }; struct node *create(int [],int); void sort (struct node **)
www.eeworm.com/read/155953/5617499

c ps_utils.c

/* * Licensed Materials - Property of IBM * * trousers - An open source TCG Software Stack * * (C) Copyright International Business Machines Corp. 2004 * */ #include #include
www.eeworm.com/read/155953/5617508

c ps_utils.c

/* * Licensed Materials - Property of IBM * * trousers - An open source TCG Software Stack * * (C) Copyright International Business Machines Corp. 2004 * */ #include #include
www.eeworm.com/read/154116/5640784

c filter.c

#include #include #include "filter.h" /* -------------------------------- FILTER_CREATE -------------------------------- */ FILTER *filter_create(num, nl, den, dl) float