代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/17769/759568
eqn sw1_4.eqn
--C1_safe_q[1] is lpm_counter:cnt_rtl_0|alt_counter_stratix:wysi_counter|safe_q[1] and unplaced
--operation mode is normal
C1_safe_q[1]_carry_eqn = C1L3;
C1_safe_q[1]_lut_out = C1_safe_q[1] $ C1_
www.eeworm.com/read/17970/769538
eqn sw1_4.eqn
--C1_safe_q[1] is lpm_counter:cnt_rtl_0|alt_counter_stratix:wysi_counter|safe_q[1] and unplaced
--operation mode is normal
C1_safe_q[1]_carry_eqn = C1L3;
C1_safe_q[1]_lut_out = C1_safe_q[1] $ C1_
www.eeworm.com/read/18128/775972
eqn uart.map.eqn
--P2_safe_q[3] is Rx:4|lpm_counter:$00013|alt_counter_stratix:wysi_counter|safe_q[3]
--operation mode is normal
P2_safe_q[3]_carry_eqn = P2L7;
P2_safe_q[3]_lut_out = P2_safe_q[3] $ P2_safe_q[3]_c
www.eeworm.com/read/425964/1999568
eqn sw1_4.eqn
--C1_safe_q[1] is lpm_counter:cnt_rtl_0|alt_counter_stratix:wysi_counter|safe_q[1] and unplaced
--operation mode is normal
C1_safe_q[1]_carry_eqn = C1L3;
C1_safe_q[1]_lut_out = C1_safe_q[1] $ C1_
www.eeworm.com/read/386113/2573448
eqn sw1_4.eqn
--C1_safe_q[1] is lpm_counter:cnt_rtl_0|alt_counter_stratix:wysi_counter|safe_q[1] and unplaced
--operation mode is normal
C1_safe_q[1]_carry_eqn = C1L3;
C1_safe_q[1]_lut_out = C1_safe_q[1] $ C1_
www.eeworm.com/read/186814/8904880
eqn hxrjtd.fit.eqn
--F1L1 is jtdkz:5|add_5~0 at LC1_2_K2
--operation mode is arithmetic
F1L1 = !F1_CNT_S[0];
--F1L2 is jtdkz:5|add_5~0COUT at LC1_2_K2
--operation mode is arithmetic
F1L2 = CARRY(F1_CNT_S[0]);
www.eeworm.com/read/273828/10899629
eqn crc.fit.eqn
--C1_safe_q[11] is lpm_counter:counter_rtl_0|cntr_tb7:auto_generated|safe_q[11] at LC_X1_Y11_N5
--operation mode is normal
C1_safe_q[11]_carry_eqn = C1L03;
C1_safe_q[11]_lut_out = C1_safe_q[11]_c
www.eeworm.com/read/316813/13516902
eqn infrared_receive.map.eqn
--J1_safe_q[4] is check:u1|lpm_counter:cnt_rtl_1|alt_counter_stratix:wysi_counter|safe_q[4]
--operation mode is normal
J1_safe_q[4]_carry_eqn = J1L9;
J1_safe_q[4]_lut_out = J1_safe_q[4] $ !J1_saf
www.eeworm.com/read/152929/12073647
m trans2n.m
% Carry out the triangular transform from 2-D to N-D
function ptn = trans2n(pt,v1,v2,v3,n1,n2,n3)
%
% ptn = trans2n(pt,v1,v2,v3,n1,n2,n3)
%
% pt = point in visualisation plot
% vi = ith node in
www.eeworm.com/read/272894/10937293
dpr ex.dpr
(*
A is for n-digit number a1a2a3..an
S(A+B)=S(A)+S(B) 即保证无进位(carry)
则 B 有 (8-a1)(9-a2)(9-a3)..(9-an) 种 // 8-a1 第1位保证不为0
所以 for n-digit
sum{a1=1->9}(sum{a2=0->9}(sum{a3=0->9}(....sum{an=0->9}((8