代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/153823/12004235
m adj2incid.m
function [I,c] = adj2incid(A)
%ADJ2INCID Node-node weighted adjacency matrix to node-arc incidence matrix.
% [I,c] = adj2incid(A)
% A = m x m node-node weighted adjacency matrix of arc lengths
www.eeworm.com/read/223310/14646594
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(cmd/gclient.c)
AM_INIT_AUTOMAKE(gnbd, 0.0.91)
AM_CONFIG_HEADER(config.h)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SE
www.eeworm.com/read/222447/14689779
ac configure.ac
# Process this file with autoconf to produce a configure script.
AC_INIT(meep, 0.10, meep@ab-initio.mit.edu)
AC_CONFIG_SRCDIR(src/step.cpp)
# Shared-library version number; indicates api compatibilit
www.eeworm.com/read/169697/5412592
c comm_dup.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#include "mpicomm.h"
/* -- Begin P
www.eeworm.com/read/169697/5413891
in configure.in
dnl Caching is usually WRONG for systems with cross-mounted file systems
dnl (the cache file may correspond to a different system). Since configure
dnl is not on a performance-critical path, go for r
www.eeworm.com/read/194581/8190530
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 mpg123 configure 0.64, which was
generated by GNU Autoc
www.eeworm.com/read/292797/8332667
m4 missing.m4
## --------------------------------------------------------- ##
## Fake the existence of programs that GNU maintainers use. ##
## --------------------------------------------------------- ##
dnl AM_M
www.eeworm.com/read/370167/9613731
txt deploylog.txt
E:\web_khhr\web_khhr_winform.pbt_build>csc
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corpo
www.eeworm.com/read/171641/9744447
ac configure.ac
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT(include/wildmidi_lib.h)
AC_REVISION($Revision: 1.13 $) dnl
AM_CONFIG_HEADER(include/config.h)
AC_CANONICAL_SY
www.eeworm.com/read/134198/14001942
in configure.in
dnl Disable config.cache
define([AC_CACHE_LOAD], )
define([AC_CACHE_SAVE], )
AC_INIT
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(fprobe,1.0.2)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
AC_CHEC