代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/236526/14012656

txt webbrwse控件.txt

增加Com组件Microsoft 浏览器 int Zero=0; object OZero=Zero; string Str=""; object OStr=Str; axWebBrowser1.Navigate("http://localhost/myasp",ref OZero,ref OStr,ref OStr,ref OStr);
www.eeworm.com/read/204456/15339243

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/202224/15389219

m repeat3.m

% repeat3.m % repeated value creation and counting %x = [3 2 0 5 6]; % data to repeat %n = [2 0 3 1 2]; % repeat counts nz = n==0; % locations of zero elements n(nz) = [];
www.eeworm.com/read/201477/15407609

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/201202/15413557

sci fftshift.sci

function y = fftshift(x,dim) //FFTSHIFT Shift zero-frequency component to center of spectrum. // For vectors, FFTSHIFT(X) swaps the left and right halves of // X. For matrices, FFTSHIFT(X) swa
www.eeworm.com/read/112193/15492093

cpp listboxst.cpp

#include "stdafx.h" #include "ListBoxST.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif #define MASK_DWDATA 0x01 // dwItemData is valid #d
www.eeworm.com/read/111407/15513306

cpp listboxst.cpp

#include "stdafx.h" #include "ListBoxST.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif #define MASK_DWDATA 0x01 // dwItemData is valid #d
www.eeworm.com/read/108712/15578472

cpp listboxst.cpp

#include "stdafx.h" #include "ListBoxST.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif #define MASK_DWDATA 0x01 // dwItemData is valid #d
www.eeworm.com/read/108658/15580199

cpp listboxst.cpp

#include "stdafx.h" #include "ListBoxST.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif #define MASK_DWDATA 0x01 // dwItemData is valid #d
www.eeworm.com/read/108079/15594724

pas arctan4.pas

const zero=1e-7; var x,a:longint; p,q:extended; begin assign(input,'arctan.in'); reset(input); readln(a); close(input); p:=a; p:=p*p+1; for x:=a downto 1 do begin