代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.c
/* command line interface for Clustal W */
/* DES was here MARCH. 1994 */
/* DES was here SEPT. 1994 */
/* Fixed memory allocation bug in check_param() . Alan Bleasby Dec 2002 */
#include
interface.h
/***************************************************************************************************
file : Interface.h
author : Group23.EEICST.HUST
finish : 2005-08-15 10:43
related fil
interface.c
/***************************************************************************************************
file : Interface.c
author : Group23.EEICST.HUST
finish : 2005-08-15 10:42
related fil
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#ifdef __cplusplus
extern "C" {
#endif
GtkWidget* create_window (void);
GtkWidget* create_fileselection (void);
#ifdef __cplusplus
}
#end
interface.c
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#include
#include
#include
#include
#include
#include
#in
interface.h
// Interface.h
// definitions that make our code look like MFC code
#define BOOL int
#define DWORD unsigned int
#define TRUE 1
#define FALSE 0
#define TRACE printf
#define ASSERT asser
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.m
function varargout = interface(varargin)
%
%interface.m, v 1.2 2002/03/14 11:07:40
%===========================================================================
% Eduardo Fernandez Canga