代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/462452/7201504

h s3c2440a_dma.h

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/462024/7212127

m ekf.m

function [x,P]=ekf(fstate,x,P,hmeas,z,Q,R) % EKF Extended Kalman Filter for nonlinear dynamic systems % [x, P] = ekf(f,x,P,h,z,Q,R) returns state estimate, x and state covariance, P % for nonlin
www.eeworm.com/read/461077/7234882

m rungekutta.m

function PX =RungeKutta(tf,X0,T) % anatomise the differential equation and get the discrete state equation % which is noliner % 11-24-2007 % Output: % PX: solution of the differen
www.eeworm.com/read/460207/7255737

bak adder_tp.v.bak

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

v adder_tp.v

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

m tablenng.m

function tablenNG(w,h,b,t0) % tablenNG Use Newton's method to find dimensions of picnic table legs % Variable input arguments are passed through to newtonNG % % Synopsis: tablenNG(w,b,
www.eeworm.com/read/458488/7296091

m tablenng.m

function tablenNG(w,h,b,t0) % tablenNG Use Newton's method to find dimensions of picnic table legs % Variable input arguments are passed through to newtonNG % % Synopsis: tablenNG(w,b,
www.eeworm.com/read/457104/7334132

c inition.c

#include #include void initial() //初始化子程序 { IP=0x01; //串口中断优先 IE=0x00; TCON=0x00; TMOD=0x21 ; //定时器0为16位定时器 方式1 //
www.eeworm.com/read/456644/7343033

c main.c

//CD WXL #include #define uint unsigned int #define uchar unsigned char //定义控制灯的端口 #define RLED P1_0 //定义LED1为P10口控制 #define YLED P1_1 //定义LED2为P11口控制 //函数声明 void Delay(uint);
www.eeworm.com/read/456603/7343840

v loop2.v

module loop2; integer i; initial begin i=0; while(i