代码搜索结果
找到约 10,000 项符合
Interface 的代码
tx_shift.srs
#
#
#
# Created by Synplify Verilog HDL Compiler version Compilers 2.6.0, Build 102R from Synplicity, Inc.
# Copyright 1994-1999 Synplicity, Inc. , All rights reserved.
# Synthesis Netlist writte
f.htm
F
Functions - F
[index]
amh_si.h
//=============================================================================
/**
* @file amh_si.h
*
* amh_si.h,v 1.1 2003/11/21 21:01:29 parsons Exp
*
* Specialized interface visito
f.htm
F
Functions - F
[index]
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
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]),