代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/129891/14219853
c ga_port.c
#include "gai_hdr.h"
/*
* Go through all the addrinfo structures, checking for a match of the
* socket type and filling in the socket type, and then the port number
* in the corresponding socket a
www.eeworm.com/read/127767/14336663
txt e226. listing all available certificate formats.txt
Retrieving the list of available certificate formats requires checking the services provided by all registered providers. The retrieved list of names can be used in creating a Certificate or CertPath
www.eeworm.com/read/123403/14635915
txt findwindow.txt
// Find the Input panel window handle
hWndInputPanel = FindWindow(TEXT("SipWndClass"), NULL);
// Checking...
if (hWndInputPanel != NULL)
// Get the original Input panel window size
GetWindowRect(
www.eeworm.com/read/121591/14750390
me read.me
HEAPCHK
Many Turbo C 2.0 programmers have asked for some method which will
verify the integrity of the heap. This is for you.
To use the heap checking functions
www.eeworm.com/read/121591/14750394
h heapchk.h
/*
* HEAPCHK.H
*
* David Stafford
*
* Prototypes for the heap checking routines.
*/
int cdecl _heapcheck( void );
int cdecl _farheapcheck( void );
#define _HEAPEMPTY 1
www.eeworm.com/read/117180/14938123
c res.c
/*
Test program for checking CTask DOS TSR compatibility.
This program goes TSR, and then repeatedly reads a file, and
outputs status messages to the serial port.
The program is
www.eeworm.com/read/207217/15279267
cpp main.cpp
// Exercise 18.1 Exercising the SparseArray class template
// We create a sparse aray of integers, populate 20 of its
// entries (checking for duplicates among the randomly generated indices)
// a
www.eeworm.com/read/250243/4432051
h crypto_des.h
/*
* Cryptographic API.
*
* Function for checking keys for the DES and Tripple DES Encryption
* algorithms.
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/246537/4494089
c ga_port.c
#include "gai_hdr.h"
/*
* Go through all the addrinfo structures, checking for a match of the
* socket type and filling in the socket type, and then the port number
* in the corresponding socket a