代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/184762/9080619

s tct.s

;/*************************************************************************/ ;/* */ ;/* Copyright Mentor Graphics
www.eeworm.com/read/184417/9101784

html gettexparameter.html

NAME glGetTexParameterfv, glGetTexParameteriv - return texture parameter values C SPEC
www.eeworm.com/read/184417/9102346

html fglgettexparameter.html

NAME fglGetTexParameterfv, fglGetTexParameteriv - return texture parameter values FORTRAN
www.eeworm.com/read/379348/9200050

txt 00readme.txt

FatFs/Tiny-FatFs Module Source Files R0.06 (C)ChaN, 2008 FILES ff.h Common include file for FatFs and application module. ff.c FatFs module. tff.h Com
www.eeworm.com/read/182453/9203742

m kalman_update.m

function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin) % KALMAN_UPDATE Do a one step update of the Kalman filter % [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/378479/9229773

v loop2.v

module loop2; integer i; initial begin i=0; while(i
www.eeworm.com/read/378479/9229775

v loop3.v

module loop3; integer i; initial begin i=0; repeat(4) begin $display ("i=%h",i); i=i+1; end end endmodule
www.eeworm.com/read/378479/9229971

v adder_tp.v

`timescale 1ns/1ns `include "adder4.v" module adder_tp; reg[3:0] a,b; reg cin; wire[3:0] sum; wire cout; integer i,j; adder4 adder(sum,cout,a,b,cin); always #5 cin=~cin; initial begin
www.eeworm.com/read/180790/9295358

c chap5.c

// Chapter 5 6812 C programs // Jonathan W. Valvano // This software accompanies the book, // Embedded Microcomputer Systems: Real Time Interfacing // published by Brooks Cole, 1999 // Program 5.4.
www.eeworm.com/read/180788/9295411

c chap5.c

// Chapter 5 6811 C programs // Jonathan W. Valvano // This software accompanies the book, // Embedded Microcomputer Systems: Real Time Interfacing // published by Brooks Cole, 1999 // Program 5.4.