代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface_a_test.java
/*
* InterFace_A_Test.java
*
* Created on 2003年6月9日, 下午3:43
*/
package com.fastpoint.book;
/**
*
* @author Fastpoint
*/
public class InterFace_A_Test implements InterFace_A {
/** Cr
interface_a_testcase.java
/*
* InterFace_A_TestCase.java
*
* Created on 2003年5月29日, 下午4:32
*/
package com.fastpoint.book;
public class InterFace_A_TestCase extends junit.framework.TestCase {
InterFace_A_TestCase_Inne
rbreport_interface.pas
unit rbReport_Interface;
interface
uses
classes,Forms,ppReport,ppDsgner,ppEndUsr,PreviewForm;
type
TAfterLoad = procedure(ppReport:TppReport) of object;
TrbReport_Interface = class(T
c---interface.html
Using the GNU Compiler Collection (GCC)
communication-interface.d
app/communication-interface.d app/communication-interface.o: \
../app/communication-interface.c ../app/communication-interface.h
../app/communication-interface.h:
communication-interface.c
#include "communication-interface.h"
int create_msg_queue(int key)
{
int msgfd;
if( (msgfd = msgget(key, IPC_CREAT|IPC_EXCL| 00666)) < 0)
{
if( (msgfd = msgget(key, IPC_CREAT|0066
communication-interface.h
#ifndef COMMUNICATION_INTERFACE_H_
#define COMMUNICATION_INTERFACE_H_
#include
#include
#include
#include
#define MAX_MSG_LENGTH 128
typedef str