代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for instantia
interface.h
#ifndef __INTERFACE_H__
#define __INTERFACE_H__
typedef struct _ChmSee ChmSee;
struct _ChmSee {
/* default window */
GtkWidget *chmsee_window;
/* toolbar */
GtkWidget *chmsee_toolbar_back;
interface.c
/***************************************************************************
* Copyright (C) 2003 by zhong *
* zhongz@163.com
interface.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
interface.hex
:0D0D65004A00000AAA1E28323C46505A647B
:100AA000EF14B40F004003020B31900AB875F00345
:100AB000A4C58325F0C58373020AF3020AFA020B68
:100AC00001020B08020B0F020B16020B1D020B2476
:100AD000020B2B020B31020B3
interface.plg
礦ision2 Build Log
Project:
E:\wjfasm\KEIL\TEST\2005\便携紫外\LCD\INTERFACE.uv2
Project File Date: 02/02/2005
Output:
interface.m
%主体界面
h=figure('Visible','off');
set(h,'color',[0.3 0.5 0.5],'position',[200 200 650 400],...
'name','语音信号滤波分析',...
'NumberTitle','off','pointer','cross',...
'Units','pixels','Resize'
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#ifdef __cplusplus
extern "C" {
#endif
GtkWidget* create_window (void);
GtkWidget* create_fileselection (void);
#ifdef __cplusplus
}
#end
interface.c
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#include
#include
#include
#include
#include
#include
#in