代码搜索结果
找到约 10,000 项符合
Interface 的代码
chapa-0.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Glos
chapa-0-1.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Glos
pat4a-1.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Adap
pat4a.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Adap
readme
Jtag-Arm9 by Simon Wood, (c) July 2001
Introduction.
This is a JTAG interface program for the ARM940 core, it may work with
others but has not been tested with them. Both software and hardware
design
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
xdarray.pas
unit xdarray;
interface
uses SysUtils, Windows, Dialogs, Math;
// A: 笆篈皚
readme2.txt
README2.TXT File
README file for FANUC Open CNC HSSB driver
(C) Copyright FANUC LTD, 1996-2007, All Rights Reserved.
This document
changelog
[../images/smslink.gif] [../images/mobile.gif]
-------------------------------------------------------------------------------
Project SMSLink - Changelog
0.44b (March 13, 2000)
SERVER:
* Impro
awtlist.java
public interface awtList
{
public void add(String s);
public void remove(String s);
public String[] getSelectedItems();
}