代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/309003/3708273
m keepbiggest.m
function sparse = KeepBiggest(dense,N)
% KeepBiggest -- Kill (set to zero) all but N biggest elements
% Usage
% sparse = KeepBiggest(dense,N)
%
ordered = reverse(sort(abs(dense(:))));
th
www.eeworm.com/read/309003/3708284
m keepfirst.m
function sparse = KeepFirst(dense,N)
% KeepFirst -- Kill (set to zero) all but N first elements
% Usage
% sparse = KeepFirst(dense,N)
%
sparse = dense .* (1:length(dense)
www.eeworm.com/read/304611/3795765
1bk paranoia.1bk
Lest this program stop prematurely, i.e. before displaying
`END OF TEST',
try to persuade the computer NOT to terminate execution when an
error like Over/Underflow or Division by Zero occur
www.eeworm.com/read/304611/3795813
1bk paranoia.1bk
Lest this program stop prematurely, i.e. before displaying
`END OF TEST',
try to persuade the computer NOT to terminate execution when an
error like Over/Underflow or Division by Zero occur
www.eeworm.com/read/304611/3795861
1bk paranoia.1bk
Lest this program stop prematurely, i.e. before displaying
`END OF TEST',
try to persuade the computer NOT to terminate execution when an
error like Over/Underflow or Division by Zero occur
www.eeworm.com/read/304611/3795957
1bk paranoia.1bk
Lest this program stop prematurely, i.e. before displaying
`END OF TEST',
try to persuade the computer NOT to terminate execution when an
error like Over/Underflow or Division by Zero occur
www.eeworm.com/read/304611/3796005
1bk paranoia.1bk
Lest this program stop prematurely, i.e. before displaying
`END OF TEST',
try to persuade the computer NOT to terminate execution when an
error like Over/Underflow or Division by Zero occur
www.eeworm.com/read/303435/3811344
main sudatumfd.su.main
SUDATUMFD - 2D zero-offset Finite Difference acoustic wave-equation
DATUMing
sudatumfd stdout [optional parameters]
Required parameters:
nt= number of tim
www.eeworm.com/read/299285/3854549
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/299285/3854572
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include
//
// Constructor
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
// initialize overlapped structure members to zero