代码搜索:Invert

找到约 1,464 项符合「Invert」的源代码

代码结果 1,464
www.eeworm.com/read/422566/2036392

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity apex20ke_asynch_pterm is generic( operation_mode : string := "normal"; invert_pterm1_mode : string := "false" ); port(
www.eeworm.com/read/358128/3000570

pm ops.pm

package ops; our $VERSION = '1.01'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing
www.eeworm.com/read/260612/4329961

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity hcstratix_lvds_tx_out_block is generic( bypass_serializer: string := "false"; invert_clock : string := "false"; use_f
www.eeworm.com/read/260612/4330117

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity hcstratix_lvds_tx_out_block is generic( bypass_serializer: string := "false"; invert_clock : string := "false"; use_f
www.eeworm.com/read/260612/4330186

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity stratix_lvds_tx_out_block is generic( bypass_serializer: string := "false"; invert_clock : string := "false"; use_fal
www.eeworm.com/read/366963/9788581

java test.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Test extends JApplet { private JCheckBox checkBox = new JCheckBox("Invert"); private JSlider[] sliders = { new J
www.eeworm.com/read/200388/15434369

m invhomog.m

%INVHOMOG invert (decompose) the image plane homography % % s = invhomog(A) % % where s is an array of structures with elements % R 3x3 rotation matrix % t 3x1 translation vector % % corresponding t
www.eeworm.com/read/251835/12317249

m evalinv.m

function zp = evalinv(M,wp,tol,z0) %EVALINV Invert Schwarz-Christoffel exterior map at points. % EVALINV(M,WP) evaluates the inverse of the Schwarz--Christoffel map M % at the points WP in the
www.eeworm.com/read/250980/12372024

m inv_posdef.m

function Pinv = inv_posdef(P) %function Pinv = inv_posdef(P) % % Invert a positive definite matrix P. More numerically stable than Pinv = inv(P) % and result is guaranteed to remain symmetric. %
www.eeworm.com/read/486037/1254502

h ipt_mark.h

#ifndef _IPT_MARK_H #define _IPT_MARK_H struct ipt_mark_info { unsigned long mark, mask; u_int8_t invert; }; #endif /*_IPT_MARK_H*/