代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/305277/3778403
check byname.check
test no braces completed properly
test no braces r completed properly
test plain completed properly
test plain r completed properly
test old by name completed properly
test old by name r completed pro
www.eeworm.com/read/305277/3778408
check overloads.check
ok: -('a') = -97
ok: -(97) = -97
ok: Ops.-('a') = a
ok: Ops.-(97) = 97
ok: -- = 0
ok: --('a') = a
ok: --(97) = 97
ok: Ops.-- = 0
ok: Ops.--('a') = a
ok: Ops.--(97) = 97
ok: Funcs.foo = 0
ok: Funcs.foo
www.eeworm.com/read/305277/3778410
check interpreter.check
Type in expressions to have them evaluated.
Type :help for more information.
scala>
scala>
scala> res0: Int = 7
scala> | | | | gcd: (int,int)int
scala> five: int = 5
scala> x
www.eeworm.com/read/305277/3778414
check richs.check
RichCharTest1:
true
true
true
true
RichIntTest:
10
11
12
13
0
0
10000
10
20
10001
ffffffff
RichStringTest1:
s1: abc
s2: abc\txyz\n
s3: abc
xyz
s4: abc
|xyz
s5: abc
www.eeworm.com/read/305277/3778416
check constructors.check
x=1 y=2
x=3 y=3
x=1 y=1
x=1 y=2 a=1 b=2 c=a
x=3 y=3 a=3 b=3 c=b
www.eeworm.com/read/305277/3778426
check literals.check
test '\u0024' == '$' was successful
test '\u005f' == '_' was successful
test 65.asInstanceOf[char] == 'A' was successful
test "\141\142" == "ab" was successful
test "\0x61\0x62".trim() == "x61\0x62" w
www.eeworm.com/read/305277/3778428
check lisp.check
(lambda (x) (+ (* x x) 1))
(lambda (x) (+ (* x x) 1))
( '(1 2 3)) = (1 2 3)
(car '(1 2 3)) = 1
(cdr '(1 2 3)) = (2 3)
(null? '(2 3)) = 0
(null? '()) = 1
faculty(10) = 3628800
faculty(10) = 362