代码搜索:decide

找到约 496 项符合「decide」的源代码

代码结果 496
www.eeworm.com/read/17522/735789

v decide.v

module decide(y,a); output y; input[6:0] a; wire[2:0] x; reg y; assign x=a[0]+a[1]+a[2]+a[3]+a[4]+a[5]+a[6]; always begin if(x[2]==1) y=1; else y=0; end endmodule
www.eeworm.com/read/476527/1369188

v decide.v

module decide(y,a); output y; input[6:0] a; wire[2:0] x; reg y; assign x=a[0]+a[1]+a[2]+a[3]+a[4]+a[5]+a[6]; always begin if(x[2]==1) y=1; else y=0; end endmodule
www.eeworm.com/read/380183/9158321

m f_decide.m

function [matrix_rt,a_rt,p_rt]=f_decide(dm,matrix_input,b,min_index,a,p);%决策,仅保留其一 matrix_rt=[matrix_input b(min_index,:)]; a_rt=a(:,min_index); p_rt=p(:,(min_index-1)*dm*3+1:min_index*dm*3);
www.eeworm.com/read/242358/13011949

wav decide1.wav

www.eeworm.com/read/242358/13011968

wav decide2.wav

www.eeworm.com/read/400947/11566693

m f_decide.m

function [matrix_rt,a_rt,p_rt]=f_decide(dm,matrix_input,b,min_index,a,p);%决策,仅保留其一 matrix_rt=[matrix_input b(min_index,:)]; a_rt=a(:,min_index); p_rt=p(:,(min_index-1)*dm*3+1:min_index*dm*3);
www.eeworm.com/read/345569/11808518

cpp thread_decide.cpp

/******************************************************************************************** MiraXT -- Copyright (c) 2007, Tobias Schubert, Matthew Lewis, Natalia Kalinnik, Bernd Becker Permission
www.eeworm.com/read/217548/14959038

c bit_decide.c

#include #include //main() //{ // int detect(); // int i; // double real=-1.9; // double image=-3; // int de_bit[4]; // // for(i=1;i
www.eeworm.com/read/17522/735725

qsf decide7.qsf

# Copyright (C) 1991-2006 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu
www.eeworm.com/read/17522/735729

vwf decide7.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to