代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/260961/4327024
sdc precision_tech.sdc
###################################################################################
# Mentor Graphics Corporation
#
# This file is not a constraints report, nor does it list all the
# Tech constra
www.eeworm.com/read/195469/8152496
c uvision.c
//*****************************************************************************
//
// uvision.c - Routines for simply ignoring the debugger communciation APIs
// since uVision does not
www.eeworm.com/read/104078/15710464
c rctopc.c
/**************************************************************************
*
* NAME
* rctopc
*
* FUNCTION
*
* convert reflection coefficients into lpc coefficients
*
* BEWARE: This code does not use
www.eeworm.com/read/320955/13415340
c endfile.c
#include "f2c.h"
#include "fio.h"
/* Compile this with -DNO_TRUNCATE if unistd.h does not exist or */
/* if it does not define int truncate(const char *name, off_t). */
#ifdef MSDOS
#undef NO_TRUNCA
www.eeworm.com/read/287078/4030980
cpp referencevariables.cpp
int main(int argc, char** argv)
{
int x = 3, y = 4, z = 5;
int& xRef = x;
xRef = 10;
// int& emptyRef; // DOES NOT COMPILE!
// int& unnamedRef = 5; // DOES NOT COMPILE
const int& unname
www.eeworm.com/read/402294/11538670
c crypt.c
/*
* Copyright (C) 1996,1997 Michael R. Elkins
* Copyright (C) 1999-2000 Thomas Roessler
* Copyright (C) 2001 Thomas Roessler
www.eeworm.com/read/396039/2423761
m4 aclocal_cc.m4
dnl
dnl This is a replacement for AC_PROG_CC that does not prefer gcc and
dnl that does not mess with CFLAGS. See acspecific.m4 for the original defn.
dnl
dnl/*D
dnl PAC_PROG_CC - Find a working C co
www.eeworm.com/read/351636/3103222
c endfile.c
#include "v3p_f2c.h"
#include "fio.h"
/* Compile this with -DNO_TRUNCATE if unistd.h does not exist or */
/* if it does not define int truncate(const char *name, off_t). */
#ifdef MSDOS
#unde
www.eeworm.com/read/289898/8518490
m ds_mod.m
%*************************************************************************************
% This function does the DS-SS modulation
%
% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%
%
www.eeworm.com/read/289898/8518503
m ds_demod.m
%*************************************************************************************
% This function does the DS-SS modulation
%
% AUTHOR: Wenbin Luo
% DATE : 04/28/01
%
%