代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/166778/9998585
c xstrndup.c
/* Duplicate a bounded initial segment of a string, with out-of-memory
checking.
Copyright (C) 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/
www.eeworm.com/read/166778/9998678
h xstrndup.h
/* Duplicate a bounded initial segment of a string, with out-of-memory
checking.
Copyright (C) 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/
www.eeworm.com/read/279872/10382087
pas icqworks.pas
unit ICQWorks {TICQClient, TICQDb contants & procedures};
{(C) Alex Demchenko(alex@ritlabs.com)}
{$R-} //Remove range checking
{$DEFINE USE_ASM} //Remove t
www.eeworm.com/read/421857/10690437
txt sp2 for xp slipstream, integrate sp2 into your xp cd.txt
This is a long one but it works really nicely:
I have used this method with great success and I want to say that I did not create it, but in checking several sources, I find that it is pretty much
www.eeworm.com/read/418731/10933551
txt sp2 for xp slipstream, integrate sp2 into your xp cd.txt
This is a long one but it works really nicely:
I have used this method with great success and I want to say that I did not create it, but in checking several sources, I find that it is pretty much
www.eeworm.com/read/458682/7291702
sh wstrings.sh
#!/bin/bash
# wstrings.sh: "word-strings" (enhanced "strings" command)
#
# This script filters the output of "strings" by checking it
#+ against a standard word list file.
# This effectively elimina
www.eeworm.com/read/443689/7627330
cpp dhtmlcontrol.cpp
// DHTMLControl.cpp : Implementation of CDHTMLControl
#include "stdafx.h"
#include "DHTMLGrades.h"
#include "DHTMLControl.h"
//Added by Chuck Wood for error checking
#include "..\OLEDBErrorChec
www.eeworm.com/read/440314/7690721
m comp_laplacian.m
%Function computes the laplacian of an image, but only on pixels defined by
%the input parameter mask. Wind is the sub-window over which to compute (to
%save time by not checking regions the user kn
www.eeworm.com/read/197288/8006008
h array.h
#ifndef CB__ARRAY_H
#define CB__ARRAY_H
//
// Title: Array Class
//
// Description:
//
// The Array template class is a wrapper for the STL vector class
// that allows range checking