代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/409373/11330587
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.60a.
www.eeworm.com/read/153823/12004139
m rte2w.m
function W = rte2W(rte,f,h)
%RTE2W Converts routings to weight matrix.
% W = rte2W(rte,f,h)
% rte = routings; e.g., rte = {[1 2 3];[4 1]}, for routing 1-2-3 and 4-1
% f = flow
% h = handlin
www.eeworm.com/read/153823/12004228
m cell2padmat.m
function M = cell2padmat(C,align)
%CELL2PADMAT Convert cell array of vectors to NaN-padded matrix.
% M = cell2padmat(C,align)
% align = 1, left alignment (default)
% = 2, right alignment
www.eeworm.com/read/153823/12004247
m isint.m
function y = isint(x,TolInt)
%ISINT True for integer elements (within tolerance).
% y = isint(x,TolInt)
% = abs(x-round(x)) < TolInt
% TolInt = integer tolerance
% = [0.01*sqrt
www.eeworm.com/read/123143/14645703
m gasdemo.m
function slide=gasdemo
% This is a slideshow file for use with playshow.m and makeshow.m
% Too see it run, type 'playshow gasdemo',
% Copyright (c) 1994-98 by The MathWorks, Inc.
% $Revision: 1
www.eeworm.com/read/119862/14819382
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:578: checking for a BSD compatible install
configure:631: check
www.eeworm.com/read/115861/14998702
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/213128/15142006
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/162614/5521299
c prepost4.c
// { dg-do assemble }
// GROUPS passed prefix-postfix
class Y {
public:
friend Y operator++ (Y&);
// This is legal---it's a good test to make sure that grokfndecl's
// checking of the argum