代码搜索:Implementations

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

代码结果 4,027
www.eeworm.com/read/264095/4294110

c ppc_mmu.c

/* * BK Id: %F% %I% %G% %U% %#% */ /* * This file contains the routines for handling the MMU on those * PowerPC implementations where the MMU substantially follows the * architecture specificatio
www.eeworm.com/read/161121/5557803

c mmu_context.c

/* * BK Id: %F% %I% %G% %U% %#% */ /* * This file contains the routines for handling the MMU on those * PowerPC implementations where the MMU substantially follows the * architecture specificatio
www.eeworm.com/read/161121/5557807

c ppc_mmu.c

/* * BK Id: %F% %I% %G% %U% %#% */ /* * This file contains the routines for handling the MMU on those * PowerPC implementations where the MMU substantially follows the * architecture specificatio
www.eeworm.com/read/160611/5568946

cpp allegro.cpp

// Allegro: music representation system, with // extensible in-memory sequence structure // upward compatible with MIDI // implementations in C++ and Serpent // external, text-base
www.eeworm.com/read/160611/5568947

h allegro.h

// Allegro: music representation system, with // extensible in-memory sequence structure // upward compatible with MIDI // implementations in C++ and Serpent // external, text-base
www.eeworm.com/read/413188/11163754

c wdu_lib.c

//////////////////////////////////////////////////////////////// // File - wdu_lib.c // // WinDriver USB API Declarations & Implementations // // Copyright (c) 2003 - 2005 Jungo Ltd. http://www.
www.eeworm.com/read/203746/15352170

txt examples.txt

NOTE: The files that do not have _ correspond to the default target. The following directories, firtest and figtest contain the complete implementations of two algorithm examples, FIR
www.eeworm.com/read/109898/15546083

txt validate.txt

# Test vectors for DES Electronic Code Book (ECB) # implementation, derived from: # "Validating the Correctness of Hardware # Implementations of the NBS Data Encryption Standard" # NBS Speci
www.eeworm.com/read/100612/15868877

any mrmuldv.any

/* * MIRACL - various implementations of routines muldiv, muldvm, muldvd * muldvd2 and imuldiv * mrmuldv.c * * THIS FILE CONTAINS MANY VERSIONS OF THESE ROUTINES * COPY THIS
www.eeworm.com/read/100612/15869062

c factor.c

/* * Program to factor Integers * * Current parameters assume a large 32-bit address space is available. * * This program is cobbled together from the implementations of various *