代码搜索:efficiency

找到约 451 项符合「efficiency」的源代码

代码结果 451
www.eeworm.com/read/237026/13980783

txt readme.txt

These files are either new ones or improved versions of previous files. They improve the efficiency of the time frequency toolbox. For this, put the following files in the following subdirectories
www.eeworm.com/read/187844/8596431

m bmod1.m

function []=bmod1(x,y,Kmod,Kbase,fs,fb,fc,rd); % % BBI 2000 主要是绘制图形 global eta mstr=str2mat('BPSK','DPSK','FSK','ASK(OOK)',... 'QPSK','QDPSK','16QAM'); tstr=mstr(Kmod,:); if Kmod==2; x
www.eeworm.com/read/382961/8984205

m estm.m

% Main Program for PDE.m % Written by Wonho Song, September 2003 % Updated, February 2004 % E-mail: whsong@kiep.go.kr, whsong73@hotmail.com function []=estm(y,x,n,g_para,pss_para,kss_para,EST)
www.eeworm.com/read/378186/9242836

all x.all

#!/bin/sh # # Execute script for program dddot of the EuroBen Efficiency Benchmark. # exec 1>> dddot.log 2>&1 echo 'start dddot at' `date` 'id =' $$ time mpirun -np 16 x.dddot #time mpiexec -n 16 x.dd
www.eeworm.com/read/378186/9242929

all x.all

#!/bin/sh # # Execute script for program smxv of the EuroBen Efficiency Benchmark. # exec 1>> smxv.log 2>&1 echo 'start smxv at' `date` 'id =' $$ time x.smxv echo 'end smxv at' `date` 'id =' $$
www.eeworm.com/read/378186/9242972

all x.all

#!/bin/sh # # Execute script for program linful of the EuroBen Efficiency Benchmark. # exec 1>> linful.log 2>&1 echo 'start linful at' `date` 'id =' $$ time x.linful echo 'end linful at' `date` 'id ='
www.eeworm.com/read/378186/9242975

makeframe

# Makefile for program pingpong of the EuroBen Efficiency Benchmark. # (MPI version). INTLIB = ../basics/intlib.a OBJECTS = numerics.o pingpong.o state.o csetup.o EXEC = x.pingpong .IGNORE: ${
www.eeworm.com/read/378186/9242979

all x.all

#!/bin/sh # # Execute script for program pingpong of the EuroBen Efficiency Benchmark. # exec 1>> pingpong.log 2>&1 echo 'start pingpong at' `date` 'id =' $$ time mpirun -np 2 x.pingpong #time mpiexec