代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/428887/8831079
structures
Primary data types:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx010 Number
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx100 Symbol
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx000 Cell
Number
|
www.eeworm.com/read/131315/5938027
structures
# @(#)structures 5.2 (Berkeley) 11/1/93
There are three major data structures in this package. The first is a
single global structure (named GS) which contains information common to
all files and sc
www.eeworm.com/read/287784/8669448
h structures.h
/*
---------------------------------------------------------------------------
Copyright (C) 2003 Eugenio Cervesato & Giorgio De Odorico.
Developed at the Associazione per la Ricerca in Cardiologi
www.eeworm.com/read/383177/8964926
h structures.h
/*===========================================================================*/
/* SEED reader | structures.h | header file */
/*======================================
www.eeworm.com/read/383171/8965723
h structures.h
/*===========================================================================*/
/* DMC interim out | structures.h | header file */
/*======================================
www.eeworm.com/read/180962/9278583
c structures.c
struct {
int x;
char y[4];
} s1 = { 0x5A, "abc" };
struct {
int x[5];
int y;
} s2 = { { 1, 2, 3, 4, 5 }, 0xA5 };
void main (void)
{
while (1)
;
}
www.eeworm.com/read/161207/10437764
h structures.h
/*
---------------------------------------------------------------------------
Copyright (C) 2003 Eugenio Cervesato & Giorgio De Odorico.
Developed at the Associazione per la Ricerca in Cardiologi
www.eeworm.com/read/420348/10801155
cpp structures.cpp
// example about structures
#include
#include
#include
struct movies_t {
char title [50];
int year;
} mine, yours;
void printmovie (movies_t movie)
www.eeworm.com/read/419185/10881159
c structures.c
/*******************************************************************************
Samples\TcpIp\RabbitWeb\structures.c
Rabbit Semiconductor, 2004
Demonstrates the use of st