代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/317547/13502512
txt 调试程序.txt
#include
#include
#include
#include
#define CON_8279 XBYTE [0x5fff]
#define DAT_8279 XBYTE [0x5eff]
sbit clflag=ACC^7;
unsigned char data Dgram[3]={0x00,
www.eeworm.com/read/317547/13502515
txt xianshi.c.txt
#include
#include
#include
#include
#define CON_8279 XBYTE [0x5fff]
#define DAT_8279 XBYTE [0x5eff]
sbit clflag=ACC^7;
unsigned char data disgram[6]={0x9
www.eeworm.com/read/317547/13502517
txt shizhong.c.txt
#include
#include
#include
#include
#define CON_8279 XBYTE [0x5fff]
#define DAT_8279 XBYTE [0x5eff]
sbit clflag=ACC^7;
unsigned char data Dgram[3]={0x00,
www.eeworm.com/read/317547/13502519
c text3.c
#include
#include
#include
#include
#define CON_8279 XBYTE [0x5fff]
#define DAT_8279 XBYTE [0x5eff]
sbit clflag=ACC^7;
unsigned char data Dgram[3]={0x00,
www.eeworm.com/read/316943/13514080
m checkancestors1.m
function zerotree = checkancestors1(j,R,zerotree)
% zerotree=1 means coefficient is descended from zerotree root
% initial set zerotree=0
global N;
i = floor((j+3)/4 );
whi
www.eeworm.com/read/316604/13520462
m hmm_forward_backward.m
function [a, b] = HMM_Forward_Backward(a, b, V)
% Find the probability transition matrices a,b from sample data using the forward-backward algorithm
%
% Inputs:
% a - Initial estimate of the
www.eeworm.com/read/316542/13521464
c can_test.c
// ***********************************************************************
// File : CAN_Test.C
// Purpose : USE Peripheral Library in C30 to initialize Timer1 & Timer3
// USE CAN Library in
www.eeworm.com/read/316533/13521535
c main_test2.c
#include "CO_TYPES.H"
#include "CO_MAIN.H"
#include "Timer.H"
#include "DemoObj.h"
#include "CO_DICT.h"
#include "CO_ABERR.H" // Abort types
#include
unsigned char test3[0
www.eeworm.com/read/316399/13523645
v xorphd_tp.v
module xorphd_tp;
reg fin,fout;
wire se;
parameter DELY=100;
xorphd myxorphd(fin,fout,se);
always #(DELY/2) fin=~fin;
always #(DELY) fout=~fout;
initial
begin fin=
www.eeworm.com/read/316208/13528413
c exp04.c
interrupt void timer();
extern void initial();
extern void porta();
extern void portb();
int flag=0;
//定时器中断子程序
interrupt void timer()
{
*(int *)0x300=*(int *)0x300+1; //CPU每产生一次中断,存储