代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/376627/9311773

c 数据结构3.c

#include void main() { struct childrec/*定义结构体*/ { char initial; /* 姓名首字母 */ int age; /* 年龄 */ int grade; /* 考试成绩 */ }boy,girl;
www.eeworm.com/read/180026/9322254

c dbmtask.c

/***************************************************************************** FILE NAME: dbmtask.c DESCRIPTION: This file contains the Data Base Manager (DBM) task routines. T
www.eeworm.com/read/180026/9322255

c dbmver.c

/***************************************************************************** * * FILE NAME : dbmver.c * * DESCRIPTION : Unit version information * * HISTORY : * See Log at end of fi
www.eeworm.com/read/375566/9356379

m heat transfer_sor.m

% Twodimensional heat conduction % Finite Volume Method % SOR clear all; x=[];y=[];T=[];Told=[];Su=[];Sp=[];ap=[];ae=[];aw=[];as=[];an=[]; great = 1.e20; lambda = 10; % thermal conductivity alf
www.eeworm.com/read/375566/9356386

m heat transfer_tdma.m

% Twodimensional heat conduction % Finite Volume Method % Line by Line TDMA with SOR clear all; x=[];y=[];T=[];Told=[];Su=[];Sp=[];ap=[];ae=[];aw=[];as=[];an=[]; Q=[];P=[]; great = 1e20; lambda
www.eeworm.com/read/375179/9370238

s tct.s

;/*************************************************************************/ ;/* */ ;/* Copyright Mentor Graphics
www.eeworm.com/read/375075/9373502

m pbnrun.m

function y = pbnRun(x,F,varF,nf,nv,cij,p,nsteps) % y = pbnRun(x,F,varF,nf,nv,cij,p,nsteps) - run a PBN % This function runs a PBN starting from the initial starting state x for % nsteps steps. It
www.eeworm.com/read/375075/9373507

m bnrun.m

function y = bnRun(x,F,varF,nv,nsteps) % y = bnRun(x,F,varF,nv,nsteps) - run a Boolean Network % This function runs a BN starting from the initial starting state x (a % binary row vector) for nst
www.eeworm.com/read/178412/9399510

s tct.s

;/*************************************************************************/ ;/* */ ;/* Copyright (c) 1993-2001 Accelerat
www.eeworm.com/read/374228/9415415

v loop2.v

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