代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/167365/5460759
pro infourlclient.pro
TEMPLATE = app
TARGET = infourlclient
CONFIG += qt warn_on release
REQUIRES = network full-config nocrosscompiler
HEADERS = client.h \
qip.h
SOURCES = main.cpp \
client
www.eeworm.com/read/162614/5522920
m naming-2.m
/* Test for collision of @interfaces with global vars. */
/* Author: Ziemowit Laski . */
/* { dg-do compile } */
@interface Foo
@end
float Foo; /* { dg-error "parse error|syntax
www.eeworm.com/read/162614/5522966
m naming-1.m
/* Test for obscuring of @interfaces with local vars. */
/* Author: Ziemowit Laski . */
/* { dg-do compile } */
@interface View
@end
void foo(void)
{
int View; /* ok */
www.eeworm.com/read/162614/5523382
f90 gen_interf.f90
! Program to test generic interfaces.
program gen_interf
implicit none
interface gen
function ifn (a)
integer :: a, ifn
end function
end interface
interface gsub
www.eeworm.com/read/162614/5524207
a cxb3014.a
-- CXB3014.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/395876/8148406
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/192780/8272724
pro pow_menu.pro
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS =fft.h \
mainwindow.h \
power.h \
splash.h\
VAHZ.h\
report.h\
bar.h\
WPF.h\
conf_parse.h\
parse.h\
set_dialo