代码搜索:Compute

找到约 10,000 项符合「Compute」的源代码

代码结果 10,000
www.eeworm.com/read/380709/2653180

sh delay-compute.sh

############ Lamia ROMDHANI ##### # This script is used to compute the latency of each class in all the nodes and collect the #result in an output file. In our case we will get three
www.eeworm.com/read/380709/2653186

c compute-mean.c

/*******Lamia**********/ /* This program is used to compute the mean of n values that are saved in a file per line. The command line to be used is : compute-mean file-name n */ #include #in
www.eeworm.com/read/380709/2653340

sh delay-compute.sh

#!/bin/csh -f #set name_file = Vedio_only.tcl set name_file = edcf-hole_test.tcl #set name_file = Back_Video.tcl ns ni_test1.tcl $name_file 15 5000 80 wlan-goodput $name_file 0.5 set nodes = 0 set ma
www.eeworm.com/read/380709/2653510

c compute-div.c

#include #include /* Compute the maximum between the number in * the second column * * Input: * src1, src2 - two columns files * * res - two colum
www.eeworm.com/read/380709/2653526

c compute-div.c

#include #include /* Compute the maximum between the number in * the second column * * Input: * src1, src2 - two columns files * * res - two colum
www.eeworm.com/read/380709/2653528

c compute-mean.c

#include #include /* Compute the maximum between the number in * the second column * * Input: * src1, src2 - two columns files * * res - two colum
www.eeworm.com/read/160391/5571583

m compute_families.m

function families = compute_families(bnet) % COMPUTE_FAMILIES % precomputes the families of nodes in a bnet % % The return value is a cell array for now ss = size(bnet.dag, 1); families = cel
www.eeworm.com/read/160391/5571585

c compute_posterior.c

#include "mex.h" /* Helper function that extracts a one-dimensional slice from a cpt */ /* void multiplySlice(mxArray *bnet, mxArray *state, int i, int nsi, int j, mxArray *strides, mxArray
www.eeworm.com/read/160391/5571586

m compute_strides.m

function strides = compute_strides(bnet) % COMPUTE_STRIDES For each CPT and each variable in that CPT, % returns the stride of that variable. So in future, we can % quickly extract a slice of the
www.eeworm.com/read/160391/5571594

m compute_bel.m

function bel = compute_bel(msg_type, pi, lambda) switch msg_type, case 'd', bel = normalise(pi .* lambda); case 'g', if isinf(lambda.precision) % ignore pi because lambda is completely certa