代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
GtkWidget* create_winMain (void);
GtkWidget* create_winAbout (void);
GtkWidget* create_dlgSaveChanges (void);
interface.c
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#include "config.h"
#include
#include
#include
#include
#include
#include
interface.h
#ifndef __INTERFACE_H__
#define __INTERFACE_H__
#include "browser.h"
/*
* This struct is used with custom dialogs.
* It can be extended to provide extra widgets (e.g. check buttons).
*
*/
typede
interface.c
/*
* File: interface.c
*
* Copyright (C) 1997 Raph Levien
* Copyright (C) 1999 Sammy Mannaert
*
* This program is free software; you can redistribute it and/or m
interface.frm
VERSION 5.00
Begin VB.Form INTERFACE
BackColor = &H80000004&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3675
ClientLeft = 2940
ClientTop = 24
interface.sgml
Interfacing With Intercom
This chapter is for those who wish to extend Intercom in wa
interface.html
Interfacing With Intercom
interface-if.html
Conditionals
interface.lst
C51 COMPILER V8.02 INTERFACE 09/05/2007 10:54:04 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE INTERFACE
OBJECT MODULE PLACED
interface.h
extern struct stWave
{
char Peak;
unsigned long Freq;
unsigned char Phase;
}Wave[5]; //0:sin 1:rect 2 tri 3 saw
extern unsigned char CurWaveType;
extern char HarPeak[4];
/****************