代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/189008/8497242
c main.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/389577/8513512
v adder4_tb.v
`timescale 1ns/1ns
module adder_tb;
reg [3:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
integer i,j;
adder4 adder(.sum(sum),.cout(cout),.a(a),.b(b),.cin(cin));
always #5 cin=~cin;
ini
www.eeworm.com/read/389379/8525742
s tct.s
;/*************************************************************************/
;/* */
;/* Copyright Mentor Graphics
www.eeworm.com/read/289579/8541876
c 数据结构3.c
#include
void main()
{
struct childrec/*定义结构体*/
{
char initial; /* 姓名首字母 */
int age; /* 年龄 */
int grade; /* 考试成绩 */
}boy,girl;
www.eeworm.com/read/432455/8604600
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/432455/8604622
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/287180/8711836
java binarysemaphore.java
package Synchronization;
// is final so subclassing cannot upset if (...) wait() and notify()
// but notify() (and wait() too) are public methods so still risky;
// better to create a private object
www.eeworm.com/read/287180/8711842
java countingsemaphore.java
package Synchronization;
// is final so subclassing cannot upset if (...) wait() and notify()
// but notify() (and wait() too) are public methods so still risky;
// better to create a private object
www.eeworm.com/read/287180/8711853
java semaphore.java
package Synchronization;
public abstract class Semaphore {
// if value < 0, then abs(value) is the size of the P() queue
protected int value = 0;
protected Semaphore() {value = 0;}
// p
www.eeworm.com/read/287166/8713739
h endtxt.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: endtxt.h,v 1.1 2000/08/21 21:17:32 metzgermeister Exp $
//
// Copyr