代码搜索结果
找到约 10,000 项符合
Interface 的代码
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
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]),
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
nsrsbc.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
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
lcdconf.h
/*! \file lcdconf.h \brief Character LCD driver configuration. */
//*****************************************************************************
//
// File Name : 'lcdconf.h'
// Title : Characte
lcdconf.h
/*! \file lcdconf.h \brief Character LCD driver configuration. */
//*****************************************************************************
//
// File Name : 'lcdconf.h'
// Title : Characte
i2csw.h
/*! \file i2csw.h \brief Software I2C interface using port pins. */
//*****************************************************************************
//
// File Name : 'i2csw.h'
// Title : Software