代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/209559/4963020
s checksum.s
/*
* This file contains assembly-language implementations
* of IP-style 1's complement checksum routines.
*
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* This program is free
www.eeworm.com/read/194657/5125431
c crypto.c
/*
* MD5, SHA-1, RC4 and AES implementations
*
* Copyright (C) 2001-2004 Christophe Devine
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
www.eeworm.com/read/192391/5157307
lua sort.lua
-- two implementations of a sort function
-- this is an example only. Lua has now a built-in function "sort"
-- extracted from Programming Pearls, page 110
function qsort(x,l,u,f)
if l
www.eeworm.com/read/192080/5160194
lua sort.lua
-- two implementations of a sort function
-- this is an example only. Lua has now a built-in function "sort"
-- extracted from Programming Pearls, page 110
function qsort(x,l,u,f)
if l
www.eeworm.com/read/179911/5294474
s checksum.s
/*
* This file contains assembly-language implementations
* of IP-style 1's complement checksum routines.
*
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* This program is free
www.eeworm.com/read/176978/5334358
c crypto.c
/*
* MD5, SHA-1, RC4 and AES implementations
*
* Copyright (C) 2001-2004 Christophe Devine
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
www.eeworm.com/read/170577/5403284
tcl xml-8.0.tcl
# xml-8.0.tcl --
#
# This file provides generic XML services for all implementations.
# This file supports Tcl 8.0 regular expressions.
#
# See xmlparse.tcl for the Tcl implementation of a XML parser.
www.eeworm.com/read/165306/5483549
h listeners.h
/**
* Usable ValueUpdateListener implementations
* @author OP
*/
#ifndef LISTENERS_H
#define LISTENERS_H
#include "Control.h"
#include "cthread.h"
namespace annie {
/**
* Simple text-mode visu
www.eeworm.com/read/350097/3129368
s checksum.s
/*
* This file contains assembly-language implementations
* of IP-style 1's complement checksum routines.
*
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* This program is free
www.eeworm.com/read/341021/3260872
mpich2prereq
#! /bin/sh
# Check that we are using the simple PMI implementation
# (Selecting multiple PM's may require incompatible PMI implementations
# (e.g., gforker and SMPD).
if [ -z "$PM_REQUIRES_PMI" ] ; t