代码搜索:Counter
找到约 10,000 项符合「Counter」的源代码
代码结果 10,000
www.eeworm.com/read/189369/8473484
obj counter.obj
www.eeworm.com/read/189369/8473496
lst counter.lst
A51 MACRO ASSEMBLER COUNTER 10/27/2003 16:10:06 PAGE 1
MACRO ASSEMBLER A51 V7.08a
OBJECT MODULE PLACED IN Counter.OBJ
ASSEMBLER
www.eeworm.com/read/189334/8474963
h counter.h
#ifndef COUNTER_H
#define COUNTER_H
#include
class Counter: public QWidget
{
Q_OBJECT
public:
Counter(QWidget *parent=0, const char *name=0 );
public slots:
void IncCounter
www.eeworm.com/read/189334/8474967
cpp counter.cpp
#include
#include "counter.h"
Counter::Counter(QWidget *parent, const char *name):
QWidget(parent,name)
{
counter = 0;
label = new QLabel("0",this);
label->setAlignm
www.eeworm.com/read/290576/8475144
vhd counter.vhd
-- 库声明
library IEEE;
use IEEE.STD_LOGIC_1164.all;
-- 实体声明
entity counter is
generic (
MAX_COUNT : integer := 10 );
port (
clk : in std_logic;
reset_n : in std_logic;
ce : in std_logic;
www.eeworm.com/read/290494/8480353
cpp counter.cpp
/******************************************************************************
Module: Counter.cpp
Notices: Copyright (c) 2000 Jeffrey Richter
****************************************************
www.eeworm.com/read/290494/8480359
rc counter.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/290494/8480360
ico counter.ico
www.eeworm.com/read/389636/8510178