代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/108494/15585332
c xstrdup.c
/*
* xstrdup.c
*
* Simple error-checking version of strdup()
*
*/
#include
#include
#include
char *xstrdup(const char *s)
{
char *p = strdup(s);
if ( !p ) {
www.eeworm.com/read/104265/15700204
plg p40.plg
Build Log
--------------------Configuration: P40 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\hit\LOCAL
www.eeworm.com/read/102158/15792239
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
www.eeworm.com/read/392071/8363855
h grs_warning_module.h
#ifndef __grs_warning_module_h__
#define __grs_warning_module_h__
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/392071/8363875
h grs_warning_module.h
#ifndef __grs_warning_module_h__
#define __grs_warning_module_h__
#include
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/391748/8380296
c xmalloc.c
/* xmalloc.c -- malloc with out of memory checking
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
Inc.
www.eeworm.com/read/288786/8607961
bld pblcd.bld
Release 8.1i ngdbuild I.24
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Command Line: ngdbuild -intstyle ise -dd _ngo -nt timestamp -uc PBLCD.ucf -p
xc3s200-ft256-4 PBLCD.ngc PBLCD.ngd
www.eeworm.com/read/431881/8647944
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/431852/8649159
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/286741/8745840
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