代码搜索:same

找到约 10,000 项符合「same」的源代码

代码结果 10,000
www.eeworm.com/read/167185/5463965

c reduce.c

/* reduce.c: * * reduce an image's colormap usage to a set number of colors. * * jim frost 07.06.89 * * Copyright 1989, 1990 Jim Frost. See included file "copyright.h" for * complete copyright
www.eeworm.com/read/162614/5520536

c instantiate5.c

// { dg-do link } // { dg-additional-sources " instantiate5.cc instantiate5-main.cc" } // `global constructors' are given the same name, based on foo(), on // both translation units, which is wrong,
www.eeworm.com/read/162614/5527575

c builtin-types-compatible-p.c

int i; double d; /* Make sure we return a constant. */ float rootbeer[__builtin_types_compatible_p (int, typeof(i))]; typedef enum { hot, dog, poo, bear } dingos; typedef enum { janette, laura, ama
www.eeworm.com/read/162614/5540096

cc tuple_element.cc

// 2005-08-26 Paolo Carlini // // Copyright (C) 2005 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can
www.eeworm.com/read/473250/6849722

m untitled.m

clear all; load wbarb; I = ind2gray(X,map);imshow(I); I1 = imadjust(I,stretchlim(I),[0,1]);figure;imshow(I1); [N,M] = size(I); h = [0.125,0.375,0.375,0.125]; g = [0.5,-0.5];
www.eeworm.com/read/367284/9759548

c zhognshu.c

#include typedef struct node { int data; int num; struct node *next; }list; int lookup_same(list *H,int i);/* 查找是否有相同的元素 */ int lookup_max(list *H,int max);/* 查找出线次数最多的元素 */
www.eeworm.com/read/270032/11050997

h vec3.h

/* ------------------------------------------------------------------------- *\ VEC3.H : Definition and manipulation of a 3D vector (either integers or reals) by Christophe Schlick (1 June
www.eeworm.com/read/270032/11051008

h vec4.h

/* ------------------------------------------------------------------------- *\ VEC4.H : Definition and manipulation of a 4D vector (either integers or reals) by Christophe Schlick (1 June
www.eeworm.com/read/411988/11218332

svn-base readme.arm-memory-map.svn-base

Subject: Re: [PATCH][CFT] bring ARM memory layout in line with the documented behaviour From: "Anders Larsen" Date: Thu, 18 Sep 2003 14:15:21 +0200 To: Wolfgang Denk ...
www.eeworm.com/read/411988/11218468

arm-memory-map readme.arm-memory-map

Subject: Re: [PATCH][CFT] bring ARM memory layout in line with the documented behaviour From: "Anders Larsen" Date: Thu, 18 Sep 2003 14:15:21 +0200 To: Wolfgang Denk ...