代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/391467/8401847
c sei.c
/*
COPYRIGHT, LICENSE AND WARRANTY INFORMATION
This software module has been originally developed by Nokia Corporation.
Provided that a person, entity or a company willing to use the Software
(her
www.eeworm.com/read/389379/8525620
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/431379/8685384
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/431338/8687626
m untitled2.m
clear;
%程序C8-1 二阶R-K法
M=input('输入M(M~=0)的值:');
K=input('输入K的值:');
B=input('输入B的值:');
y=[1,0]';%initial condition
b=K/M;a=B/M;
n=0;t=0;h=0.05;
y_rec(:,1)=y;t_rec(1)=0;
while t
www.eeworm.com/read/286087/8790674
c chdirsaf.c
/* A safer version of chdir, which returns back to the
initial working directory when the program exits. */
#include
#include
#include
static char *initial_wd;
s
www.eeworm.com/read/285975/8798706
015_prob ch02.015_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 2 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/429004/8824905
v funct_tp.v
`define clk_cycle 50
`include "funct.v"
module funct_tp;
reg[3:0] n;
reg reset,clk;
wire[31:0] result;
initial
begin
n=0; reset=1; clk=0;
for(n=0;n
www.eeworm.com/read/285490/8835864
c menu5.c
#include
#include
#include
#include
#include
static FILE *output_stream = (FILE *)0;
char *menu[] = {
"a - add new record",
"d - delete r
www.eeworm.com/read/285478/8836625
c smse.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor