代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/177012/9475004
html ohlcdataset.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/177012/9475015
html defaulthighlowdataset.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/177012/9475054
html simplehistogramdataset.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/177012/9475064
html boxandwhiskerxydataset.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/177012/9475088
html combineddataset.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/177012/9475092
html subseriesdataset.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/176823/9483253
m gmmpost.m
function [post, a] = gmmpost(mix, x)
%GMMPOST Computes the class posterior probabilities of a Gaussian mixture model.
%
% Description
% This function computes the posteriors POST (i.e. the probability
www.eeworm.com/read/169021/9885445
asm dividing.asm
;.global BCDDiv
.CSEG
main:
ldi r28, low(0x02FF -1)
ldi r29, high(0x02FF -1)
out 0x3e, r29
out 0x3d, r28 ;set stack pointer
ldi r30,low(BCDDivisor)
ldi r31,high(BCDDivisor)
www.eeworm.com/read/168492/9911202
inf io_1.inf
;******************************************
; TMS320F240 RS232 Flash Programmer 2.0b
; (C) Copyright 1996 Texas Instruments
;******************************************
;-------------------------
www.eeworm.com/read/364264/9916887
m mylog2.m
function y=mylog2(x)
%MYLOG2 Protected LOG2 function.
% MYLOG2(X) returns zero if X=0 and LOG2(ABS(X)) otherwise.
%
% Input arguments:
% X - the number to log (double)
% Output arg