代码搜索:Avoiding
找到约 159 项符合「Avoiding」的源代码
代码结果 159
www.eeworm.com/read/174006/9612714
txt 21.5.txt
Listing 21.5 Avoiding Array Bounds Checking
unsafe
{
// allocate an int[10] array
int *pArray = stackalloc int[10];
// now do processing with *(pArray+i) to access element i, for example:
for(in
www.eeworm.com/read/202785/15373313
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/136879/13356531
cpp fig11_10.cpp
// Fig. 11.10: fig11_10.cpp
// Avoiding a precedence problem between the stream-insertion
// operator and the conditional operator.
// Need parentheses around the conditional expression.
#includ
www.eeworm.com/read/162614/5517964
c dce1.c
/* Make sure that dead code isn't eliminated too early, avoiding
detection of errors. */
/* { dg-do compile } */
void foo(void)
{
if (0)
break; /* { dg-error "" } */
if (1)
;
else
www.eeworm.com/read/162614/5529491
c 20031111-1.c
/* Make sure that dead code isn't eliminated too early, avoiding
detection of errors. */
/* { dg-do compile } */
void foo(void)
{
if (0)
break; /* { dg-error "" } */
if (1)
;
else
www.eeworm.com/read/448678/7527284
h prctl.h
#ifndef VSF_DUMMYINC_PRCTL_H
#define VSF_DUMMYINC_PRCTL_H
/* Deliberate nothing; we're just avoiding a compile error. */
#endif /* VSF_DUMMYINC_PRCTL_H */
www.eeworm.com/read/421857/10690936
txt user's guide to avoiding virus infections, keeping an eye out for viruses.txt
User's guide to avoiding virus infections
Keeping an eye out for viruses
Computer viruses are everywhere! This guide will show you how to stay alert and how to avoid getting infections on your c
www.eeworm.com/read/418731/10933881
txt user's guide to avoiding virus infections, keeping an eye out for viruses.txt
User's guide to avoiding virus infections
Keeping an eye out for viruses
Computer viruses are everywhere! This guide will show you how to stay alert and how to avoid getting infections on your c
www.eeworm.com/read/415537/11065360
txt user's guide to avoiding virus infections, keeping an eye out for viruses.txt
User's guide to avoiding virus infections
Keeping an eye out for viruses
Computer viruses are everywhere! This guide will show you how to stay alert and how to avoid getting infections on your c
www.eeworm.com/read/446297/7581619