代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/409347/11331799
cxx struct.cxx
typedef struct foo_s /* Foo structure */
{
float foo; /* Real number */
int bar; /* Integer */
foo_s(float f, int b);
~foo_s();
// 'get_bar()' - Get the value of bar.
int // O -
www.eeworm.com/read/263432/11363208
java struct.java
/*
* @(#)Struct.java 1.20 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package java.sql;
/**
*
www.eeworm.com/read/263399/11364279
plg struct.plg
Build Log
--------------------Configuration: Struct - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LbChyM
www.eeworm.com/read/263399/11364280
dsw struct.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/263399/11364281
cpp struct.cpp
#include
//【例5.1】设计一个结构person,其成员为姓名、工号以及工资。另外设计两个函数用于输入和输出某个person。
struct person{
char name[20];
unsigned long id;
float salary;
};
person GetPerson()
{
person te
www.eeworm.com/read/263399/11364282
dsp struct.dsp
# Microsoft Developer Studio Project File - Name="Struct" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/403114/11522190
c struct.c
www.eeworm.com/read/402617/11531411
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////
www.eeworm.com/read/402611/11531901
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////
www.eeworm.com/read/402368/11536488
h struct.h
typedef enum
{
MESSAGE_INFO,
MESSAGE_ERROR,
MESSAGE_ENDRECORDING,
MESSAGE_FILECAPTURED
} DSHOW_MESSAGE;
typedef struct
{
DSHOW_MESSAGE dwMessage;
WCHAR* wzMes