代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/102417/15781526
turbo-c
Received: from 128.84.254.220 by ee.lbl.gov for (8.6.8.1/1.43r)
id PAA27266; Mon, 18 Apr 1994 15:08:26 -0700
Received: from CLOYD.CS.CORNELL.EDU by thialfi.cs.cornell.edu (5.67/I-
www.eeworm.com/read/102391/15784488
cc visiondevice.cc
/*
* Stage : a multi-robot simulator.
* Copyright (C) 2001, 2002 Richard Vaughan, Andrew Howard and Brian Gerkey.
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/101225/15840893
cpp zdeflate.cpp
// zdeflate.cpp - modified by Wei Dai from:
// Distributed with Jean-loup Gailly's permission.
/*
The following sorce code is derived from Info-Zip 'zip' 2.01
distribution copyrighted by Mark
www.eeworm.com/read/101224/15841127
cpp zdeflate.cpp
// zdeflate.cpp - modified by Wei Dai from:
// Distributed with Jean-loup Gailly's permission.
/*
The following sorce code is derived from Info-Zip 'zip' 2.01
distribution copyrighted by Mark
www.eeworm.com/read/100478/15873308
cpp zdeflate.cpp
// zdeflate.cpp - modified by Wei Dai from:
// Distributed with Jean-loup Gailly's permission.
/*
The following sorce code is derived from Info-Zip 'zip' 2.01
distribution copyrighted by Mark
www.eeworm.com/read/100128/15883376
turbo-c
Received: from 128.84.254.220 by ee.lbl.gov for (8.6.8.1/1.43r)
id PAA27266; Mon, 18 Apr 1994 15:08:26 -0700
Received: from CLOYD.CS.CORNELL.EDU by thialfi.cs.cornell.edu (5.67/I-1.
www.eeworm.com/read/463239/1538680
v br_cell.v
module Bypass_Register(scan_out, scan_in, shiftDR, clockDR);
output scan_out;
input scan_in, shiftDR, clockDR;
reg scan_out;
always @ (posedge clockDR) scan_out
www.eeworm.com/read/268818/4249664
v br_cell.v
module Bypass_Register(scan_out, scan_in, shiftDR, clockDR);
output scan_out;
input scan_in, shiftDR, clockDR;
reg scan_out;
always @ (posedge clockDR) scan_out
www.eeworm.com/read/162614/5529989
c val-prof-1.c
/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
int a[1000];
int b = 256;
int c = 257;
main ()
{
int i;
int n;
for (i = 0; i < 1000; i++)
{
if (i % 17)
n = c
www.eeworm.com/read/162614/5529998
c val-prof-5.c
/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
int a[1000];
int b=997;
main()
{
int i;
for (i = 0; i < 1000; i++)
if (a[i])
a[i]/=b;
else
a[i]/=b;
return 0;
}
/