代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/418731/10933746

txt how to directly go to inbox, write msg, w hotmail, no need for hotmail today - http users.txt

FOR HOTMAIL OR MSN EMAIL USERS sometimes just checking the hotmail website to check your hotmail or msn email is quicker than opening your email client.. and this method is a sure-fire way to make
www.eeworm.com/read/416664/11018341

m emptycheck.m

% This is a subfunction of rrrproject3.m % Created by Gan Tao taogan@eng.buffalo.edu % Graduate Student of SUNY Buffalo % Date: Jan.2004 % emptycheck.m is for checking wether the variables
www.eeworm.com/read/470542/6913299

dpr exinsdup.dpr

program EXInsDup; {-Example program showing how to insert duplicate data objects, error checking has not been implemented.} {$I EZDSLDEF.INC} {---Place any compiler options you require her
www.eeworm.com/read/466324/7033682

java exercise7_1.java

/** Exercise7_1.java: * Rewrite Example 7.1, "Checking Palindromes," which checks * whether a string is a palindrome. Create your own reverse method. * Do not use the reverse method in the S
www.eeworm.com/read/170226/7097616

c ts_filter.c

/* A simple filter (stdin -> stdout) to extract multiple streams from a multiplexed TS. Specify the PID on the command-line Updated 29th January 2003 - Added some error checking and reporting
www.eeworm.com/read/458682/7291658

sh ex3.sh

#!/bin/bash # This is a simple script that removes blank lines from a file. # No argument checking. # # You might wish to add something like: # # E_NOARGS=65 # if [ -z "$1" ] # then # echo "Usage: `
www.eeworm.com/read/454368/7393111

setlibpath

# --- !/bin/bash LIBDIR="`pwd`/lib" echo "Adding $LIBDIR to library path ... " if [ "$LD_LIBRARY_PATH" ]; then echo "Checking your library path ... " #echo -e "using $LD_LIBRARY_PATH" ; OLDIFS=
www.eeworm.com/read/448535/7531504

m tocrt.m

function y = tocrt(x,m) % % Compute the representation of the scalar x using the % using the Chinese Remainder Theorem (CRT) with % moduli m = [m1,m2,...,mr]. It is assumed (without checking) %
www.eeworm.com/read/448535/7531528

m tocrtpoly.m

function y = tocrt(f,m) % % Compute the representation of the polynomial f using the % using the Chinese Remainder Theorem (CRT) with % moduli m = {m1,m2,...,mr}. It is assumed (without checking
www.eeworm.com/read/299193/7880419

cpp rtcsup.cpp

/* * Copyright (c) Microsoft Corporation. All rights reserved. * * Demonstration of the use of the Run-Time Error Checking (RTC) API without * using the C Run-Time Library (CRT). * * Th