代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/425882/10311815
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/425875/10312640
asv ezw_decode.asv
%*********************************%
%*********EZW decoder*************%
%*********************************%
function ezw_decode_x=ezw_decode(X,LEVEL,DD,L1,SS,L2)
Y0=max(X);
Y1=max(Y0); %
www.eeworm.com/read/425875/10312657
m ezw_decode.m
%*********************************%
%*********EZW decoder*************%
%*********************************%
function ezw_decode_x=ezw_decode(X,LEVEL,DD,L1,SS,L2)
Y0=max(X);
Y1=max(Y0); %
www.eeworm.com/read/354574/10344936
m chain.m
% chain.m simulates a Markov chain on {1, 2, ..., n} given an initial
% distribution and a transition matrix.
% Program to simulate a Markov chain
% You might want to set up another .m file that
www.eeworm.com/read/425034/10385740
f fd2d_prb.f
subroutine u_init ( alpha, beta, gamma, delta, m, n, x, y, u0 )
!*****************************************************************************80
!
!! U_INIT supplies the initial value of U at each n
www.eeworm.com/read/353937/10403484
c chap5.c
// Chapter 5 6811 C programs
// Jonathan W. Valvano
// This software accompanies the book,
// Embedded Microcomputer Systems: Real Time Interfacing
// published by Brooks Cole, 1999
// Program 5.4.
www.eeworm.com/read/353894/10407498
-
#include
void main()
{
struct childrec/*定义结构体*/
{
char initial; /* 姓名首字母 */
int age; /* 年龄 */
int grade; /* 考试成绩 */
}boy,girl;
www.eeworm.com/read/424752/10416212
credits
This is partial credits list, let me (tuukkat@ee.oulu.fi) know
if you have contributed some patches/code for qce-ga/qc-usb
but your name is missing.
Andrey Sapozhnikov : HDCS1020 se
www.eeworm.com/read/161309/10426942
l btsrv-lexer.l
%{
/*
Affix - Bluetooth Protocol Stack for Linux
Copyright (C) 2001 Nokia Corporation
Original Author: Dmitry Kasatkin
This program is free software; you can
www.eeworm.com/read/353549/10440043
cpp hill.cpp
#include
#include
#include
#include
char Word[52]={'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v',
'w','x','y','z