代码搜索结果
找到约 10,000 项符合
Button 的代码
button.c
/*
** $Id: button.c,v 1.12 2004/04/19 07:30:21 weiym Exp $
**
** button.c: The Button control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
**
**
_button.h
#if !defined(AFX__BUTTON_H__40EC8742_E4A8_4FA0_92CF_B2165C7CA873__INCLUDED_)
#define AFX__BUTTON_H__40EC8742_E4A8_4FA0_92CF_B2165C7CA873__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
_button.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
button.xml
拼写检查
spellcheck.gif
0
button.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
button.v
module button (clk,phn,signal,cnt,enable) ;
input clk,phn;
output [6:0]cnt;
output signal,enable;
reg [6:0]cnt;
reg enable,signal;
//assign cnt=0;
always @(posedge clk)
begin
button.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to