代码搜索结果
找到约 10,000 项符合
Control 的代码
control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity control is
Port ( movclk : in std_logic;
reset : in std_logic;
control.htm
control.htm 文件的代码如下:
control.h
#ifndef CONTROL_H
#define CONTROL_H
#include "MyDDraw.h"
#include "MyDInput.h"
#include "MyDSound.h"
#include "MyFile.h"
#include "Tank.h"
#include "Player.h"
#include "Bullete.h"
exter
control.html
3DEnvironment userguide
control.v
module control(std_f_sel,reset,clk,clear,cntover,cntlow);
output[1:0] std_f_sel;
output reset;
input clk,clear,cntover,cntlow;
reg[1:0] std_f_sel;
reg reset;
reg[5:0] present,next;
parameter st
control.cpp
#include "headfile.h"
//插入学生信息
void doInsert(Hash *H)
{
stu s;
char cmd;
cmd = 'y';
while(cmd == 'y' || cmd =='Y')
{
s=(stu)malloc(sizeof(student));
s->next=NULL;
s->num=0;
do
control.v
module control(std_f_sel,reset,clk,clear,cntover,cntlow);
output[1:0] std_f_sel;
output reset;
input clk,clear,cntover,cntlow;
reg[1:0] std_f_sel;
reg reset;
reg[5:0] present,next;
parameter st
control.v
`include "params.v"
/*-----------------------------------*/
// Module : CONTROL
// File : control.v
// Description : Description of Control Unit in Viterbi Decoder
// Simulator : Modelsim