代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/425675/10337546
m compute_homography.m
www.eeworm.com/read/278132/10566223
m compute_codeword.m
function o=compute_codeword(position,s,jx)
%实现计算码字滤波的框图功能
%输入---固定码本输出
%输出---码字矢量,得到c(n)
c=zeros(1,40);
for i=1:4
c(position(i))=s(i);
end
%c=c/2^15;
o=c;
www.eeworm.com/read/420332/10802761
java compute1.java
//Compute1.java
//This programe is about the Computing
public class Compute1{
public static void main(String[] args){
int y = 32,z = 3, x1, x2;
x1 = y + z;
x2 = y /
www.eeworm.com/read/349646/10808549
m compute_counts.m
function count = compute_counts(data, sz)
% COMPUTE_COUNTS Count the number of times each combination of discrete assignments occurs
% count = compute_counts(data, sz)
%
% data(i,t) is the value o
www.eeworm.com/read/349646/10809308
m compute_counts.m
function count = compute_counts(data, sz)
% COMPUTE_COUNTS Count the number of times each combination of discrete assignments occurs
% count = compute_counts(data, sz)
%
% data(i,t) is the value o
www.eeworm.com/read/349103/10851991
v compute_block.v
module COMPUTE_BLOCK ( SET_TIME, ALARM, HRS, MINS, TOGGLE_SWITCH, CLK, RESETN,
TIM_DISPLAY, ALM_DISPLAY, SPEAKER_OUT );
input SET_TIME, ALARM, HRS, MINS, CLK, RESETN, TOGGLE_SW
www.eeworm.com/read/349103/10851996
db compute_block.db
www.eeworm.com/read/349103/10852014
v compute_block.v
module COMPUTE_BLOCK ( SET_TIME, ALARM, HRS, MINS, TOGGLE_SWITCH, CLK, RESETN,
TEST_MODE, TIM_DISPLAY, ALM_DISPLAY, SPEAKER_OUT );
input SET_TIME, ALARM, HRS, MINS, CLK, RESETN
www.eeworm.com/read/349103/10852023
vhd compute_block.vhd
--------------------------------------------------
-- COMPUTE BLOCK ---------------------------------
--
-- File: COMPUTE_BLOCK.vhd
-- Task:
--------------------------------------------------
librar
www.eeworm.com/read/349103/10852037
v compute_block.v
module COMPUTE_BLOCK ( SET_TIME, ALARM, HRS, MINS, TOGGLE_SWITCH, CLK, RESETN,
TEST_MODE, TIM_DISPLAY, ALM_DISPLAY, SPEAKER_OUT );
input SET_TIME, ALARM, HRS, MINS, CLK, RESETN