代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/272669/4215225
fig external-interfaces.fig
#FIG 3.2
Landscape
Center
Metric
A4
100.00
Single
-2
1200 2
6 360 810 1305 1620
2 4 0 1 0 7 50 0 -1 0.000 0 0 7 0 0 5
1305 1620 1305 810 360 810 360 1620 1305 1620
4 0 0 50 0 0 12 0.0000 4 135
www.eeworm.com/read/396408/2421688
h dmo_interfaces.h
#ifndef DMO_INTERFACE_H
#define DMO_INTERFACE_H
#include "dmo.h"
/*
* IMediaBuffer interface
*/
typedef struct _IMediaBuffer IMediaBuffer;
typedef struct IMediaBuffer_vt
{
INHERIT_IUNKNOWN();
www.eeworm.com/read/373367/2762924
h usrp_interfaces.h
/* -*- c++ -*- */
/*
* Copyright 2003 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/263726/4300144
tex xrl_interfaces.tex
%
% $XORP: xorp/docs/libxipc/xrl_interfaces.tex,v 1.24 2007/03/15 00:43:13 pavlin Exp $
%
\documentclass[11pt]{article}
%\usepackage[dvips]{changebar}
\usepackage{subfigure}
\usepackage{fullpage}
\
www.eeworm.com/read/263726/4300414
cc show_interfaces.cc
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// Copyright (c) 2001-2007 International Computer Science Institute
//
// Permission is hereby granted, free of charge, to any person o
www.eeworm.com/read/263726/4300416
hh show_interfaces.hh
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// Copyright (c) 2001-2007 International Computer Science Institute
//
// Permission is hereby granted, free of charge, to any person o
www.eeworm.com/read/258653/4352756
h dmo_interfaces.h
#ifndef DMO_INTERFACE_H
#define DMO_INTERFACE_H
#include "dmo.h"
/*
* IMediaBuffer interface
*/
typedef struct _IMediaBuffer IMediaBuffer;
typedef struct IMediaBuffer_vt
{
INHERIT_IUNKNOWN();
www.eeworm.com/read/171676/9743328
class interfaces2.class
www.eeworm.com/read/171676/9743350
java interfaces2.java
interface Printem
{
void printText1();
void printText2();
}
public class interfaces2
{
public static void main(String[] args)
{
class2 object2 = new class2();