代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/225043/7107561
h struct.h
// Struct.h: interface for the CStruct class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STRUCT_H__22A9CB6C_3E9C_40DA_8FD3_AB31A122F5D0__INCLUDED_)
www.eeworm.com/read/331328/7117767
c struct.c
#include
#include
#include
#include
#include
#include
#include
#include
//#include
//--------
www.eeworm.com/read/219035/7147244
c struct.c
#include "mex.h"
#include "utils.h"
void mexFunction(int nOut, mxArray *pOut[],
int nIn, const mxArray *pIn[])
{
mxArray *address, *data;
address = GetPointerData(pIn[0]);
data =
www.eeworm.com/read/219035/7147259
dll struct.dll
www.eeworm.com/read/219035/7147271
m struct.m
% STRUCT create a structure containing the copy of pointer contents.
%
% S = STRUCT(P) create structure S containing the copy of contents of pointer P.
%
% See also @POINTER\POINTER
% C
www.eeworm.com/read/463592/7177705
h struct.h
#ifndef __STRUCT_H__
#define __STRUCT_H__
#include "stdafx.h"
#include "constant.h"
typedef struct{
U8 Time;
U8 Channel;
U8 NO;
U8 ADData[10][AD_SIZE];
}ADStruct;
typedef struct{
www.eeworm.com/read/463238/7185720
h struct.h
#ifndef __STRUCT_h
#define __STRUCT_h
typedef struct tagEEPVIDEO
{
uCHAR cSharp;
uCHAR cBright;
uCHAR cContrast;
uCHAR cSat;
uCHAR cHue;
uCHAR cVolume;
uCHAR cSource;
uCHAR cFla
www.eeworm.com/read/462821/7195239
exe struct.exe
www.eeworm.com/read/233875/7215573
h struct.h
#ifndef __STRUCT_h
#define __STRUCT_h
typedef struct tagRegAdrVal
{
unsigned char ucRegAdr;
unsigned char ucRegVal;
}REGADRVAL;
#endif
www.eeworm.com/read/461553/7224899
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////