代码搜索:routines 开发教程
找到约 10,000 项符合「routines 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/422638/2035636
c stats_routines.c
#ifdef __ATH_DJGPPDOS__
#include
#ifndef EILSEQ
#define EILSEQ EIO
#endif // EILSEQ
#define __int64 long long
#define HANDLE long
typedef unsigned long DWORD;
#define Sl
www.eeworm.com/read/385631/2587399
c software_routines.c
#pragma no_custom_faddd
#pragma no_custom_fsubd
#pragma no_custom_fmuld
#pragma no_custom_fdivd
#pragma no_custom_fadds
#pragma no_custom_fsubs
#pragma no_custom_fmuls
#pragma no_custom_fdivs
www.eeworm.com/read/385631/2587403
c hardware_routines.c
int dpfp_hw_compare(double a, double b)
{
return((a > b) ? (1) : (0));
}
float dpfp_hw_double_to_float(double a)
{
return((float)(a));
}
double dpfp_hw_float_to_double(float a)
{
www.eeworm.com/read/385631/2587411
c hardware_routines.c
unsigned int double_to_uint(double x)
{
return((unsigned int)(x));
}
int double_to_int(double x)
{
return((int)(x));
}
double int_to_double(int x)
{
return((double)(x));
}
www.eeworm.com/read/367182/2850247
c timer_routines.c
/* Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , 2003.
The GNU C Library is
www.eeworm.com/read/367182/2850500
c timer_routines.c
/* Helper code for POSIX timer implementation on NPTL.
Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kyl
www.eeworm.com/read/360437/2962728
result is_routines_embedded.result
SHOW TABLES FROM information_schema LIKE 'ROUTINES';
Tables_in_information_schema (ROUTINES)
ROUTINES
#######################################################################
# Testcase 3.2.1.1: INFORM
www.eeworm.com/read/360437/2962881
test is_routines_embedded.test
# suite/funcs_1/t/is_routines_embedded.test
#
# Check the layout of information_schema.routines and the impact of
# CREATE/ALTER/DROP PROCEDURE/FUNCTION ... on it.
# Variant for the embedded server
#
www.eeworm.com/read/294911/8193885
ulp useful-routines.ulp
#usage "Collection of useful routines\n"
""
"Author: support@cadsoft.de"
// THIS PROGRAM IS PROVIDED AS IS AND WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR
www.eeworm.com/read/394200/8242556