代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/332478/12754787
cpp struct.cpp
#include "struct.h"
CHAT_CLIENT_SEND::CHAT_CLIENT_SEND(char* msg)
{
bStrLength = lstrlen(msg);
memcpy(szMsg,msg,bStrLength);
}
CHAT_SERVER_SEND::CHAT_SERVER_SEND(char* msg,DWORD dwID)
{
www.eeworm.com/read/332478/12754988
h struct.h
#ifndef STRUCT_H
#define STRUCT_H
#include "protocol.h"
#include "stdafx.h"
#include "define.h"
#pragma pack(push, 1)
struct POINT2D
{
float x;
float z;
};
typedef struct {
www.eeworm.com/read/332478/12755040
h struct.h
#pragma once
#include "protocol.h"
#pragma pack(push,1)
//
// 皋矫瘤 备炼眉绰 咯扁促 沥狼茄促.
//
#pragma pack(pop)
www.eeworm.com/read/332478/12755364
cpp struct.cpp
#include "struct.h"
CHAT_CLIENT_SEND::CHAT_CLIENT_SEND(char* msg)
{
bStrLength = lstrlen(msg);
memcpy(szMsg,msg,bStrLength);
}
CHAT_SERVER_SEND::CHAT_SERVER_SEND(char* msg,DWORD dwID)
{
www.eeworm.com/read/332478/12755451
h struct.h
#ifndef STRUCT_H
#define STRUCT_H
#include "protocol.h"
#include "stdafx.h"
#include "define.h"
#pragma pack(push, 1)
struct POINT2D
{
float x;
float z;
};
typedef struct {
www.eeworm.com/read/143816/12839457
fc struct.fc
struct test
{
int a;
int height;
string b;
int test;
string c;
int d;
};
struct str_test
{
string name;
string id;
int height;
};
void main(string args[])
{
test a;
a.a =100;
a.height =
www.eeworm.com/read/244691/12849445
h struct.h
#ifndef _STRUCT_H
#define _STRUCT_H
//--------------------------------------------------
// private definitions for time
//--------------------------------------------------
typedef struct{
U
www.eeworm.com/read/330995/12857730
h struct.h
/*
* struct.h - Structure definitions
*
* Copyright (C) 1997 R間is Duchesne
* Copyright (C) 2000-2001 Anton Altaparmakov (AIA)
*/
#include
/* Necessary forward definition. */
st
www.eeworm.com/read/330454/12888326
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////
www.eeworm.com/read/142995/12905873
h struct.h
#ifndef __Struct
#define __Struct
#define _UNICODE
//#define versionKR
typedef struct
{
TCHAR szAuthor[128];
TCHAR szStore[128];
TCHAR szHint[512];
TCHAR szExpand[128];
TCHAR szVers