代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/168218/9932583

cpp huffman.cpp

// Huffman tree #include #include "minheap.h" #include "binary.h" #include "huffman.h" template BinaryTree HuffmanTree(T a[], int n) {// Generate Huffman tree wi
www.eeworm.com/read/168218/9933057

cpp huffman.cpp

// Huffman tree #include #include "minheap.h" #include "binary.h" #include "huffman.h" template BinaryTree HuffmanTree(T a[], int n) {// Generate Huffman tree wi
www.eeworm.com/read/167364/9971168

m rlocmult.m

function kmult = rlocmult(Zero,Pole,Gain,varargin) %RLOCMULT Finds gain values for which locus branches cross. % % KMULT = RLOCMULT(Zero,Pole,Gain) % % KMULT = RLOCMULT(Zero,Pole,Gain,A,B
www.eeworm.com/read/362879/9977605

f90 liao.f90

! liao.f90 ! ! Liao ABC Implementierung: 1., 2. und 3. Ordung ! ! Copyright (C) 2007 Paul Panserrieu, < peutetre@cs.tu-berlin.de > ! ! This program is free software: you can redistribute it an
www.eeworm.com/read/362500/9996194

m mncn.m

function [mcx,mx] = mncn(x) %MNCN Mean center scales matrix to mean zero. % Mean centers matrix (x), returning a matrix with % mean zero columns (mcx) and the vector of means % (mx) used in the
www.eeworm.com/read/360995/10069856

m knn_optk.m

function k = knn_optk(D,d) %KNN_OPTK Optimization of k for the knndd % % k = knn_optk(D,d) % % Optimize the k for the knndd using leave-one-out density % estimation. D is the distance matrix of the or
www.eeworm.com/read/165117/10075858

bst mpi56.bst

fastDNAml, version 1.2.2, January 3, 2000, Copyright (C) 1998, 1999, 2000 by Gary J. Olsen Based in part on Joseph Felsenstein's Nucleic acid sequence Maximum Likelihood method, version 3.3 56
www.eeworm.com/read/360545/10088506

f90 secant.f90

module NUMERICAL implicit none real, parameter :: zero=0.00001 ! 小于zero的值会被当成0 contains ! 割线法的函数 real function secant(a,b,f) implicit none real :: a,b ! 起始的两个猜值 real :: c ! 新的解
www.eeworm.com/read/164767/10089682

h seg.h

#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H #define NULLIDX 0 #define KCODEIDX 1 #define KDATAIDX 2 #define LDTIDX 3 #define TSS0IDX 4 #define TSS1IDX 5 #define NULLSEL (NULLIDX
www.eeworm.com/read/359819/10123592

cpp ippsdemoview.cpp

/* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may