代码搜索结果
找到约 322,615 项符合
Interface 的代码
interface.java
//coded by lengping
//all right reserved
import java.awt.Container;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import javax.swing.*;
public class Interface extends JFra
http:^^www.cs.umd.edu^projects^hcil^research^books^designing-user-interface.html
Date: Wed, 15 Jan 1997 00:37:15 GMT
Server: Apache/1.1.1
Content-type: text/html
Content-length: 2192
Last-modified: Mon, 24 Jun 1996 20:44:43 GMT
Designing the User Interface, Second Ed
interface.h
//********************************************
// 界面头文件
// softboy 创建于2000年7月4日
//********************************************
#include "interface\window.h"
#include "interface\button.h"
#inc
interface.h
/*****************************************************************************
* interface.h: interface access for other threads
* This library provides basic functions for threads to interact with
interface.cpp
#include "interface.h"
#include "unistd.h"
using namespace std;
Interface::Interface() {
client = NULL;
passive = false;
}
void Interface::start() {
while(true) {
cout
interface.h
#ifndef INTERFACE_H_
#define INTERFACE_H_
#include
#include "client.h"
class Interface {
public:
Interface();
void start();
private:
bool logon(const std::string& url);
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D