代码搜索:Structs
找到约 2,696 项符合「Structs」的源代码
代码结果 2,696
www.eeworm.com/read/282003/4110347
java usbio_device_info.java
package de.thesycon.usbio.structs;
/**
* The USBIO_DEVICE_INFO class contains information on the USB device.
* This structure returns the results of the IOCTL_USBIO_GET_DEVICE_INFO operation.
www.eeworm.com/read/282003/4110357
java usbio_data_buffer.java
package de.thesycon.usbio.structs;
/**
* The USBIO_DATA_BUFFER class is used for buffer input/output operations
* with the UsbIo Java Interface.
*/
public class USBIO_DATA_BUFFER
{
protec
www.eeworm.com/read/274377/4186510
java allocation.java
package structs;
public class ALLocation{
Struct struct;
public ALLocation(Struct str){
struct=str;
}
public boolean add(Struct node){
//if(!Key.hasKWD(struct.KeyWords,node.KeyWords))
www.eeworm.com/read/273662/4201973
swg svn_repos_h.swg
/* Proxy classes for svn_repos.h
* DO NOT EDIT -- AUTOMATICALLY GENERATED */
/* No default constructors for opaque structs */
#ifdef SWIGPYTHON
%nodefault svn_repos_t;
%nodefault svn_authz_t;
#endif
www.eeworm.com/read/273662/4202010
swg svn_auth_h.swg
/* Proxy classes for svn_auth.h
* DO NOT EDIT -- AUTOMATICALLY GENERATED */
/* No default constructors for opaque structs */
#ifdef SWIGPYTHON
%nodefault svn_auth_baton_t;
%nodefault svn_auth_iterst
www.eeworm.com/read/375736/2720355
h dos.h
/***
*dos.h - definitions for MS-DOS interface routines
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines the structs and unions used for the di
www.eeworm.com/read/375736/2721677
h dos.h
/***
*dos.h - definitions for MS-DOS interface routines
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines the structs and unions used for the direct
www.eeworm.com/read/366702/2881609
c enum-incomplete-1.c
/* Test for uses of incomplete enum variables: should be allowed just
when incomplete structs are allowed. PR 32295. */
/* Origin: Joseph Myers */
/* { dg-do compile } *
www.eeworm.com/read/362216/2936137
m dwt_structures.m
%****s* WMTSA-DWT/Structures
%
% NAME
% WMTSA DWT Structures -- structs used in WMTSA DWT toolbox.
%
% DESCRIPTION
% MATLAB structures used in WMTSA DWT toolbox.
%
% TOOLBOX
% wmtsa/dwt
%
% CAT
www.eeworm.com/read/361884/2942667
h cschema.h
// Notes for contemplated "Pretty good C++ schema system"
/*
These are some recurring needs in C++ game development:
* to initialize hard-coded C++ structures (structs & classes) from a
softer dat