代码搜索:reconstruction

找到约 861 项符合「reconstruction」的源代码

代码结果 861
www.eeworm.com/read/182660/9197955

exe reconstruction.exe

www.eeworm.com/read/182660/9197973

dpr reconstruction.dpr

program reconstruction; {$R 'resource.res' 'resource.rc'} uses Forms, Unit1 in 'Unit1.pas' {Form1}, AHoFFT in 'AHoFFT.pas', Unit2 in 'Unit2.pas' {Form2}; {$R *.res} begin Ap
www.eeworm.com/read/182660/9197976

res reconstruction.res

www.eeworm.com/read/182660/9197979

bdsproj reconstruction.bdsproj

www.eeworm.com/read/374397/9407692

m reconstruction.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % POCS Image Reconstruction % ------------------------- % AUTHOR: Stephen Rose, Maher Khoury % DATE: March 1, 1999 % P
www.eeworm.com/read/456110/7358529

v reconstruction.v

//-------------------------------------------------------------------------------------------------- // Design : nova // Author(s) : Ke Xu // Email : eexuke@yahoo.com // File : reconstructi
www.eeworm.com/read/449321/7508836

v reconstruction.v

//-------------------------------------------------------------------------------------------------- // Design : nova // Author(s) : Ke Xu // Email : eexuke@yahoo.com // File : reconstructi
www.eeworm.com/read/4799/40861

cpp reconstruction.cpp

#include "stdafx.h" #include "cv.h" #include "cxcore.h" #include "highgui.h" #include "glut.h" #include "function.h" #include #include using namespace std; #pragma com
www.eeworm.com/read/232874/4695992

m reconstruction.m

% % Script for Reconstruction Example % % solves the problem % min ||D(x)||_1 s.t. y = S(x), % % where D is successive differences % and S random sampling % clear all; % Signal p = 2^9;
www.eeworm.com/read/289743/8529883

m reconstruction_derivative.m

function [C, dC] = reconstruction_derivative(V, O, R) %RECONSTRUCTION_DERIVATIVE Computes reconstruction error and derivative % % [C, dC] = reconstruction_derivative(V, original, reconstruction) % %