代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/357783/10201127
m un_qam.m
function s = un_qam(M,z)
% a convenient quantity
N = sqrt(M/4); % M = 4N^2
% check if valid M (via checking if N is an integer)
if N ~= floor(N),
error('M must be of the form 4*N^2
www.eeworm.com/read/161842/10363546
h wispelld.h
/*
* The following ifdef block is the standard way of creating macros which make exporting
* from a DLL simpler. All files within this DLL are compiled with the WISPELL_EXPORTS
* symbol defi
www.eeworm.com/read/353272/10458040
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/353272/10458508
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/352688/10524305
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:537: checking for gunzip
configure:577: checking for flex
confi
www.eeworm.com/read/423594/10544526
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/351971/10589893
asm chkstk.asm
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; This source code is licensed under Microsoft Shared Source License
; Version 1.0 for Windows CE.
; For a copy of the license
www.eeworm.com/read/277854/10599079
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/350777/10710654
sh check.sh
make
make clean
rm -rf *log *.cpp
./Generator
for FILE in *.out
do
echo "checking $FILE"
echo "checking $FILE+++++++++++++++++++">>timelog
./$FILE >> timelog
if cmp matrix.dat output.txt; then
ec