代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/284556/8919034
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables.
//
// Note that all the synchronization
www.eeworm.com/read/186484/8930602
h mpc860.h
/*
* Definitions of the parameter area RAM.
* Note that different structures are overlaid
* at the same offsets for the different modes
* of operation.
*
* History:
* 12/12/95 lvn Bundle
www.eeworm.com/read/426678/9004468
cpp recvmsgfromuser.cpp
// -------------------------------
// ReWrite by chan78 at 2001/01/11
// -------------------------------
#include "dr_agent_structures.h"
#include "usertable.h"
#include "servertable.h"
www.eeworm.com/read/283196/9036448
h cd_data.h
/*
This is the data stucture definition for the CD database.
It defines structures and sizes for the two tables that comprise
the database.
*/
/* The catalog table */
#define CAT_CAT_LEN
www.eeworm.com/read/283196/9036533
h cd_data.h
/*
This is the data stucture definition for the CD database.
It defines structures and sizes for the two tables that comprise
the database.
*/
/* The catalogue table */
#define CAT_CAT_LEN
www.eeworm.com/read/283196/9036807
h cd_data.h
/*
This is the data stucture definition for the CD database.
It defines structures and sizes for the two tables that comprise
the database.
*/
/* The catalog table */
#define CAT_CAT_LEN
www.eeworm.com/read/379728/9180244
m covdg.m
% COVDG - Extract posterior variance of principal components
%
% Sv = COVDG( Sv, Isv ) extracts the posterior variances of principal
% components (elements of matrix S) from the structures returned
www.eeworm.com/read/182514/9200851
c initiali.c
/* file: initiali.c
*
* purpose: create an initial population of structures,
* and initalize some performance variables.
* This is called at the start of each experiment.
*/
#include
www.eeworm.com/read/377529/9272046
c v4l2-common.c
/*
* Video for Linux Two
*
* A generic video device interface for the LINUX operating system
* using a set of device structures/vectors for low level operations.
*
* This file replaces the
www.eeworm.com/read/376155/9329201
h dft.h
/* dft.h - function prototypes and structures for dft and fft functions */
/* COMPLEX STRUCTURE */
typedef struct {
float real, imag;
} COMPLEX;
/* function prototypes for dft and inver