代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/105396/15668431
h jpeg.h
/*
//
// jpeg.h
//
// Copyright (c) 1995-96 Jim Nelson. Permission to distribute
// granted by the author. No warranties are made on the fitness of this
// source code.
//
*/
#ifndef JPEG_H
#define
www.eeworm.com/read/389396/8524262
h mlss.h
/**************************************************************************
MODULE: MLSS
CONTAINS: MicroCANopen - Support for MicroLSS - Layer Setting Services
COPYRIGHT: Embedded Systems Acade
www.eeworm.com/read/358708/10181279
log qam_gen_packed.log
# Generated by the VisualDSP++ IDDE (Mon Dec 11 11:28:28 2006)
# Project File: C:\Documents and Settings\asachde\Desktop\Project1\Blackfin_Qam\533\qam_gen_packed\qam_gen_packed.dpj
"C:\Program Fil
www.eeworm.com/read/358708/10181292
log qam_gen_unpacked.log
# Generated by the VisualDSP++ IDDE (Mon Dec 11 11:29:39 2006)
# Project File: C:\Documents and Settings\asachde\Desktop\Project1\Blackfin_Qam\533\qam_gen_unpacked\qam_gen_unpacked.dpj
"C:\Program
www.eeworm.com/read/440789/7681227
log qam_gen_packed.log
# Generated by the VisualDSP++ IDDE (Mon Dec 11 11:28:28 2006)
# Project File: C:\Documents and Settings\asachde\Desktop\Project1\Blackfin_Qam\533\qam_gen_packed\qam_gen_packed.dpj
"C:\Program Fil
www.eeworm.com/read/440789/7681240
log qam_gen_unpacked.log
# Generated by the VisualDSP++ IDDE (Mon Dec 11 11:29:39 2006)
# Project File: C:\Documents and Settings\asachde\Desktop\Project1\Blackfin_Qam\533\qam_gen_unpacked\qam_gen_unpacked.dpj
"C:\Program
www.eeworm.com/read/436662/7766384
readme
ARToolKitPlus 2.1.1
ARToolKit is a software library that can be used to calculate
camera position and orientation relative to physical markers
in real time. This enables the easy development of a
www.eeworm.com/read/116006/6115333
c nopmif.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/157460/11702268
qmsg synp.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Fitter Quartus II " "Info: Running Quartu
www.eeworm.com/read/162614/5522265
c rfg13.c
// { dg-do assemble }
// Bug: g++ does overloading on a function-by-function basis.
void
f ()
{
void (*fp)(void);
{
extern void g ();
}
fp = g; /* { dg-error "" } no 'g' in scope */
}