代码搜索:Checking

找到约 6,492 项符合「Checking」的源代码

代码结果 6,492
www.eeworm.com/read/253533/12216841

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/150017/12325391

configure

#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/149834/12344895

configure

#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/337687/12350012

log config.log

This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by c-smile configure 1.0.0, which was generated by GNU
www.eeworm.com/read/129891/14219178

configure

#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.12 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/129847/14222389

configure

#!/bin/sh # configure script for zlib. This script is needed only if # you wish to build a shared library and your system supports them, # of if you need special compiler, flags or install director
www.eeworm.com/read/128880/14273964

configure

#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.12 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/227292/14433199

configure

#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/225991/14506459

configure

#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/223144/14653859

cpp 16_3.cpp

//16_3 #include #include "account.h" #include "savings.h" #include "checking.h" void DoSavings(int n); void DoChecking(int n); void DoAccess(int n); void main() { int se