代码搜索:Postprocessing
找到约 250 项符合「Postprocessing」的源代码
代码结果 250
www.eeworm.com/read/413179/11163917
m postprocessor.m
% Postprocessing function
function postprocesser(d)
include_flags;
% prints the element number and corresponding stresses
fprintf(1,'element\t\t\tstress\n');
% Compute stress for each
www.eeworm.com/read/413179/11164005
m postprocessor.m
% postprocessing function
function postprocessor(d)
include_flags;
% loop over elements to plot displacements, moments and shear forces
for e = 1:nel
de = d(LM(:,e));
www.eeworm.com/read/201218/15413213
m postlssvm.m
function [model,Yt] = postlssvm(model,Xt,Yt)
% Postprocessing of the LS-SVM
%
% These functions should only be called by trainlssvm or by
% simlssvm. At first the preprocessing assigns a label to each
www.eeworm.com/read/469900/6920680
c output_pipe.c
/*
*
* Stream PIPE output - Stream a program to a FIFO for postprocessing
*
* One of the problems i could imaging is that for a program which does not get
* and traffic e.g. TS Packets we'll neve
www.eeworm.com/read/319068/13463450
pas jdpostct.pas
Unit JdPostCt;
{ Original: jdpostct.c ; Copyright (C) 1994-1996, Thomas G. Lane. }
{ This file contains the decompression postprocessing controller.
This controller manages the upsampling, co
www.eeworm.com/read/137691/5819679
py postprocess.py
#!/usr/bin/python
# postprocess.py
# Author: Victor Shnayder
# Postprocessing script that reads PowerTOSSIM state transition log and
# computes power and energy numbers.
www.eeworm.com/read/270919/4231658
py postprocess.py
#!/usr/bin/python
# postprocess.py
# Author: Victor Shnayder
# Postprocessing script that reads PowerTOSSIM state transition log and
# computes power and energy numbers.
www.eeworm.com/read/237195/13972098
pas jdpostct.pas
Unit JdPostCt;
{ Original: jdpostct.c ; Copyright (C) 1994-1996, Thomas G. Lane. }
{ This file contains the decompression postprocessing controller.
This controller manages the upsampling, co
www.eeworm.com/read/178061/9420873
m nprocess.m
function [Xnew,mX,sX]=nprocess(X,Cent,Scal,mX,sX,reverse,show,usemse);
%NPROCESS pre and postprocessing of multiway arrays
%
%
% CENTERING AND SCALING OF N-WAY ARRAYS
%
% This m-file works in
www.eeworm.com/read/163927/10139613
m shsigpts.m
function [sps,fig]=shsigpts(X,fac,npts,HGF,C,HM,ANG, ...
k,kr,kn,cl,st,halfSurSize)
% SHSIGPTS - find and show significant points in an image (postprocessing)
% [sps,relmag,fig]=sh