代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5435510
cpp pointee.cpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#inclu
www.eeworm.com/read/166816/5472221
c fs_x_no_os.c
/*
**********************************************************************
* Micrium, Inc.
* 949 Crestview Circle
* Weston, FL 33327-1
www.eeworm.com/read/162614/5537829
hpp ds_trait_imp.hpp
// -*- C++ -*-
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it und
www.eeworm.com/read/173349/9661314
h opcodes.h
/* Automatically generated. Do not edit */
/* See the mkopcodeh.awk script for details */
#define OP_MemLoad 1
#define OP_VNext 2
#define O
www.eeworm.com/read/270032/11051011
h vec2.h
/* ------------------------------------------------------------------------- *\
VEC2.H :
Definition and manipulation of a 2D vector (either integers or reals)
by Christophe Schlick (1 June
www.eeworm.com/read/265663/11258208
txt 1.txt
Listing 5
;*****************************************************************************
graph_data
;graph data in memory - set or clr
;temperature and dash flags
;writ
www.eeworm.com/read/147022/12593452
m averimg.m
function y = averImg(f, fltSize)
flter = (1/(fltSize^2))*ones(fltSize,fltSize);
temp1 = conv2(f(:,:,1),flter,'same');
temp2 = conv2(f(:,:,2),flter,'same');
temp1(:,:,2) = temp2;
y = temp1;
www.eeworm.com/read/135259/13944770
h locking.h
/* locking.h
Definitions for mode parameter of locking() function.
*/
/*
* C/C++ Run Time Library - Version 10.0
*
* Copyright (c) 1990, 2000 by Inprise Corporation
*
www.eeworm.com/read/132663/14081610
rc demo5_4.rc
1 #include "demo5_4.h"
2
3 Demo5_4 MENU
4 BEGIN
5 POPUP "&Command"
6 BEGIN
7 MENUITEM "&Run", IDM_RUN
8 MENUITEM "&Exi
www.eeworm.com/read/106131/15646910
c fs_x_no_os.c
/*
**********************************************************************
* Micrium, Inc.
* 949 Crestview Circle
* Weston, FL 33327-1