代码搜索:Interface
找到约 10,000 项符合「Interface」的源代码
代码结果 10,000
www.eeworm.com/read/164889/5487490
c x86interface.c
#include "x86emu.h"
#include "glue.h"
/*
* This isn't nice, but there are a lot of incompatibilities in the U-Boot and scitech include
* files that this is the only really workable solution.
* Mi
www.eeworm.com/read/162614/5523160
f90 module_interface.f90
! We were incorrectly mangling procedures in interfaces in modules
module module_interface
interface
subroutine foo ()
end subroutine foo
end interface
contains
subroutine cs
www.eeworm.com/read/162614/5526085
f90 interface_2.f90
! { dg-do compile }
! PR fortran/24545
MODULE Compare_Float_Numbers
IMPLICIT NONE
INTERFACE Compare_Float
MODULE PROCEDURE Compare_Float_Single
END INTERFACE Compare_Float
INTERFACE OPE
www.eeworm.com/read/162614/5526285
f90 named_interface.f90
! { dg-do compile }
! PR 20363
module snafu
interface foo
subroutine really_snafu (foo)
integer, intent (inout) :: foo
end subroutine really_snafu
end interface foo
end modu
www.eeworm.com/read/162614/5526372
f90 interface_1.f90
! { dg-do compile }
! This program would segfault without the patch for PR fortran/24005.
module y
!
! If private statement is removed, then we get a bunch of errors
!
private f
!
! If we
www.eeworm.com/read/346158/3190539
m compute_interface_nodes.m
function [int, persist, transient] = compute_interface_nodes(intra, inter)
% COMPUTE_INTERFACE_NODES Find the nodes in a DBN that represent a sufficient statistic
% [int, persist, transient] = compute
www.eeworm.com/read/343310/3222484
java~2~ interface1.java~2~
package com.bwm.stateclass;
import com.bwm.coreinterface.SQLExceptionTranslate;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2004
* Company: MR
* @author
www.eeworm.com/read/343310/3222485
java~14~ interface1.java~14~
package com.bwm.stateclass;
import com.bwm.coreinterface.SQLExceptionTranslate;
import com.bwm.coreclass.CCException;
import java.sql.SQLException;
/**
* Title:
* Description:
www.eeworm.com/read/343310/3222486
java~1~ interface1.java~1~
package com.bwm.stateclass;
import com.bwm.coreinterface.SQLExceptionTranslate;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2004
* Company: MR
* @author
www.eeworm.com/read/343310/3222489
java~9~ interface1.java~9~
package com.bwm.stateclass;
import com.bwm.coreinterface.SQLExceptionTranslate;
import com.bwm.coreclass.CCException;
import java.sql.SQLException;
/**
* Title:
* Description: