代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/271244/11002213
m subsref.m
function x=subsref(c,s)
% COMPONENTS/SUBSREF handles c(s) for Components structures
switch s(1).type
case '()'
ind = s.subs{:};
if length(ind) ~= 1
error('Index
www.eeworm.com/read/407834/6919671
h snmp_structs.h
/**
* @file
* Generic MIB tree structures.
*
* @todo namespace prefixes
*/
/*
* Copyright (c) 2006 Axon Digital Design B.V., The Netherlands.
* All rights reserved.
*
* Redistribution and us
www.eeworm.com/read/407834/6919688
h snmp_msg.h
/**
* @file
* SNMP Agent message handling structures.
*/
/*
* Copyright (c) 2006 Axon Digital Design B.V., The Netherlands.
* All rights reserved.
*
* Redistribution and use in source and bina
www.eeworm.com/read/103075/7087400
h regex.h
/* Definitions for data structures and routines for the regular
expression library, version 0.12.
Copyright (C) 1985, 89, 90, 91, 92, 93, 95 Free Software Foundation, Inc.
This program is f
www.eeworm.com/read/135104/7093947
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet siz
www.eeworm.com/read/135104/7094213
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet siz
www.eeworm.com/read/135104/7094303
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet siz
www.eeworm.com/read/296774/7114332
h decl.h
/* Variables and structures for declaration processing.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modi
www.eeworm.com/read/296774/7114338
h class.h
/* Variables and structures for overloading rules.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it