代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/313568/3643413
h dcm_sp_maximum_period_check_v.h
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 Xi
www.eeworm.com/read/294947/3914006
cc gr_check_lfsr_32k_s.cc
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/294947/3914156
h gr_check_lfsr_32k_s.h
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/294947/3914266
i gr_check_lfsr_32k_s.i
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/447901/1693400
patch ext3-check-jbd-errors-2.6.9.patch
Index: linux-2.6.9-full/include/linux/ext3_fs.h
===================================================================
--- linux-2.6.9-full.orig/include/linux/ext3_fs.h 2006-08-09 17:56:39.000000000 +040
www.eeworm.com/read/447901/1693421
patch ext3-check-jbd-errors-2.6.5.patch
Index: linux-2.6.5-7.201-full/include/linux/ext3_fs.h
===================================================================
--- linux-2.6.5-7.201-full.orig/include/linux/ext3_fs.h 2006-08-09 17:59:34.00
www.eeworm.com/read/432906/1886612
py 06_block-destroy_check_list_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Dan Smith
from XmTestLib import *
from XmTestLib.block_utils import *
import re, time
def
www.eeworm.com/read/412251/2171588
svn-base ac_check_odbc.m4.svn-base
AC_DEFUN(AC_CHECK_ODBC,
[
AC_LANG_SAVE
AC_LANG_C
AC_ARG_WITH(odbc,
[ --with-odbc[=DIR] Use unixODBC, optionally installed in DIR],
[
if test "x$withval" != "xyes"
then
odbc_dir=$withval
else
www.eeworm.com/read/385462/2588815
py 06_block-destroy_check_list_pos.py
#!/usr/bin/python
# Copyright (C) International Business Machines Corp., 2005
# Author: Dan Smith
from XmTestLib import *
from XmTestLib.block_utils import *
import re, time
def
www.eeworm.com/read/383065/2622521
c ptw32_cond_check_need_init.c
/*
* ptw32_cond_check_need_init.c
*
* Description:
* This translation unit implements condition variables and their primitives.
*
*
* ----------------------------------------------------