代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/212904/15145760
java constraint.java
package toocom.ocgl;
import java.util.*;
import java.io.*;
/**
* This interface contains methods that CG constraints (positive and negative) must provide.
*
* @author Fr閐閞ic F黵st
*/
www.eeworm.com/read/212596/15152605
txt 21.txt
例程21-1
1 /* Import SQLExceptions class. The SQLException comes from
2 JDBC. Executable #sql clauses result in calls to JDBC, so
3 methods containing executable #sql clauses must either
www.eeworm.com/read/212063/15166261
h queue.h
class Queue {
public:
// standard Queue methods
Queue();
bool empty() const;
Error_code append(const Queue_entry &item);
Error_code serve();
Error_code retrieve(Queue_entry &
www.eeworm.com/read/205449/15315964
m contents.m
% BSS_EVAL - Toolbox for evaluation of Blind Audio Source Separation (BASS)
% methods.
%
% Developers: - Cedric Fevotte (cf269@cam.ac.uk) - Emmanuel Vincent
% (vincent@ircam.fr) - Remi Gribonval (re
www.eeworm.com/read/11175/209878
txt opendir.txt
SUMMARY methods to gain access to file system directories (OS2 1.2 only)
#include
DIR *opendir(char *szDirName)
struct dirent *readdir(DIR *pd)
int closedir(DIR *pd)
void
www.eeworm.com/read/11269/217018
js fx.js
/*
* Ext JS Library 2.3.0
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
//Notifies Element that fx methods are available
Ext.enableFx =
www.eeworm.com/read/18335/784567
vhd scalebl1.vhd
-- We show 3 methods of creating scaleable designs. For
-- creating adders, we suggest using this method
-- shown here in file: scalebl1.vhd (using the + operator)
library ieee;
use ieee.std_lo