代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/275831/10794168

rb 03 - rerunning after an exception.rb

def rescue_and_retry error_fixed = false begin puts 'I am before the raise in the begin block.' raise 'An error has occurred!' unless error_fixed puts 'I am after the raise in the begi
www.eeworm.com/read/418455/10944798

linux操作系统的configure参数解释说明

'configure'脚本有大量的命令行选项。对不同的软件包来说,这些选项可能会有变化,但是许多基本的选项是不会改变的。带上'-- help'选项执行'configure'脚本可以看到可用的所有选项。尽管许多选项是很少用到的,但是当你为了特殊的需求而configure一个包时,知道他们的存在是很有益处的。下面对每一个选项进行简略的介绍: --cache-file=FILE 'configure ...
www.eeworm.com/read/462646/7198829

bld filtro_fir_mac.bld

Release 7.1i ngdbuild H.38 Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved. Command Line: ngdbuild -intstyle ise -dd "e:\mis documentos\teleco files\4 teleco\1er cuatrimestre\arquitectura
www.eeworm.com/read/243628/12931285

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 configure, which was generated by GNU Autoconf 2.59. I
www.eeworm.com/read/312248/13614398

m my_bi2de.m

function d = my_bi2de(b, msbflag) %now i need to convert bit vector into decimal numbers. so my_bi2de is the %function for that, d is the output decimal number, b is the binary vector, %and msbfl
www.eeworm.com/read/307064/13732201

configure

#!/bin/sh # Configure some things for GKrellM when make is run. # This configure is run automatically so no need to run it by hand. # # Copyright (C) 2003 Bill Wilson for i do if [ "$i" = "--witho
www.eeworm.com/read/306232/13749020

m my_bi2de.m

function d = my_bi2de(b, msbflag) %now i need to convert bit vector into decimal numbers. so my_bi2de is the %function for that, d is the output decimal number, b is the binary vector, %and msbfl
www.eeworm.com/read/143603/5756490

tst

#!/bin/sh # This is a short-cut to execute tests on the parser. # ./conf/torture_msgs{,2} contain various kind of messages. #echo "==" #echo "== Testing the parser contained in libosip." #echo "== Y
www.eeworm.com/read/141805/5768236

sql create.sql

drop table checking; create table checking (id varchar(3) constraint pk_checking primary key, balance decimal(10,2)); insert into checking values ('123', 500.00); drop table cash_in_machine;
www.eeworm.com/read/136865/5841930

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