代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/438717/1823201
test_builtin
test_builtin
4. Built-in functions
test_b1
__import__
abs
apply
callable
chr
cmp
coerce
compile
complex
delattr
dir
divmod
eval
execfile
filter
float
getattr
hasattr
hash
hex
id
int
isinstance
issubcl
www.eeworm.com/read/366702/2883751
c builtins-37.c
/* Copyright (C) 2004 Free Software Foundation.
Check tan, tanf and tanl built-in functions.
Written by Uros Bizjak, 7th April 2004. */
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-ma
www.eeworm.com/read/162614/5530735
c builtins-37.c
/* Copyright (C) 2004 Free Software Foundation.
Check tan, tanf and tanl built-in functions.
Written by Uros Bizjak, 7th April 2004. */
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-ma
www.eeworm.com/read/113130/15469752
html functions.html
Library Routines
Built-in Functions
Basic I/O
puts(string text) - append a string to
www.eeworm.com/read/100264/15879415
c bobj.c
/* bobj.c: Built-in objects table and corresponding functions */
/* $Id: bobj.c 2.1 1995/10/24 15:46:14 tsurace Release $ */
#include "vt.h"
#include "prmt.h"
#ifdef __WIN32__
# include
www.eeworm.com/read/138927/13202010
c fincsys_cpp.c
# 1 "fincsys.c"
# 1 ""
# 1 ""
# 1 "fincsys.c"
# 1 "../include/finc/fincsys.h" 1
# 1 "../include/tiny/global.h" 1
# 1 "D:/Bernard/DDE/mingw/include/stdio.h" 1
www.eeworm.com/read/240709/13202536
prefs org.eclipse.jdt.ui.prefs
#Fri Sep 07 09:19:37 CST 2007
eclipse.preferences.version=1
formatter_profile=_Eclipse [built-in] 1
formatter_settings_version=10
org.eclipse.jdt.ui.ignorelowercasenames=true
org.eclipse.jdt.ui.i
www.eeworm.com/read/490300/6454018
prefs org.eclipse.jdt.ui.prefs
#Sat Mar 21 16:44:54 CST 2009
eclipse.preferences.version=1
formatter_profile=_Eclipse [built-in]-{}
formatter_settings_version=11
org.eclipse.jdt.ui.javadoc=false
org.eclipse.jdt.ui.text.custom_
www.eeworm.com/read/403922/11499432
html function.stream-wrapper-restore.html
Restores a previously unregistered built-in wrapper
www.eeworm.com/read/193974/5138393
py test_operations.py
# Python test set -- part 3, built-in operations.
from test_support import *
print_test('Operations (test_operations.py)', 1)
print_test('Numeric', 2)
print_test('+', 3)
assert 0 + 0 == 0
assert 0