代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/344239/11895917
java countinggenerator.java
//: net/mindview/util/CountingGenerator.java
// Simple generator implementations.
package net.mindview.util;
public class CountingGenerator {
public static class
Boolean implements Generato
www.eeworm.com/read/153733/12010576
c stdlib.c
/*
strlen(s)
isspace(c)
putchar(c)
puts(s)
bcmp(s1, s2, n)
bcopy(src, dst, n)
--------------------------------------------------------------
Simple implementations of the corresponding ISO
www.eeworm.com/read/253260/12234911
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/253260/12235620
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/337096/12391949
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/126957/14391575
c getopt.c
/*
* "getopt" routine customized for top.
*/
/*
* Many modern-day Unix implementations already have this function
* in libc. The standard "getopt" is perfectly sufficient for top's
* needs. If
www.eeworm.com/read/126922/14395504
java registrationserver.java
//This file contains the RegistrationServer
//and RegistrationImpl implementations
package registration;
import java.sql.*;
import org.omg.CosNaming.*;
import org.omg.CORBA.*;
import java.
www.eeworm.com/read/123658/14618645
readme
GNU Objective C notes
*********************
This document is to explain what has been done, and a little about how
specific features differ from other implementations. The runtime has
been complete
www.eeworm.com/read/221805/14720077
c radius_interface.c
/* radius_interface.c */
/* Implementations of RADIUS interface fucntions. */
/* Copyright 1984 - 2000 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
_______
www.eeworm.com/read/221805/14720081
c radius_authorize.c
/* radius_authorize.c */
/* Implementations of encryption and decryption of RADIUS attributes if needed. */
/* Currently we only encrypt User-Password and decrypt Tunnel-Password */
/* Copyright 1