代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/219860/4844900
java library.java
package library;
import java.util.*;
import java.sql.*;
import java.text.*;
/**
* class Library represents the functionality of a library
*
* @author CTE
* @version 1.0
*/
public class Library
{
www.eeworm.com/read/211794/4940169
java game.java
/*
Game - A interface to define the functionality to store a complete
game.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistri
www.eeworm.com/read/211794/4940200
java plyimpl.java
/*
PlyImpl - A class to implement the functionality of one ply of
a chess game.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can
www.eeworm.com/read/211794/4940227
java pieceimpl.java
/*
PieceImpl - A class to implement the functionality of a chess piece.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and/o
www.eeworm.com/read/204643/5031230
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
NONPORTABLE = \
testregex@EXEEXT@
PROGRAMS = \
TARGETS = $(PROGRAMS) $(NONPORTABLE)
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
LOCAL_LIBS=.
www.eeworm.com/read/196550/5101983
c skyeye_net_tap.c
/*
* TAP-Win32 -- A kernel driver to provide virtual tap device functionality
* on Windows. Originally derived from the CIPE-Win32
* project by Damion K. Wilson, wi
www.eeworm.com/read/193974/5138200
py test_mhlib.py
"""
Tests for the mhlib module
Nick Mathewson
"""
### BUG: This suite doesn't currently test the mime functionality of
### mhlib. It should.
import unittest
from test_support import run_
www.eeworm.com/read/192230/5159573
c jump.c
/* This program is used to test the "jump" command. There's nothing
particularly deep about the functionality nor names in here.
*/
#ifdef PROTOTYPES
static int square (int x)
#else
static int
www.eeworm.com/read/191694/5163610
txt flash.txt
Title: flash
Target: PIC18Fxx8
Description:
A sample project file to be used with HI-TIDE, to demonstrate the functionality of the microcontroller's
FLASH Program Memory.
The FLASH Prog
www.eeworm.com/read/191694/5163660
c usart.c
/*A sample project file to be used with HI-TIDE, to demonstrate the functionality of the microcontroller's USART.*/
/*Refer to usart.txt for additional information*/
#include
#include "usa