代码搜索:own
找到约 10,000 项符合「own」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5931796
in own.in
whatis own.ownx
whereis owny
stop in f
run
where
print own.ownx, ownx
step
step
print own.ownx, ownx
cont
step
step
where
print own.ownx, ownx
cont
www.eeworm.com/read/284453/8927930
ico own.ico
www.eeworm.com/read/131315/5931746
c own.c
/*
* Test of static variables.
*/
static int ownx;
main()
{
ownx = 2;
f(3);
f(4);
return(0);
}
static int owny;
f(x)
int x;
{
static int ownx;
ownx = x;
}
www.eeworm.com/read/131315/5931764
out own.out
reading symbolic information ...
int ownx;
own.owny
[1] stop in f
[1] stopped in f at line 22
22 ownx = x;
f(x = 3), line 22 in "own.c"
main(0x1, 0xbfffe7e8, 0xbfffe7f0), line 10 in "own.c"
2
www.eeworm.com/read/131315/5931783
out own.out
reading symbolic information ...
int ownx;
own.owny
[1] stop in f
[1] stopped in f at line 22
22 ownx = x;
f(x = 3), line 22 in "own.c"
main(0x1, 0x7fffebe8, 0x7fffebf0), line 10 in "own.c"
2
www.eeworm.com/read/218444/14919761
m own.m
function varargout = untitled(varargin)
% UNTITLED M-file for untitled.fig
% UNTITLED, by itself, creates a new UNTITLED or raises the existing
% singleton*.
%
% H = UNTITLED retur
www.eeworm.com/read/192525/8376623
h own_malloc.h
/*
Default header file for malloc-2.7.2, written by Doug Lea
and released to the public domain. Use, modify, and redistribute
this code without permission or acknowledgement in any way you wish
www.eeworm.com/read/192525/8376628
h own_stdio.h
/**
* \file own_stdio.h
* \author Wei Yongming
* \date 2002/01/06
*
* ISO C standard I/O routines - with some POSIX 1003.1 extensions
*
\verbatim
Copyright (C) 1998-20