代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/230947/14265162
cpp readdata.cpp
/* Read input data.
Transform the input data into the data structures needed by
the power flow, i.e., AC, DC and FACTS bus data and interconnecting
elements (lines, transformers with f
www.eeworm.com/read/230899/14269897
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/230508/14283621
h ext_share.h
/* File: ext_share.h
* Absract:
* External mode shared data structures used by the external communication
* mex link, the generated code, and Simulink.
*
* Copyright 1994-2000 The MathWorks,
www.eeworm.com/read/128030/14318417
cpp cards.cpp
// cards.cpp
// demonstrates structures using playing cards
#include
using namespace std;
const int clubs = 0; //suits
const int diamonds = 1;
const int hea
www.eeworm.com/read/226704/14454273
c fspykd.c
/*++
Copyright (c) 1992-2004 Microsoft Corporation
Module Name:
FilmonKd.c
Abstract:
KD Extension API for examining FileSpy specific data structures.
Note: While this ex
www.eeworm.com/read/124628/14556328
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/124442/14567328
h sysv_fs.h
#ifndef _LINUX_SYSV_FS_H
#define _LINUX_SYSV_FS_H
/*
* The SystemV/Coherent filesystem constants/structures/macros
*/
/* This code assumes
- a little endian processor like 386,
-
www.eeworm.com/read/124417/14568839
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/223007/14664769
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/221695/14728722
h sysv_fs.h
#ifndef _LINUX_SYSV_FS_H
#define _LINUX_SYSV_FS_H
/*
* The SystemV/Coherent filesystem constants/structures/macros
*/
/* This code assumes
- a little endian processor like 386,
-