代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/110301/6165091
h func.h
/* OBSOLETE -- NOW PART OF BOOZ.H */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1987/02/08
*/
/* Functions defined
www.eeworm.com/read/110301/6165343
h func.h
/* OBSOLETE -- NOW PART OF BOOZ.H */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1987/02/08
*/
/* Functions defined
www.eeworm.com/read/110034/6169949
h func.h
/*
** -----------------------------------------------------------------------------
**
** Perle Specialix driver for Linux
** Ported from existing RIO Driver for SCO sources.
*
* (C) 1990 - 2000
www.eeworm.com/read/109128/6176294
js func.js
/**
* 判断由字符串from和to代表的两个日期的先后关系.
* @param from 满足yyyy-MM-dd HH:mm日期格式的字符串
* @param to 满足yyyy-MM-dd HH:mm日期格式的字符串
* @return -1 : from > to
* @return 0 : from = to
* @return 1 : from < to
www.eeworm.com/read/106385/6193904
cxx func.cxx
//{{{ Banner
//============================================================================
//
// func.cxx
//
// Implementation of CDL functions
//
//===========
www.eeworm.com/read/102935/6228831
h func.h
/*
** -----------------------------------------------------------------------------
**
** Perle Specialix driver for Linux
** Ported from existing RIO Driver for SCO sources.
*
* (C) 1990 - 2000
www.eeworm.com/read/101082/6249336
c func.c
#ifndef lint
static CHTYPE *sccsid = "@(#)func.c 4.1 7/17/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 by *
www.eeworm.com/read/100926/6264552
h func.h
/*
* func.h,v 1.3 2000/06/04 22:00:03 brunsch Exp
*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by the te
www.eeworm.com/read/100285/6270688
sgml func.sgml
Functions
Describes the built-in functions available
in Postgres.
www.eeworm.com/read/100285/6271793
py func.py
# func.py - demonstrate the use of SQL functions
# inspired from the PostgreSQL tutorial
# adapted to Python 1995 by Pascal ANDRE
print "_____________________________________________________________