代码搜索:Implementations

找到约 4,027 项符合「Implementations」的源代码

代码结果 4,027
www.eeworm.com/read/352754/10517320

intro

This is the implementation of the SystemV/Coherent filesystem for Linux. It grew out of separate filesystem implementations Xenix FS Doug Evans June 1992 SystemV FS
www.eeworm.com/read/435150/7796135

cpp lengths.cpp

// Exercise 16.4 Lengths.cpp // Length classes implementations #include "Lengths.h" // Static data members of BaseLength double BaseLength::mmPerInch = 25.4; double BaseLength::inchesPerYard
www.eeworm.com/read/435150/7796138

cpp lengths.cpp

// Exercise 16.2 Lengths.cpp // Length classes implementations #include "Lengths.h" // Static data members of BaseLength double BaseLength::mmPerInch = 25.4; double BaseLength::inchesPerYard
www.eeworm.com/read/435150/7796144

cpp lengths.cpp

// Exercise 16.3 Lengths.cpp // Length classes implementations #include "Lengths.h" // Static data members of BaseLength double BaseLength::mmPerInch = 25.4; double BaseLength::inchesPerYard
www.eeworm.com/read/196034/8118153

intro

This is the implementation of the SystemV/Coherent filesystem for Linux. It grew out of separate filesystem implementations Xenix FS Doug Evans June 1992 SystemV FS
www.eeworm.com/read/141937/12976949

pas cltnarrays.pas

unit CltnArrays; (* Implement collections using arrays. IList and IStack are obvious for array implementations, but ISet and IMap can also work with arrays. TSortedList implements IList, b
www.eeworm.com/read/238536/13877671

pas cltnarrays.pas

unit CltnArrays; (* Implement collections using arrays. IList and IStack are obvious for array implementations, but ISet and IMap can also work with arrays. TSortedList implements IList, b
www.eeworm.com/read/147766/5721445

s carta_random.s

/* * Fast, simple, yet decent quality random number generator based on * a paper by David G. Carta ("Two Fast Implementations of the * `Minimal Standard' Random Number Generator," Communications of
www.eeworm.com/read/145471/5746019

intro

This is the implementation of the SystemV/Coherent filesystem for Linux. It grew out of separate filesystem implementations Xenix FS Doug Evans June 1992 SystemV FS
www.eeworm.com/read/131315/5938615

c vsprintf.c

/* Simple implementation of vsprintf for systems without it. Highly system-dependent, but should work on most "traditional" implementations of stdio; newer ones should already have vsprintf.