代码搜索结果
找到约 10,000 项符合
G 的代码
g.txt
G类
函数名: gcvt
功 能: 把浮点数转换成字符串
用 法: char *gcvt(double value, int ndigit, char *buf);
程序例:
#include
#include
int main(void)
{
char str[25];
double num;
int sig
bsdi-g++
#
# $Id: bsdi-g++,v 1.2 2004/01/21 18:33:32 phil Exp $
#
# qmake configuration for bsdi-g++
#
# Written for WindRiver BSD/OS 4.0.
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt warn_on re
hpux-g++
#
# qmake configuration for hpux-g++
#
# We define _POSIX_C_SOURCE to 199506L when using threads,
# therefore we also need to redefine _HPUX_SOURCE.
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG
cygwin-g++
#
# $Id: cygwin-g++,v 1.2 2004/01/21 18:33:32 phil Exp $
#
# qmake configuration for cygwin-g++
#
# Written for Qt/X11 on Cygwin, using the POSIX API.
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONF
lynxos-g++
#
# qmake configuration for lynxos-g++
#
# Written for LynxOS 4.0
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt warn_on release incremental link_prl
QT += core gui
QMAKE_INCREMENTAL_ST
darwin-g++
#
# qmake configuration for darwin-g++
#
# Written for Qt/X11 on Darwin and XFree86
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt warn_on release link_prl native_precompiled_headers
QT
qnx-g++
#
# qmake configuration for qnx-g++
#
# Written for QNX RTOS v6 with X11
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt warn_on release link_prl
QT += core gui
QMAKE_CC = gcc
QMAKE_LE
unixware-g++
#
# qmake configuration for unixware-g++
#
# Written for UnixWare 7 with OSTK
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt warn_on release link_prl
QT += core gui
QMAKE_CC = gcc
QMA