代码搜索结果

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

basetyps.h

#ifndef _BASETYPS_H #define _BASETYPS_H #if __GNUC__ >=3 #pragma GCC system_header #endif #ifndef _OBJC_NO_COM_ # ifdef __cplusplus # define EXTERN_C extern "C" # else # define EXTERN_C extern # en

func_sim.do

vlib work vcom -just e -93 -explicit uc_interface.vhd vcom -skip e -93 -explicit uc_interface.vhd vcom -just e -93 -explicit uc_interface_tb.vhd vcom -skip e -93 -explicit uc_interface_tb.vhd

ex9.java

// innerclasses/Ex9.java // TIJ4 Chapter Innerclasses, Exercise 9, page 356 /* Create an interface with at least one method, and implement that * interface by defining an inner class within a metho

ex9.java

// innerclasses/Ex9.java // TIJ4 Chapter Innerclasses, Exercise 9, page 356 /* Create an interface with at least one method, and implement that * interface by defining an inner class within a metho

adox.c

#include "adox.h" static long CVIFUNC ConnectionEventsRegOnInfoMessage_EventVTableFunc (void *thisPtr, LPDISPATCH pError,

adodb.c

#include "adodb.h" static long CVIFUNC ConnectionEventsRegOnInfoMessage_EventVTableFunc (void *thisPtr, LPDISPATCH pError,

ex9.java

// innerclasses/Ex9.java // TIJ4 Chapter Innerclasses, Exercise 9, page 356 /* Create an interface with at least one method, and implement that * interface by defining an inner class within a metho

demux_test.idl

// demux_test.idl,v 1.1 1999/04/28 03:42:47 vishal Exp // Interface for TAO's Demux_Test interface Demux_Test { void M302 (); oneway void shutdown (); };

prifindex.c

#include "unpifi.h" int main(int argc, char **argv) { if (argc != 2) err_quit("usage: prifname "); printf("interface index = %d\n", If_nametoindex(argv[1])); exit(0); }

prifname.c

#include "unpifi.h" int main(int argc, char **argv) { char name[16]; if (argc != 2) err_quit("usage: prifname "); printf("interface name = %s\n", If_indextoname(atoi(argv[1]),