代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.java
package flight.main;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import flight.manage.*;
import flight.query.*;
import flight.ticketbook.*;
import flight.ticketrefund.
interface.h
/*
* include/linux/nfsd/interface.h
*
* defines interface between nfsd and other bits of
* the kernel. Particularly filesystems (eventually).
*
* Copyright (C) 2000 Neil Brown
interface.c
/* interface.c - DHCP server and relay agent network interface library */
/* Copyright 1984 - 1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
____________________
interface.h
/*
* include/linux/nfsd/interface.h
*
* defines interface between nfsd and other bits of
* the kernel. Particularly filesystems (eventually).
*
* Copyright (C) 2000 Neil Brown
interface.h
/* interface.h - common definitions for RIP interface routines */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in
interface.txt
数据访问层:
// 分页查询所有图书
public List getAllBookinfoByFY(int start, int size);
// 得到所有图书总数
public int getAllBookinfoNum();
// 跟据关键字查询具体图书信息
public List getBookinfoByKeywords(Str
interface.txt
数据访问层:
// 分页查询所有图书
public List getAllBookinfoByFY(int start, int size);
// 得到所有图书总数
public int getAllBookinfoNum();
// 跟据关键字查询具体图书信息
public List getBookinfoByKeywords(Str
interface.c
/* Functions to create the user interface for the
Gnome/gtk+ CD application */
#include "app_gnome.h"
GtkWidget *treeview;
GtkWidget *appbar;
GtkWidget *artist_entry;
GtkWidget *title_entry;
G
interface.cs
using System;
namespace HRD.Core
{
public interface ICircularList
{
Mediator mediator { set; }
void ClearAll();
ChessStep Initialize();
Layout AllocateLayout();
void ConfirmAl
interface.c
/* interface.c - DHCP server and relay agent network interface library */
/* Copyright 1984 - 2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------