代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/233105/14169362

c 数据结构3.c

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

v convlen3_test.v

/*****************************************************/ /* module convlen3_test */ /*****************************************************/ // // /* This is the top-lev
www.eeworm.com/read/130385/14196154

h get_time.h

/* get elapsed time function * Ben Lynn */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "Lice
www.eeworm.com/read/129974/14215648

m sampletest.m

% This is a test program that tests the EZW % matrix X is an example matrix same as Shapiro's paper given X=[63 -34 49 10 7 13 -12 7; -31 23 14 -13 3 4 6 -1; 15 14 3 -12 5 -7 3 9;
www.eeworm.com/read/231142/14253524

s tct.s

;************************************************************************ ;* ;* Copyright Mentor Graphics Corpora
www.eeworm.com/read/230803/14273670

c xinhaoxulie.c

#include #include sbit P0_0=P0^0; //10ms信号序列输出 sbit P2_0=P2^0; //信号序列101010 sbit P2_3=P2^3; //信号序列110110 sbit P2_6=P2^6; //信号序列001001 unsigned char num0[6]={0x01,0x00,0
www.eeworm.com/read/128178/14311874

s tct.s

;/*************************************************************************/ ;/* */ ;/* Copyright (c) 1993-1994 Accelerat
www.eeworm.com/read/229740/14318205

m demo2_manualbinaryinitial.m

% This Matlab file demomstrates a variational level set method that improves the original method in Li et al's paper % "Level Set Evolution Without Re-initialization: A New Variational Formulation
www.eeworm.com/read/229740/14318213

m demo1_manualbinaryinitial.m

% This Matlab file demomstrates a variational level set method that improves the original method in Li et al's paper % "Level Set Evolution Without Re-initialization: A New Variational Formulation
www.eeworm.com/read/127767/14337063

txt e736. creating a borderless window.txt

JWindow window = new JWindow(); // Add component to the window window.getContentPane().add(component, BorderLayout.CENTER); // Set initial size window.setSize(300, 300)