代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/246803/12704290

m cohwave.m

function out=CohWave(Noisy,L,qmf) % CohWave - Denoising of signal contaminated with another signal using coherent % structures algorithm. % CohWave -- Denoising of 1-d signal with wavelet threshol
www.eeworm.com/read/245818/12779323

c films1.c

/* films1.c -- using an array of structures */ #include #define TSIZE 45 /* size of array to hold title */ #define FMAX 5 /* maximum number of film titles */
www.eeworm.com/read/144495/12787297

h devspec.h

// A header for Dialogic-specific extensions. // All information such as versions, structures, constants etc // regarding Dialogic-specific extensions must go here // (c) Dialogic corp 1995, 1996
www.eeworm.com/read/144074/12819658

txt readme.txt

Thank you for your interest in "Data Structures with C++". This directory includes: 1. ftsoftds.exe - archive containing all software from the text. Download the file, run
www.eeworm.com/read/331266/12836156

inc raresed.inc

ResEdInstall PROTO :DWORD ResEdUninstall PROTO GridInstall PROTO :DWORD ;Dialog memory size MaxMem equ 128*1024*3 MaxCap equ 241 ;Dialog structures DLGHEAD struct changed dd
www.eeworm.com/read/143516/12869158

h pop.h

#ifndef TRUE #define TRUE 1 #define FALSE 0 #endif #define BUF_LEN 128 #include /* ---------------- common server data structures ---------------- */ /* POP server control
www.eeworm.com/read/328808/13000505

h funclib.h

/* * Here are all funclib structures, defines, macros and return codes. */ typedef enum { FUNCLIB_OK, /* The funclib execution (start/close) went OK */ FUNCLIB_PARAMETER, /* parameter erro
www.eeworm.com/read/241310/13157684

h regex.h

/* Definitions for data structures callers pass the regex library. Copyright (C) 1985, 1989-90 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or
www.eeworm.com/read/240686/13205184

txt readme.txt

Thank you for your interest in "Data Structures with C++". This directory includes: 1. ftsoftds.exe - archive containing all software from the text. Download the file, run
www.eeworm.com/read/138638/13227257

c bsearch.c

/* ** Demonstrates searching an array of structures with bsearch */ #include #include typedef struct { char key[ 10 ]; /* the sort key for the array */ int other_data;