代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/109232/15561430

cpp main.cpp

#include #include using namespace std; int AbsoluteValueInt(int x) { if (x >= 0) return x; else return -x; } float AbsoluteValueFloat(float
www.eeworm.com/read/109232/15561436

cpp main.cpp

#include #include #include #include using namespace std; class Peripheral { public: string Name; int Price; int SerialNumber; Periphe
www.eeworm.com/read/109232/15561442

cpp main.cpp

#include #include using namespace std; class Secret { protected: int X; public: void SetX() { X = 10; } void GetX() { cout
www.eeworm.com/read/109232/15561451

cpp main.cpp

#include #include using namespace std; class Secret { public: int Code, Number, SkeletonKey, System, Magic; }; class AddedSecurity : protected Secret { public:
www.eeworm.com/read/109232/15561478

cpp main.cpp

#include #include using namespace std; class MusicInfo { public: int PhoneNumber; MusicInfo(int Phone) : PhoneNumber(Phone) {} }; class MySharona : public M
www.eeworm.com/read/109232/15561486

cpp main.cpp

#include #include using namespace std; class Copyable { protected: static int NextAvailableID; int UniqueID; public: int SomeNumber; int GetID() { re
www.eeworm.com/read/107715/15602886

cpp fraction.cpp

#include #include using namespace std; void fmzero() { cerr
www.eeworm.com/read/107563/15604911

c 8962cd21.c

/* * Chapter 21 * Genetic Algorithms * * A simple program demonstrating the use of a genetic * algorithm to recommend stock trading decisions. */ #include #include
www.eeworm.com/read/107300/15610119

c com.c

#include "ranlib.h" #include #include void advnst(long k) /* ********************************************************************** void advnst(long k) ADV-a-N
www.eeworm.com/read/105465/15666430

txt 004.txt

#include #include #include typedef struct Data { int no; int password; }; typedef struct list { struct Dat