代码搜索:INTERFACES

找到约 10,000 项符合「INTERFACES」的源代码

代码结果 10,000
www.eeworm.com/read/109811/15547425

am makefile.am

## ## libmad - MPEG audio decoder library ## Copyright (C) 2000-2004 Underbit Technologies, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the
www.eeworm.com/read/104052/15711721

8 netstat.8

.\" .\" netstat.8 .\" .\" Original: (mdw@tc.cornell.edu & dc6iq@insu1.etec.uni-karlsruhe.de) .\" .\" Modified: Bernd.Eckenfels@inka.de .\" Modified: Andi Kleen ak@muc.de .\" Modified: Tuan Hoang tua
www.eeworm.com/read/289601/8540314

todo

-*- Mode: Outline -*- * Before release: ** Implement flags support in changeif.c and options.c ** Fix and move if_index.c to libinetutils. ** Port to BSD. ** Make sure it is a drop in replacement at
www.eeworm.com/read/387517/8668363

h igl.h

#ifndef IGL_H #define IGL_H /*================================================================================= FILE: IGL.h SERVICES: OpenGL-ES 3D graphics interfaces EG
www.eeworm.com/read/287146/8718812

h feux.h

/************************************************************************* Feux.h - description ------------------- d閎ut : m
www.eeworm.com/read/430096/8767299

java testex5.java

// interfaces.TestEx5.java // TIJ4 Chapter Interfaces, Exercise 5, page 320 // Create an interface containing three methods, in its own package. Implement it // in another package. /* Solution inc
www.eeworm.com/read/184302/9112184

h crc16.h

// Crc16.h #ifndef USHORT #define USHORT unsigned short #endif #ifndef BYTE #define BYTE unsigned char #endif #ifndef TRUE #define TRUE (1) #endif #ifndef FALSE #define FALSE (0) #endif #define B
www.eeworm.com/read/282008/9124630

changes

* Since (client version 1.0.6) See http://dev.widsets.com/wiki/Changes * Since (client version 0.99) - Stylesheets, border-type: transparent, added * Since (client version 0.98) - filter_test
www.eeworm.com/read/281848/9130459

java testex5.java

// interfaces.TestEx5.java // TIJ4 Chapter Interfaces, Exercise 5, page 320 // Create an interface containing three methods, in its own package. Implement it // in another package. /* Solution inc