代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/248928/4463101
c test.c
/*! \file
\brief Testing localtime functionality */
#include "localtime.c"
#include
#include
int main(int argc, char **argv) {
struct timeval tv;
struct tm tm;
char *zon
www.eeworm.com/read/241002/4564478
java isdnchannel.java
// local.dialogic.ISDNChannel
// Implements ISDN functionality
// $Id: ISDNChannel.java,v 1.7 2003/11/13 11:47:22 cgm8 Exp $
/*
* Copyright (c) 1999 Carlos G Mendioroz.
*
* This file is par
www.eeworm.com/read/191694/5163681
txt timer2.txt
Title: timer2
Target: PIC18Cxx8
Description:
A sample project file to be used with HI-TIDE, to
demonstrate the functionality of the microcontroller's TIMER2.
The Timer2 module timer has the foll
www.eeworm.com/read/190346/5184160
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = \
proc.lo \
thread.lo \
threadpriv.lo \
signals.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
OSDIR=$(INCDI
www.eeworm.com/read/190346/5184466
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = \
poll.lo \
pollset.lo \
pollacc.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
OSDIR=$(INCDIR)/arch/@OSDIR@
www.eeworm.com/read/190346/5184846
in makefile.in
VPATH = @srcdir@
INCLUDES = @API_INCLUDES@ @APR_INCLUDES@
PROGRAMS = iconv
TARGETS = $(PROGRAMS)
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
iconv_OBJECTS = iconv.lo iconv_strea
www.eeworm.com/read/189753/5191776
c host-linux.c
/*
* plex86: run multiple x86 operating systems concurrently
* Copyright (C) 1999-2003 Kevin P. Lawton
*
* host-linux.c: Linux specific VM host driver functionality
*
* This library is free
www.eeworm.com/read/187332/5224802
cfg ser.cfg
# Example ser.cfg for mediaproxy functionality
loadmodule "/usr/lib/ser/modules/registrar.so"
loadmodule "/usr/lib/ser/modules/domain.so"
loadmodule "/usr/lib/ser/modules/mediaproxy.so"
modparam("me
www.eeworm.com/read/184888/5244522
cfg ser.cfg
# Example ser.cfg for mediaproxy functionality
loadmodule "/usr/lib/ser/modules/registrar.so"
loadmodule "/usr/lib/ser/modules/domain.so"
loadmodule "/usr/lib/ser/modules/mediaproxy.so"
modparam("me
www.eeworm.com/read/173141/5378395
sql importexportthruij.sql
-- test for import export thru command line interface
-- first test basic import functionality
-- ascii delimited default format
drop table T1;
create table T1 ( Account int,
Fname char(30),
Ln