代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/322019/13391026
cpp qdebugstream-usage.cpp
/* Example of how to create streams cout and error, but at the same time
to redirect the std::cout and std:cerr both to the same stream as
qDebug.
*/
#include
{
// create y
www.eeworm.com/read/100285/6272256
hlp alter_table.hlp
.pgaw:Help.f.t insert end "ALTER TABLE" {bold} " changes the definition of an existing table. The new columns and their types are specified in the same style and with the the same restrictions as in C
www.eeworm.com/read/494289/6381479
txt doubig.txt
One of the basic design "features" of MIRACL is that all big number types are
of the same size, defined either at run time, or at compile time.
This means that all big types are of the same si
www.eeworm.com/read/240162/4582215
c arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// ARM 9.4 ``There cannot be a static and a nonstatic member function
// with the same name and the same argument types.''
//
// The trick i
www.eeworm.com/read/233448/4675031
c arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// ARM 9.4 ``There cannot be a static and a nonstatic member function
// with the same name and the same argument types.''
//
// The trick i
www.eeworm.com/read/209211/4986544
c tmpfile.c
/*
* pANS stdio -- tmpfile
*
* Bug: contains a critical section. Two executions by the same
* user could interleave as follows, both yielding the same file:
* access fails
* access fails
* f
www.eeworm.com/read/162614/5521477
c arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// ARM 9.4 ``There cannot be a static and a nonstatic member function
// with the same name and the same argument types.''
//
// The trick i
www.eeworm.com/read/441151/1772272
m isalmostequal.m
function same = isAlmostEqual(A, B, reltol)
%isAlmostEqual Equality test using relative tolerance
% same = isAlmostEqual(A, B, reltol), for two floating-point arrays A and B,
% tests A and B fo
www.eeworm.com/read/366702/2871080
c arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// ARM 9.4 ``There cannot be a static and a nonstatic member function
// with the same name and the same argument types.''
//
// The trick i
www.eeworm.com/read/443950/7619903
pas unit_declare.pas
unit Unit_Declare;
interface
uses Unit1;
//车牌事件定义
const
DSP_FILTER_OUT_VIEW =10;
//运动的车牌可能已出界了
DSP_FILTER_BEFORE_CLEAR=11;
//统计过滤器清空之前的通知
DSP_FILTER_TIMER_OVER =12;
//本次统计已超时
DSP_FIL