代码搜索:Wavelet

找到约 4,557 项符合「Wavelet」的源代码

代码结果 4,557
www.eeworm.com/read/289443/8551096

cc wavelet.cc

/*---------------------------------------------------------------------------*/ // Baseline Wavelet Transform Coder Construction Kit // // Geoff Davis // gdavis@cs.dartmouth.edu // http://www.cs.dartm
www.eeworm.com/read/289203/8568665

txt wavelet.txt

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; use ieee.std_logic_unsigned.all; ENTITY wavelet1 IS PORT( clk:IN std_logic; pp1:in integer; max1:OUT integer ); END ENTITY wavel
www.eeworm.com/read/288515/8627489

h wavelet.h

#ifndef WAVELET_H #include extern char dbgstr[1000]; /* this are internal functions - don't use 'em! */ extern void out_dbg_str(const char *str); extern void start_trace(void); extern voi
www.eeworm.com/read/288515/8627623

c wavelet.c

#include #include #include #include #include "wavelet.h" #include static int read_char(FILE *fp); static int read_int(FILE *fp); IntImage new_intim
www.eeworm.com/read/387009/8712118

h wavelet.h

struct Wavelet { virtual void filt(VecDoub_IO &a, const Int n, const Int isign) = 0; virtual void condition(VecDoub_IO &a, const Int n, const Int isign) {} }; struct Daub4 : Wavelet { void f
www.eeworm.com/read/287148/8718457

cmd wavelet.cmd

/* * Copyright 2001 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/287148/8718467

c wavelet.c

#include #define TRUE 1 unsigned int in_buffer[900]; long int out_buffer[450]; static void processing(unsigned int *, long int *); void main() { processing(in_buffer, out
www.eeworm.com/read/287148/8718470

pjt wavelet.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="wavelet" ProjectDir="D:\ti\myprojects\wavelet3\" ProjectType=Executable CPUFamily=T
www.eeworm.com/read/186873/8898611

h wavelet.h

#ifndef __WAVELET_H_ #define __WAVELET_H_ /*---------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------
www.eeworm.com/read/186873/8898662

c wavelet.c

/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/ /* Port to C from C++ * * Mow-Song