代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/186716/8914594

m rect_nrz.m

function out = rect_nrz(arg1,arg2) % RECT_NRZ .... Generates a rectangular "non-return to zero" pulse. % % +=======+=======+ +1 % | | % + + 0 % % -------
www.eeworm.com/read/186676/8918623

commitinfo

# The "commitinfo" file is used to control pre-commit checks. # The filter on the right is invoked with the repository and a list # of files to check. A non-zero exit of the filter program will # c
www.eeworm.com/read/283824/8986645

m isoscale.m

% normalize the coordinates to zero mean and isotropic scaling % and return the normalizing transformation function [xn, A] = isoscale(xim); t = mean(xim')'; s = std(xim')'; xn(1,:) = (1/s(1))
www.eeworm.com/read/382833/8995604

cpp serialport.cpp

#include "stdafx.h" #include "SerialPort.h" #include // // Constructor // CSerialPort::CSerialPort() { m_hComm = NULL; // initialize overlapped structure members to zero
www.eeworm.com/read/382831/8995866

cpp serialport.cpp

#include "stdafx.h" #include "SerialPort.h" #include // // Constructor // CSerialPort::CSerialPort() { m_hComm = NULL; // initialize overlapped structure members to zero
www.eeworm.com/read/283135/9040729

m zfa.m

function [f,stdf,a,stda]=zfa(data,dt) % % [f,stdf,a,stda]=zfa(data,dt): % % Function to generate a zero-crossing (and extrema) frequency, % amplitude and their standard deviation of dat
www.eeworm.com/read/380682/9135139

cc measure.cc.cc

//MEASURE.CC //Member function defenitions for Measure class #include #include "measure.h" //Measure constructor initializes each datamember to zero Measure::Measure() {
www.eeworm.com/read/377999/9254863

js email_lib.js

/* Define an Email constructor*/ function Email(e){ this.emailAddr=e; this.message=""; this.valid=false; } function validate(){ //do a basic check for null, zero-length string, ".", "
www.eeworm.com/read/179705/9342201

texi roots.texi

@cindex root finding @cindex zero finding @cindex finding roots @cindex finding zeros @cindex roots @cindex solving a nonlinear equation @cindex nonlinear equation, solutions of This chapter describe
www.eeworm.com/read/375282/9365351

cpp serialport.cpp

#include "stdafx.h" #include "SerialPort.h" #include // // Constructor // CSerialPort::CSerialPort() { m_hComm = NULL; // initialize overlapped structure members to zero