代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/181264/9261821
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////
www.eeworm.com/read/180913/9279817
h struct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/180204/9316243
dll struct.dll
www.eeworm.com/read/374502/9402198
data_struct
#
# Struct/Assign manipulation functions.
#
# The distinction between the two is that the assign functions operate on
# the entire alias space whereas the struct functions operate only on sub
# struct
www.eeworm.com/read/178378/9404951
cpp struct.cpp
//: C03:Struct.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Demonstration of structures vs classes
c
www.eeworm.com/read/178075/9418894
h struct.h
#ifndef __STRUCT_h
#define __STRUCT_h
#include "common.h"
typedef struct tagEEPVIDEO
{
uCHAR cBright;
uCHAR cContrast;
uCHAR cSat;
uCHAR cHue;
uCHAR cSharp;
uCHAR cVolume;
u
www.eeworm.com/read/373386/9457885
c struct.c
#include
#include
#include
typedef struct BIO
{
char name[16];
unsigned age;
}BIO;
BIO *CreateBio(const char *name, unsigned age);
int main(void)
{
BIO exfriend;
BIO
www.eeworm.com/read/365887/9841960
h struct.h
#define LAYER1 0
#define LAYER2 1
#define LAYER3 2
#define MPEG1 0
#define MPEG2 1
#define MPG_MD_LR_LR 0
#define MPG_MD_LR_I 1
#define MPG_MD_MS_LR 2
#define MPG_MD_MS_I 3
www.eeworm.com/read/364504/9905029
dat struct.dat
www.eeworm.com/read/364504/9905031