代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/259998/11752610
h oslsr.h
/*
Operating System
--------------------------------------------------------------------------
FILE oslsr.h
--------------------------------------------------------------------------
INTRO
www.eeworm.com/read/258467/11859928
h dwarf2.h
/**************************************************************
** Copyright (C) 2002-2007 基础技术开发部
** All right reserved
***************************************************************
**
** 项目名称
www.eeworm.com/read/155597/11861523
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/155597/11861671
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/344712/11864845
c lemon.c
/*
** This file contains all sources (including headers) to the LEMON
** LALR(1) parser generator. The sources have been combined into a
** single file to make it easy to include LEMON in the source
www.eeworm.com/read/344512/11876283
m stlsident.m
function [ sysh, info, w, xini ] = stlsident( w, m, l, opt )
% STLSIDENT - Identification by structured total least squares.
%
% [ sysh, info, wh, xini ] = stlsident( w, m, l, opt )
%
% Inputs:
% W
www.eeworm.com/read/344173/11903971
h target.h
typedef struct{
int objx;
int objy;
int corvalue;
} target;
www.eeworm.com/read/344156/11906954
modspec layout_g4.modspec
# diskmodel (version 1.1)
# Authors: John Bucy, Greg Ganger
# Contributors: John Griffin, Jiri Schindler, Steve Schlosser
#
# Copyright (c) of Carnegie Mellon University, 2003-2005
#
# This software i
www.eeworm.com/read/257903/11907823
h jpeglib.h
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/154775/11927261
questions
1) why the sequence:
for (i = 0; i != struct->nr_disks; i++)
instead of:
for (i = 0; i < struct->nr_disks; i++)
???