代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/336985/12403387
typ occiobj.typ
CASE=SAME
MAPFILE=occiobjm.cpp
TYPE publ_address as address
www.eeworm.com/read/148696/12440185
cpp over_ptr.cpp
#include
class sample {
public:
int i;
sample *operator->(void) {return this;}
};
void main(void)
{
sample obj;
obj->i = 10; // Same as obj.i
cout
www.eeworm.com/read/234035/14124459
java great.java
public class Great
{
public static void main(String args[])
{
String a="Java is great.";
String b=a;//.toString();
if(a==a)
System.out.println("A is the same as B.");
else
Syste
www.eeworm.com/read/231340/14238477
m get_view.m
function T=get_view()
%
% same as T=view; but without Matlab's bug :-) !!!
T=view; T(3,1:3) = -T(3,1:3);
www.eeworm.com/read/231340/14238527
m get_view.m
function T=get_view()
%
% same as T=view; but without Matlab's bug :-) !!!
T=view; T(3,1:3) = -T(3,1:3);
www.eeworm.com/read/128628/14285814
cpp over_ptr.cpp
#include
class sample {
public:
int i;
sample *operator->(void) {return this;}
};
void main(void)
{
sample obj;
obj->i = 10; // Same as obj.i
cout
www.eeworm.com/read/128313/14305992
lst gpif.lst
C51 COMPILER V7.00 GPIF 05/20/2003 15:33:06 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE GPIF
OBJECT MODULE PLACED IN gp
www.eeworm.com/read/128313/14306020
c gpif.c
// This program configures the General Programmable Interface (GPIF) for FX2.
// Parts of this program are automatically generated using the GPIFTool.
// Please do no
www.eeworm.com/read/226560/14458903
cpp specify.cpp
//: C03:Specify.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Demonstrates the use of specifie
www.eeworm.com/read/122684/14674905
cpp specify.cpp
//: C03:Specify.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Demonstrates the use of spe