代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/190666/5180589
java thread_wait.java
// Test basic thread creation and wait/notify functionality.
// Origin: Bryce McKinlay
public class Thread_Wait implements Runnable
{
public static void main(String args[])
www.eeworm.com/read/190346/5184398
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = \
waitio.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
OSDIR=$(INCDIR)/arch/@OSDIR@
DEFOSDIR=$(INCDIR)/arch/@
www.eeworm.com/read/190346/5185613
in makefile.in
VPATH = @srcdir@
INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@
TARGETS = apr_base64.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
www.eeworm.com/read/188220/5212537
cs combobox.ascx.cs
namespace CompliantQsf.Combobox.Examples.Functionality.KeyboardSupport
{
using System;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.UI.WebControls;
using Sy
www.eeworm.com/read/185915/5235232
h usb_suspend.h
#ifndef USB_SUSPEND_H
#define USB_SUSPEND_H
/** \addtogroup module_usb_suspend USB Suspend (usbsusp)
* \brief This module contains the functionality for USB suspend, USB resume and USB remote wake
www.eeworm.com/read/183674/5252859
c antlr3parser.c
/** \file
* Implementation of the base functionality for an ANTLR3 parser.
*/
#include
/* Parser API
*/
static void setTokenStream (pANTLR3_PARSER parser, pANTLR3_TOKEN
www.eeworm.com/read/176617/5336479
txt sma_fat16.txt
Library : SMA_fat16
Date : 06/05/2002
Purpose : FAT support library
Notes : Library is portable. Only simple FAT16 functionality is provided.
An OS is not required. Opera
www.eeworm.com/read/176157/5339001
java testoval.java
// TestOval.java
// A simple application to test the functionality of the OvalIcon class.
//
package jswing.ch04;
import javax.swing.*;
import java.awt.*;
public class TestOval {
public static voi
www.eeworm.com/read/173141/5379712
out nulls.out
ij> --
-- this test shows the current supported null value functionality
--
autocommit off;
ij> -- trying to define null and not null for a column
create table a(a1 int null not null);
ERROR 42X01: Sy
www.eeworm.com/read/349401/3144990
java blowfish.java
/**
* $RCSfile: Blowfish.java,v $
* $Revision: 1.3 $
* $Date: 2002/09/09 15:31:31 $
*
* Adapted from Markus Hahn's Blowfish package so that all functionality is
* in a single source file. Please