代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5530779
c c99-intconst-1.c
/* Test for integer constant types. */
/* Origin: Joseph Myers . */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
#include
/* Asser
www.eeworm.com/read/414232/11123815
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(statusq.c)
dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
dnl Checks for libraries.
AC_CHECK_LIB(xnet, socket)
AC_CHEC
www.eeworm.com/read/100204/15880644
in configure.in
dnl @(#)configure.in 1.4 00/01/22 Copyright 1998 J. Schilling
dnl Process this file with autoconf to produce a configure script.
AC_REVISION($Revision$)dnl
AC_INIT(xconfig.h.in)
AC_CONFIG_HEADER(xcon
www.eeworm.com/read/429790/8788659
todo
TODO file for GPL-GPS
1. Check the stack usage on the idle thread - can we reduce it to the minimum
1200 bytes? The 1200 bytes is defined as the minimal stack size for us -- sorry
I forgot where. Als
www.eeworm.com/read/283884/8983321
trace function-scope-5.swf.trace
Check the function scope chain works
outermost scope
outermost scope
www.eeworm.com/read/283884/8983378
trace object-math-7.swf.trace
Check mathematical operations with objects in Flash 7
NaN
NaN
NaN
NaN
NaN
NaN
NaN
NaN
NaN
NaN
NaN
NaN
NaN
NaN
NaN
NaN
www.eeworm.com/read/283884/8983385
trace object-math-5.swf.trace
Check mathematical operations with objects in Flash 5
2
2
2
2
2
-2
-2
2
0
0
0
0
Infinity
0
0
Infinity
www.eeworm.com/read/366193/9825521
c hello_world.c
/*
* "Hello World" example.
*
* This example prints 'Hello from Nios II' to the STDOUT stream. It runs on
* the Nios II 'standard', 'full_featured', 'fast', and 'low_cost' example
* desi
www.eeworm.com/read/353849/10412671
java link.java
public interface Link
{
public void check(boolean b);
}