代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/159715/5581936

h tqdata.h

/** * @file rtems/score/tqdata.h * * This include file contains all the constants and structures * needed to declare a thread queue. */ /* * COPYRIGHT (c) 1989-2006. * On-Line Applicati
www.eeworm.com/read/152843/5657401

c asm-offsets.c

/* * arch/xtensa/kernel/asm-offsets.c * * Generates definitions from c-type structures used by assembly sources. * * This file is subject to the terms and conditions of the GNU General Public *
www.eeworm.com/read/152843/5660398

h mpc885ads.h

/* * A collection of structures, addresses, and values associated with * the Freescale MPC885ADS board. * Copied from the FADS stuff. * * Author: MontaVista Software, Inc. * source@mvist
www.eeworm.com/read/474431/6809253

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;
www.eeworm.com/read/472660/6873079

h ap.h

/* * hostapd / Station table data structures * Copyright (c) 2002-2004, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it under the
www.eeworm.com/read/392996/8316292

h console.h

// console.h // Data structures to simulate the behavior of a terminal // I/O device. A terminal has two parts -- a keyboard input, // and a display output, each of which produces/accepts // charac
www.eeworm.com/read/392996/8316301

h timer.h

// timer.h // Data structures to emulate a hardware timer. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing, or for //
www.eeworm.com/read/292920/8324136

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/367152/9780202

m lans_psurf2mix.m

% lans_psurf2mix - Translate key psurf structures to NETLAB's mix structure % % [mix] = lans_psurf2mix(psurf[,mix]) % % _____OUTPUTS____________________________________________________________ % mix N
www.eeworm.com/read/413044/11169040

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 */