代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/151069/5687033
java textfilereader.java
import java.io.*;
import java.awt.event.*;
import java.util.*;
/**
* TextFileReader is a bean that provides the basic functionality for
* reading a textfile.
*/
public class TextFileReader{
www.eeworm.com/read/149728/5697636
readme
INTRODUCTION
This distribution contains:
* libtac TACACS+ client library implementing necessary
subset of TACACS+ functionality
* tacc simple TACACS+ client and login utility
* pppd-*.pa
www.eeworm.com/read/149015/5704145
c serial.c
/*
This serial port driver is borrowed heavily from DZComm. I have
simplified it by removing a lot of the functionality (hardware
flow control, etc.). For more details and the full version se
www.eeworm.com/read/145331/5746452
c serial.c
/*
This serial port driver is borrowed heavily from DZComm. I have
simplified it by removing a lot of the functionality (hardware
flow control, etc.). For more details and the full version se
www.eeworm.com/read/139870/5796742
java mt_bounded_queue.java
// package NexusII.util ;
// The minimun functionality to be associated with a queue
interface Queue
{
public void nq(Object item);
public Object dq();
public boolean is_full();
public boolean is
www.eeworm.com/read/136849/5844345
txt release_note.txt
NOTES:
There is one difference between the documentation (RIV111-1.3) and the functionality of the function ffs_ftruncate() section 2.10.
Because it not yet is possible to move the file pointer (fp
www.eeworm.com/read/135686/5883004
c pcap-dag.c
/*
* pcap-dag.c: Packet capture interface for Endace DAG card.
*
* The functionality of this code attempts to mimic that of pcap-linux as much
* as possible. This code is compiled in several
www.eeworm.com/read/135686/5883348
c pcap-dag.c
/*
* pcap-dag.c: Packet capture interface for Endace DAG card.
*
* The functionality of this code attempts to mimic that of pcap-linux as much
* as possible. This code is compiled in several
www.eeworm.com/read/134909/5891441
txt usart.txt
Title: usart
Target: PIC18Cxx8
Description:
A sample project file to be used with HI-TIDE, to demonstrate the functionality of the microcontroller's
Addressable USART module.
The
www.eeworm.com/read/134479/5892426
br gather_direct.br
// gather_direct.br
// Minimal acceptance test for gather functionality.
// It confirms that when we perform a gather with
// a constant index, the expected stream element
// is fetched.
#include