代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/172493/9705341

h ccc_empl.h

#ifndef CCC_EMPL_H #define CCC_EMPL_H #include using namespace std; /** A basic employee class that is used in many examples in the book "Computing Concepts with C++ Essentials" */ c
www.eeworm.com/read/367402/9752407

o adc.o

XL H 1 areas 7 global symbols M ADC.C S push_gset3 Ref0000 S mod16u Ref0000 S div16u Ref0000 S pop_gset3 Ref0000 A text size 62 flags 0 dbfile F:\自编程序\M16\ADC\ADC.C dbfunc e MyItoa 0 fV dbsy
www.eeworm.com/read/366998/9786079

txt 分频器.txt

module div32(clk_in,clk_out); output clk_out; input clk_in; reg [4:0] div; reg clk_out; initial div=0; always @(posedge clk_in ) begin div=div+1; //计数 clk_out
www.eeworm.com/read/366869/9795294

cpp inner1.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/415745/11056034

c 1602.c

#include #include #define write_command XBYTE[0X8000] #define write_data XBYTE[0X8100] #define read_command XBYTE[0X8200] #define read_date XBYTE[0X8300] unsigned char b ; de
www.eeworm.com/read/269113/11108755

ver ecr.ver

#define ECR_TSTVER "1.00-exp-0.01" /////////////////////////////////////////////////////////// // 1.00-EXP-0.01 // // 1. Initial Release, incorporates a blocking test and // IBI unit test
www.eeworm.com/read/335845/12492771

c pwm.c

#include /* common defines and macros */ #include "all_head.h" #include /* derivative information */ #pragma LINK_INFO DERIVATIVE "mc9s12dg128b" /****
www.eeworm.com/read/335683/12507440

lst system.lst

C51 COMPILER V8.02 SYSTEM 06/27/2007 01:39:53 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE SYSTEM OBJECT MODULE PLACED IN
www.eeworm.com/read/335683/12507455

c system.c

//====================================================================// //文件:System.c //描述:系统初始化程序集 //备注:包括上电后的时钟初始化、端口、功能模块等 //作者:xinqiang 2006 08 12 Mz Designed 小丑 //====================
www.eeworm.com/read/248729/12544198

m sample_mhmm.m

function [obs, hidden] = sample_mhmm(T, numex, initial_prob, transmat, mu, Sigma, mixmat) % SAMPLE_MHMM Generate random sequences from an HMM with (mixtures of) Gaussian output. % [obs, hidden] = samp