代码搜索结果

找到约 10,000 项符合 Interface 的代码

readme

Two things are provided in this directory: an automatic model selection tool and a python binding for libsvm. Part I: Model Selection Tools Introduction =============== grid.py is a model selecti

flow-tools.1

...\" $Header: /usr/src/docbook-to-man/cmd/RCS/docbook-to-man.sh,v 1.3 1996/06/17 03:36:49 fld Exp $ ...\" ...\" transcript compatibility for postscript use. ...\" ...\" synopsis: .P! ...\"

builderunit1.pas

unit BuilderUnit1; interface uses maze1; type //癵甤-

mazefactory1.pas

unit MazeFactory1; interface uses Maze1; type //MazeFactory

remote-ext.h

/* * Copyright (c) 2002 - 2003 * NetGroup, Politecnico di Torino (Italy) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are

ps2_keyboard.v

//------------------------------------------------------------------------------------- // // Author: John Clayton // Date : April 30, 2001 // Update: 4/30/01 copied this file from lcd_2.v (pared

ch2.htm

Chapter 2 -- Introduction to Windows Open Services Architecture (WOSA)

readme

# -*- Mode: Text -*- # README # # Description : NDMP Software Developers Kit README # # Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved. # # $Id

remote-ext.h

/* * Copyright (c) 2002 - 2003 * NetGroup, Politecnico di Torino (Italy) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are

task.java

package compute; public interface Task { T execute(); }