代码搜索:Functionality

找到约 4,782 项符合「Functionality」的源代码

代码结果 4,782
www.eeworm.com/read/142788/12920278

h physics_lt.h

// This interface implements physics functionality. #ifndef __PHYSICS_LT_H__ #define __PHYSICS_LT_H__ // Sets the dims as large as it can by testing to see what's around the object. // T
www.eeworm.com/read/243434/12940911

h iolibio.h

#include "libio.h" /* These emulate stdio functionality, but with a different name (_IO_ungetc instead of ungetc), and using _IO_FILE instead of FILE. */ #ifdef __cplusplus extern "C" { #endif e
www.eeworm.com/read/242534/13001605

c selinux.c

/* * selinux.c - Various SELinux related functionality needed for the loader. * * Jeremy Katz * * Copyright 2004 Red Hat, Inc. * Portions extracted from libselinux which was
www.eeworm.com/read/242534/13001658

c driverdisk.c

/* * driverdisk.c - driver disk functionality * * Jeremy Katz * * Copyright 2002-2003 Red Hat, Inc. * * This software may be freely redistributed under the terms of the GNU
www.eeworm.com/read/319321/13456025

htm description-pki.htm

Basic functionality of a Public Key Infrastructure[TODO]
www.eeworm.com/read/152843/5665882

txt emu10k1-jack.txt

This document is a guide to using the emu10k1 based devices with JACK for low latency, multichannel recording functionality. All of my recent work to allow Linux users to use the full capabilities of
www.eeworm.com/read/152048/5676540

cpp ftpcommandprocessor.cpp

/*///////////////////////////////////////////////////////////////////// FTPclient.cpp (c) GDI 1999 V1.0.0 (10/4/99) Phil Anderson. philip@gd-ind.com Simple FTP client functionality. If you have
www.eeworm.com/read/147766/5725643

txt sab8253xds.txt

*_Design Specification of SAB8253X ASLX Driver for Linux_* The effort to design and implement the ASLX SAB8253X Driver for Aurora hardware with the functionality
www.eeworm.com/read/144216/5752472

7fatal

Check FATAL functionality __END__ # Check compile time warning use warnings FATAL => 'deprecated' ; { no warnings ; 1 if $a EQ $b ; } 1 if $a EQ $b ; print STDERR "The End.\n" ; EXPECT Use
www.eeworm.com/read/138935/5812149

cpp ftpclass.cpp

/*///////////////////////////////////////////////////////////////////// FTPclient.cpp (c) GDI 1999 V1.0.0 (10/4/99) Phil Anderson. philip@gd-ind.com Simple FTP client functionality. If you have