代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/172624/9699791

v lpm_multtest.v

`timescale 1ns/1ns module lpm_multest; reg [7:0]dataa,datab,sum; reg clock,clken,aclr; wire[15:0] result; parameter dely=25; lpm_mult lpm_mult ( result, dataa, datab, sum, clock, clken, aclr ) ; ini
www.eeworm.com/read/172493/9705450

cpp doublinv.cpp

#include using namespace std; int main() { double rate = 5; double initial_balance = 10000; double balance = initial_balance; int year = 0; while (balance < 2
www.eeworm.com/read/172354/9712605

m recpos_s.m

function [phi,lambda] = recpos_s(B,tcorr) % RECPOS_S Least-squares searching for receiver position. Given % 4 or more pseudoranges and data from ephemerides. % Id
www.eeworm.com/read/172354/9712745

m recpos_s.m

function [phi,lambda] = recpos_s(B,tcorr) % RECPOS_S Least-squares searching for receiver position. Given % 4 or more pseudoranges and data from ephemerides. % Id
www.eeworm.com/read/172088/9724506

bak initserial.c.bak

#include "reg669.h" /**************************************************************************** Function:serial_initial_2 Parameter:None Retrun:None Description:初始化串口, 用Time2 *****************
www.eeworm.com/read/171690/9742213

c hellowin.c

/*------------------------------------------------------------ HELLOWIN.C -- Displays "Hello, Windows 95!" in client area (c) Charles Petzold, 1996 ---------------------------
www.eeworm.com/read/170967/9778010

68 tx_tsb.68

/**************************************************************************/ /* */ /* Copyright (c) 1996-2000 by E
www.eeworm.com/read/415809/11052305

h config.h

/* rough config.h */ /* * History * * 2002-01-16: Nandy Lyu * - Initial code * */ #ifndef _CONFIG_H_ #define _CONFIG_H_ #include "autoconf.h" #endif /* _CONFIG_H_ */
www.eeworm.com/read/415787/11054071

txt 华为文档《硬件描述语言verilog基础》-目录.txt

华为文档《硬件描述语言Verilog基础》-目录 原来搞VHDL,刚刚开始学Verilog。觉得这个入门的提纲不错,共享一下。 第一章 概述 第二章 Verilog HDL指南 2.1 模块 2.2 时延 2.3 数据流描述方式 2.4 行为描述方式 2.5 结构化描述方式 2.6 混合设计描述方式 第三章 表达式 3.1 操作数 3.1.1常数 3.1.2 参数
www.eeworm.com/read/415311/11077130

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