代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/208494/15246463
txt 两条io六键c51程序.txt
unsigned char scan_key(void) {
unsigned char keyval = 0;//无键,有键1~6
IO1 = 1;//释放总线
IO2 = 1;//释放总线
if (!IO1 && !IO2) keyval = 3;//大强盗键S3
else if (!IO1) keyval = 2;//小强盗键S2
else if (!IO2)
www.eeworm.com/read/205541/15313990
c local_services.c
/*****************************************************************************/
/* Copyright 1998, Hewlett-Packard Company */
/* All rights reserved
www.eeworm.com/read/173141/5378504
subsql rlliso1multi.subsql
------------------------------------------------------------------------------
-- 2 CONCURRENT USER TESTS of READ UNCOMMITTED TESTS
--
-- each test assumes calling script has set up a writer connec
www.eeworm.com/read/168845/5430533
hpp functor_parser.hpp
/*=============================================================================
Copyright (c) 2002-2003 Joel de Guzman
Copyright (c) 2002-2003 Juan Carlos Arevalo-Baeza
http://spirit.so
www.eeworm.com/read/168845/5432972
cpp clear_test.cpp
/*=============================================================================
Copyright (c) 2003 Jonathan de Halleux (dehalleux@pelikhan.com)
http://spirit.sourceforge.net/
Use, mod
www.eeworm.com/read/162614/5517581
c pragma-override2.c
/* Test that #pragma GCC visibility does not override class member specific settings. */
/* { dg-do compile } */
/* { dg-require-visibility "internal" } */
/* { dg-final { scan-assembler "\\.internal.
www.eeworm.com/read/162614/5517588
c pragma-override1.c
/* Test that #pragma GCC visibility does not override class member specific settings. */
/* { dg-do compile } */
/* { dg-require-visibility "internal" } */
/* { dg-final { scan-assembler "\\.internal.
www.eeworm.com/read/162614/5517602
c staticmemfuncts.c
/* Test that setting visibility for static class member functions works. */
/* { dg-do compile } */
/* { dg-require-visibility "" } */
/* { dg-final { scan-hidden "_ZN3Foo6methodEv" } } */
class __at
www.eeworm.com/read/162614/5518599
c rtti1.c
// Test that we don't emit the type_info for a polymorphic class other than
// with the vtable.
struct A {
virtual ~A();
};
void f ()
{
throw A();
}
// { dg-final { scan-assembler-dem-not {\nty
www.eeworm.com/read/162614/5518933
c inline1.c
// { dg-do compile }
// { dg-options "-fno-default-inline -O0" }
// { dg-final { scan-assembler-not _ZN1X3FooIiEEvT_: } }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan