代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/165594/10056485

java syspropserver.java

/** @version 1.10 2001-07-15 @author Cay Horstmann */ import org.omg.CosNaming.*; import org.omg.CORBA.*; import org.omg.PortableServer.*; class SysPropImpl extends SysPropPOA {
www.eeworm.com/read/165594/10056503

java listservices.java

/** @version 1.00 1999-08-21 @author Cay Horstmann */ import org.omg.CORBA.*; /** This program lists all initial services supplied by an ORB. */ public class ListServices {
www.eeworm.com/read/360606/10085355

m fig2_22.m

% % This file generates the graphs of the characteristic % impedance for the microstrip line of two different % metallization thicknesses % % Copyright (c) 1999 by P.Bretchko and R.Lud
www.eeworm.com/read/164583/10100764

c sgenerate.c

/******************************************************************************* author : Bernhard Knab filename : ghmm/ghmm/sgenerate.c created : TIME: 09:21:51 DATE: Tue 16.
www.eeworm.com/read/357906/10198486

bak dmop307led_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1,
www.eeworm.com/read/357906/10198495

uv2 dmop307led.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1,
www.eeworm.com/read/162375/10309213

m lms1.m

% Demonstration of Wiener filter,LMS filter,Steep-descent algorithm clear; clc; N = 10000; %----- the length of the observation sequence M = 2; %----- the filter length v =
www.eeworm.com/read/162088/10336350

v vercf_fft_1024_8.v

// // Copyright (c) 2003 Launchbird Design Systems, Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are permitted provided that
www.eeworm.com/read/353746/10421397

h arabic-ot.h

/* This file is taken from the FreeType (1) tree. It's been reindented * to roughly match Pango guidelines (in anticipation of future changes), * but not otherwise much altered. */ /**************
www.eeworm.com/read/279090/10466998

v test_sfifo.v

`timescale 1ns/1ns module test_sfifo; parameter DATA_WIDTH = 8; parameter ADDRESS_WIDTH = 6; parameter FIFO_DEPTH = 64; reg clk; reg rst; reg read; reg write; reg