代码搜索:Inversion
找到约 626 项符合「Inversion」的源代码
代码结果 626
www.eeworm.com/read/253336/4398471
tests invert.tests
# tests of return value inversion
# placeholder for future expansion
# user subshells (...) did this wrong in bash versions before 2.04
! ( echo hello | grep h >/dev/null 2>&1 ); echo $?
! echo hell
www.eeworm.com/read/252037/4412154
java movedfile.java
package org.sadun.util;
import java.io.File;
/**
* A class to encapsulate the concept of a file which has been moved from
* a path to another, which simplify inversion of the operation.
*
www.eeworm.com/read/386050/8769393
m im_invert.m
%IM_INVERT Inversion of images stored in a dataset
%
% A = IM_INVERT(A)
% A = A*IM_INVERT
%
% Inverts image A by subtracting it from its maximum
%
% SEE ALSO
% DATASETS, DATAFILES
% Copyright: D. de
www.eeworm.com/read/184426/9100937
sql patch_0_5_2.sql
--
-- Firstname and lastname inversion
--
ALTER TABLE `person` CHANGE `firstname` `lastname` VARCHAR( 45 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL ,
CHANGE `lastname` `firstname` VA
www.eeworm.com/read/279401/10440916
output
---- FATOMO Ver.001026 ---
start at Mon Jan 15 18:29:14 2001
FATOMO performs simultaneous inversion of Vp-velocities
and hypocenter locations using fat rays.
Earthquake reloc
www.eeworm.com/read/299984/7140676
m im_invert.m
%IM_INVERT Inversion of images stored in a dataset
%
% A = IM_INVERT(A)
% A = A*IM_INVERT
%
% Inverts image A by subtracting it from its maximum
%
% SEE ALSO
% DATASETS, DATAFILES
% Copyright: D. de
www.eeworm.com/read/460435/7251152
m im_invert.m
%IM_INVERT Inversion of images stored in a dataset
%
% A = IM_INVERT(A)
% A = A*IM_INVERT
%
% Inverts image A by subtracting it from its maximum
%
% SEE ALSO
% DATASETS, DATAFILES
% Copyright: D. de
www.eeworm.com/read/441245/7673372
m im_invert.m
%IM_INVERT Inversion of images stored in a dataset
%
% A = IM_INVERT(A)
% A = A*IM_INVERT
%
% Inverts image A by subtracting it from its maximum
%
% SEE ALSO
% DATASETS, DATAFILES
% Copyright: D. de
www.eeworm.com/read/242064/13096812
v randomization.v
// File name: randomization.v
// Function: sync 1 inversion and randomization
module randomization(clk, start, rst, valid_in, DataIn, sync_in,
DataOut, sync_out);
parameter PacketLength = 8
www.eeworm.com/read/492094/6424184
v randomization.v
// File name: randomization.v
// Function: sync 1 inversion and randomization
module randomization(clk, start, rst, valid_in, DataIn, sync_in,
DataOut, sync_out);
parameter PacketLength = 8