代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/360770/10079293
m stiff0.m
function [x,e,s] = stiff0 (x,t0,t1,tol,q,f,fx,ft,dm)
%------------------------------------------------------------------
% Usage: [x,e,s] = stiff0 (x,t0,t1,tol,q,f,fx,ft,dm);
%
% Descriptio
www.eeworm.com/read/358191/10194647
out mns.out
matrix size is
0 0 0 0 0 0 0 1 1 1
0 0 0 0 0 0 1 1 1 1
0 0 0 1 1 1 1 1 1 1
0 1 1 1 1 1 1 1 1 1
0 1 1 1 2 2 2 2 2 2
1 1 1 1 2 2 2 2 2 2
1 1 1 1 2 2 2 2 3 3
1 1 2 2 2 2 2 2 3 3
1 1 2 2
www.eeworm.com/read/355717/10249353
c err_conc.c
/***************************************************************************
*
* File Name: err_conc.c
*
* Purpose:
* Contains all functions for error concealment.
* Relevan
www.eeworm.com/read/162604/10291734
mach threads.mach
This readme refers to the file thr-mach.c.
Under mach, thread priorities are kinda strange-- any given thread has
a MAXIMUM priority and a BASE priority. The BASE priority is the
current priority of
www.eeworm.com/read/162188/10327829
src quantset.src
/*
** quantset.src - reset defaults for Loglinear Module
** (C) Copyright 1988-1998 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTEC
www.eeworm.com/read/161587/10395113
out mns.out
matrix size is
0 0 0 0 0 0 0 1 1 1
0 0 0 0 0 0 1 1 1 1
0 0 0 1 1 1 1 1 1 1
0 1 1 1 1 1 1 1 1 1
0 1 1 1 2 2 2 2 2 2
1 1 1 1 2 2 2 2 2 2
1 1 1 1 2 2 2 2 3 3
1 1 2 2 2 2 2 2 3 3
1 1 2 2
www.eeworm.com/read/278838/10502946
h nandflash.h
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
* ----------------------------------------------------
www.eeworm.com/read/160646/10511089
c err_conc.c
/***************************************************************************
*
* File Name: err_conc.c
*
* Purpose:
* Contains all functions for error concealment.
* Relevan
www.eeworm.com/read/350562/10732063
log optimal_results.log
*-------------------------------------------------------------------------*
the initialized parameters of ACA are as follows:
alfa=1, beta=5, rou=0.9, Q=100
the maximum iteration number of ACA is:2
www.eeworm.com/read/419814/10835712
txt proj2_code.txt
I = imread('coins','bmp');
Ig = rgb2gray(I);
E = edge(Ig,'canny',0.7);
imshow(E);
title('Result of Edge Detection');
F = zeros(size(E)); % initialize all the entries in the accumulator c