代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/362572/2930828
c javacall.c
/*
* javacall.c
* Building call for java/native methods.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* Copyright (c) 2002-2005
* Kaffe.org cont
www.eeworm.com/read/360971/2954985
java timetestwindow.java
// Fig. 27.6: TimeTestWindow.java
// Demonstrating the Time class set and get methods
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class TimeTestWindow extends JFram
www.eeworm.com/read/360971/2955000
java timetestwindow.java
// Fig. 27.7: TimeTestWindow.java
// Demonstrating the Time class set and get methods
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class TimeTestWindow extends JFram
www.eeworm.com/read/358128/3000454
pm file.pm
#
package IO::File;
=head1 NAME
IO::File - supply object methods for filehandles
=head1 SYNOPSIS
use IO::File;
$fh = new IO::File;
if ($fh->open("< file")) {
print ;
www.eeworm.com/read/358128/3001388
pm version.pm
#!perl -w
package version;
use 5.005_04;
use strict;
use vars qw(@ISA $VERSION $CLASS *qv);
$VERSION = 0.74;
$CLASS = 'version';
# Preloaded methods go here.
sub import {
my ($class) = @_;
www.eeworm.com/read/358128/3002312
todo
* toCML methods DONE
* residue class DONE
* macromolecule class DONE
* protein class ? DONE
- nucleic acid class ?
* PDB atom class DONE
* PDB molecule class DONE
- CML file class
* XYZ file class DON
www.eeworm.com/read/350980/3113324
js fx.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
//Notifies Element that fx methods are available
Ext.enableFx =
www.eeworm.com/read/261703/4319789
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
www.eeworm.com/read/260597/4331515
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