代码搜索:reconstruct
找到约 221 项符合「reconstruct」的源代码
代码结果 221
www.eeworm.com/read/205541/15314078
palette_decode
#!/bin/sh -x
for file in party8
do
#decompress the index image
../../bin/vm5_expand_32 -i ${file}_remap.vm -o ${file}_remap_dec.pgx
#reconstruct the ppm image based on the color table and t
www.eeworm.com/read/200434/15433450
m meshless_curve_reconstruction.m
function [I,t] = meshless_curve_reconstruction(c, phi,R)
% meshless_curve_reconstruction - reconstruct a curve from point cloud.
%
% [I,t] = meshless_curve_reconstruction(c, phi, R);
%
% I
www.eeworm.com/read/359756/2973042
cpp umc_h264_segment_decoder_mt_reconstruct_mv.cpp
/*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may
www.eeworm.com/read/275419/10816941
lkf debug.lkf
-z -q -c -o"./Debug/g723.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"D:\soft\v\g723\Debug\code_ini.obj"
"D:\soft\v\g723\Debug\codec.obj"
"D:\soft\v\g723\D
www.eeworm.com/read/275419/10816971
lkv debug.lkv
-z -q -c -o"./Debug/g723.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"D:\soft\v\g723\Debug\code_ini.obj"
"D:\soft\v\g723\Debug\codec.obj"
"D:\soft\v\g723\D
www.eeworm.com/read/109544/6174040
make module.make
SRC += src/movie/vp31/BlockMapping.c src/movie/vp31/DCT_decode.c src/movie/vp31/DDecode.c src/movie/vp31/DFrameR.c src/movie/vp31/DSystemDependant.c src/movie/vp31/FrameIni.c src/movie/vp31/Frarray.c
www.eeworm.com/read/201202/15413572
sci dct_iv.sci
function c = dct_iv(x)
// dct_iv -- Type (IV) Discrete Cosine Xform
// Usage
// c = dct_iv(x)
// Inputs
// x 1-d signal, length(x) = 2^J
// Outputs
// c 1-d cosine transfor
www.eeworm.com/read/361166/10065352
smoothing-export
% Smoothing factor p
% Time span of interest t
t=[t0:dt:tf];
% Noise strength sigma
% Input noisy signal
sig=sin(t)+sigma*randn(1,length(t));
% Perform fft to break down components
www.eeworm.com/read/361166/10065355
m smoothingscript.m
% Smoothing factor p
% Time span of interest t
t=[t0:dt:tf];
% Noise strength sigma
% Input noisy signal
sig=sin(t)+sigma*randn(1,length(t));
% Perform fft to break down components
www.eeworm.com/read/410595/11276034
dat usage.dat
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To calculate MD5 and SHS message digests:
cryptest m file
- To encrypt or decrypt using DES-EDE in CBC mode: