代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/368447/9694401
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/135592/13918172
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/105179/15676221
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/188503/8535872
c predict_ref.c
/* predict_ref.c, Reference implementations of motion compensated
* prediction routines */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warrant
www.eeworm.com/read/388617/8595546
cpp lotto.cpp
// lotto.cpp -- probability of winning
#include
// Note: some implementations require double instead of long double
long double probability(unsigned numbers, unsigned picks);
int main()
www.eeworm.com/read/388617/8596580
cpp lotto.cpp
// lotto.cpp -- probability of winning
#include
// Note: some implementations require double instead of long double
long double probability(unsigned numbers, unsigned picks);
int main()
www.eeworm.com/read/428242/8881778
c macfun.c
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* macfun.c -- time macro and function implementations of max
* Input: a sequence of (alg num, n) pairs
www.eeworm.com/read/377828/9261102
c macfun.c
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* macfun.c -- time macro and function implementations of max
* Input: a sequence of (alg num, n) pairs
www.eeworm.com/read/373369/9460760
java countinggenerator.java
//: net/mindview/util/CountingGenerator.java
// Simple generator implementations.
package net.mindview.util;
public class CountingGenerator {
public static class
Boolean implements Generato