代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/426680/9004242
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/426678/9004419
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/426678/9004476
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/382509/9023788
java struct.java
package myCompiler;
public class Struct {
String name;
KIND kind;
public enum KIND{
CONSTANT,VARIABLE,PROCEDURE
}
}
www.eeworm.com/read/283036/9046240
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////
www.eeworm.com/read/184014/9126153
dat struct.dat
www.eeworm.com/read/184014/9126155
db struct.db
www.eeworm.com/read/183742/9142413
txt struct.txt
#include
class COMMU
{
public:
COMMU(char a[]=0,char b[]=0,char c[]=0,char d[]=" ");
COMMU()
{cout
www.eeworm.com/read/181762/9238555
c struct.c
#include "main.h"
/*
** Add a line to a linked list that makes up a boundary stack. This new one
** should be the new "active" boundary.
**
** "Adding" a NULL will retrieve the formerly used bounda
www.eeworm.com/read/181762/9238611
h struct.h
struct body *addbody(struct body *bp,
struct body **lp, /* points to the last pointer */
char *line, int flags);
struct boundary *bound(struct boundary *boun