代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/124283/14579505
texi siman.texi
@cindex simulated annealing
@cindex combinatorial searches
@cindex combinatorial optimization
@cindex optimization -- combinatorial
@cindex energy function
@cindex cost function
Stochastic search tech
www.eeworm.com/read/224549/14585375
c slave_of_at89c52.c
#include "REG51.H"
#define osc 11059200
#define bauder 256-osc/384/4800
unsigned char data Receive,Address;
void initial_system(){
IE=0x10;
TMOD=0x20;
TCON=0x40;
SCON=0xF0;
// SAD
www.eeworm.com/read/224549/14585387
lst mcu_command.lst
C51 COMPILER V8.02 MCU_COMMAND 06/13/2007 17:08:12 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE MCU_COMMAND
OBJECT MODULE PLACE
www.eeworm.com/read/224549/14585393
lst slave_of_at89c52.lst
C51 COMPILER V8.02 SLAVE_OF_AT89C52 06/13/2007 17:09:58 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE SLAVE_OF_AT89C52
OBJECT MODULE
www.eeworm.com/read/124219/14589315
v me_tf.v
`timescale 1 ns / 1 ns
module me_tf ;
reg [7:0] din ;
reg rst ;
reg clk ;
reg wr ;
wire mdo ;
wire ready ;
me u1 (rst,clk,wr,din,ready,mdo) ;
initial begin
rst = 1'b0 ;
clk = 1'b0 ;
din = 8'h0 ;
wr
www.eeworm.com/read/123310/14638638
s uish.s
;; Copyright ARM Ltd 2002. All rights reserved.
;;
;; This implementation of __user_initial_stackheap places the stack and heap
;; using absolute value parameters.
;; The memory locations were
www.eeworm.com/read/118304/14876886
h fir.h
#ifndef FIR_H
#define FIR_H
void initial_filter();
float prefilter(float data, float coefficient[],int whichFilter);
#endif
www.eeworm.com/read/219499/14878679
s startup.s
;GBLA EN_CRP ;GBLA伪指令是定义一个全局变量,初始值为0
;EN_CRP变量是用来使能flash加密的。
;/************************************************************
;功能:定义堆栈的大小(以字为单位)
;说明:
;******************
www.eeworm.com/read/118192/14883167
c 4-2.c
#include "stdio.h"
#define MEMORY_SIZE 100 /* 内存大小 */
#define MAX_STACKS 10 /* 栈的个数加1*/
typedef char element;
element memory [MEMORY_SIZE];
int top[MAX_STACKS-1];
int boundary[MAX_STACKS]
www.eeworm.com/read/118116/14886611
h timeouth.h
/*------------------------------------------------------------------*-
TimeoutH.H (v1.00)
------------------------------------------------------------------
Simple timeout delays for