代码搜索:Checking

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

代码结果 6,492
www.eeworm.com/read/153823/12004335

m vrpnc1.m

%VRPNC1 Christofiles' VRP problem 1 data. %Run vrpnc1 to load into workspace: % XY = vertex cooridinates % q = vertex demands, with depot q(1) = 0 % Q = maximum route load % ld = lo
www.eeworm.com/read/255711/12063404

plg szjs.plg

Build Log --------------------Configuration: SZJS - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\MAOXIA~1
www.eeworm.com/read/152447/12112617

bld krtlcd.bld

Release 6.1.03i - ngdbuild G.26 Copyright (c) 1995-2003 Xilinx, Inc. All rights reserved. Command Line: ngdbuild -intstyle ise -dd c:\lcd_new300\krtlcd/_ngo -uc krtlcd.ucf -p xc2s300e-fg456-6 krtlc
www.eeworm.com/read/340520/12150128

inc ezdslopt.inc

{===EZDSLOPT.INC====================================================== Fixed compiler options for the EZ Delphi Structures Library. DO NOT MODIFY ANYTHING IN THIS FILE. EZDSLOPT.INC is Copyrigh
www.eeworm.com/read/252270/12290783

txt 建议:定期用badblocks检查磁盘错误(翻译).txt

作者:studyboy email: studyboy@21cn.com 日期:2001-7-24 11:59:59 应该周期性地用badblocks 命令检查坏块 它输出找到的所有坏块的编号的列表。列表给fsck 记录在文件系统数据结构中, 使操作系统存储数据时不使用这些坏块。举例: $ badblocks /dev/fd0H1440 1440 > bad-blocks $ f
www.eeworm.com/read/337370/12374062

plg t.plg

Build Log --------------------Configuration: t - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\XZNUWANG\LO
www.eeworm.com/read/125782/14463892

configure

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

c xmalloc.c

/* * xmalloc.c * * Simple error-checking version of malloc() * */ #include #include void *xmalloc(size_t size) { void *p = malloc(size); if ( !p ) { fprintf(stderr
www.eeworm.com/read/225739/14518338

c xstrdup.c

/* * xstrdup.c * * Simple error-checking version of strdup() * */ #include #include #include char *xstrdup(const char *s) { char *p = strdup(s); if ( !p ) {
www.eeworm.com/read/119794/14821304

asm mult_64x.asm

;/****************************************************************************\ ; * Copyright (C) 2000 Texas Instruments Incorporated. * ; * All Right