代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/258642/11848860
v auto_lfsr_param.v
module Auto_LFSR_Param (Y, Clock, Reset);
parameter Length = 8;
parameter initial_state = 8'b1001_0001; // Arbitrary initial state
parameter [1: Length] Tap_Coefficient = 8'b1100_1111;
www.eeworm.com/read/258642/11849224
v auto_lfsr_algo.v
module Auto_LFSR_ALGO (Y, Clock, Reset);
parameter Length = 8;
parameter initial_state = 8'b1001_0001;
parameter [1: Length] Tap_Coefficient = 8'b1100_1111;
input Clock, Reset;
out
www.eeworm.com/read/258470/11859763
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/344293/11889537
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/344292/11889686
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/155022/11906123
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/256478/11997572
h memoption.h
/* -*- Mode: C++ -*- */
/* MemOption.h
* CMUnited99 (soccer client for Robocup99)
* Peter Stone
* Computer Science Department
* Carnegie Mellon University
* Copyright (C) 199
www.eeworm.com/read/342540/12012635
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/341487/12082467
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/340996/12114627
c 1.c
#include
#include "lcd.h"
unsigned int adresult=0;
unsigned int ad_sample_result=0;
unsigned char ad_flag=0;
unsigned int ad_delay=0;
void initial()
{
INTCON=0x00;
ADCON1=0x0