代码搜索:RAW

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

代码结果 10,000
www.eeworm.com/read/161429/10413672

h dwt.h

#ifndef DWT_H #define DWT_H extern void waveletTransform2D(int **raw,double **wave, int width, int height, int levels,bool inverse); #endif
www.eeworm.com/read/352754/10517766

readme

NET2Debugged 1.24 README ------------------------ Major Changes o PLIP driver sort of works o UDP and RAW have been partially rewritten for speed o Internals heavily cleaned up, and memory
www.eeworm.com/read/351309/10659219

m spectrogram.m

function [array,raw] = spectrogram(wave,segsize,nlap,ntrans); %function array = spectrogram(wave,segsize,nlap,ntrans); % defaults spectrogram(wave,128,8,4) % nlap is number of hamming windows overlapp
www.eeworm.com/read/275194/10829862

hpp all.hpp

// $masm\all.hpp 1.5 milbo$ all includes for active shape model files // Warning: this is raw research code -- expect it to be quite messy. // // Using a common include file like this helps the Micros
www.eeworm.com/read/275194/10829878

cpp masm.cpp

// $masm\masm.cpp 1.5 milbo$ build active shape model from shapes and associated images // Warning: this is raw research code -- expect it to be quite messy. // milbo Petaluma jun05 //----------------
www.eeworm.com/read/275194/10829897

hpp sample.hpp

// $masm\sample.hpp 1.5 milbo$ functions for dealing with samples // Warning: this is raw research code -- expect it to be quite messy. // milbo petaluma mar 2006 const static int CONF_nSamFileVersio
www.eeworm.com/read/275194/10829907

hpp prof.hpp

// $masm\prof.hpp 1.5 milbo$ // Warning: this is raw research code -- expect it to be quite messy. // milbo durban jan06 #if !defined(prof_hpp) #define prof_hpp //-----------------------------------
www.eeworm.com/read/275194/10829962

hpp shapefile.hpp

// $masm\shapefile.hpp 1.5 milbo$ routines for shape files // Warning: this is raw research code -- expect it to be quite messy. // milbo durban May06 void CheckShapeFileMagicNumber(FILE *pFile, cons
www.eeworm.com/read/275194/10829969

hpp atland.hpp

// $masm\atland.hpp 1.5 milbo$ landmark information // Warning: this is raw research code -- expect it to be quite messy. // // Unused points are set to 0,0 // // milbo Yeoville nov 05 #if !defined(a
www.eeworm.com/read/275194/10830188

cpp util.cpp

// $common\util.cpp 1.5 milbo$ util.c: utilities for an environment without windows on the screen // Warning: this is raw research code -- expect it to be quite messy. // milbo jul 05 petaluma #inclu