代码搜索:Contained
找到约 5,885 项符合「Contained」的源代码
代码结果 5,885
www.eeworm.com/read/351896/10598767
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
Note: the 'plain-ptr' program is likely to crash: It attempts
to assign to a dangling pointer.
www.eeworm.com/read/270407/11039156
l ch2-09.l
%{
int comments, code, whiteSpace;
%}
%s COMMENT
%%
^[ \t]*"/*" { BEGIN COMMENT; /* enter comment eating state */ }
^[ \t]*"/*".*"*/"[ \t]*\n {
comments++; /* self-contained comment */
}
www.eeworm.com/read/408124/7154321
l ch2-09.l
%{
int comments, code, whiteSpace;
%}
%s COMMENT
%%
^[ \t]*"/*" { BEGIN COMMENT; /* enter comment eating state */ }
^[ \t]*"/*".*"*/"[ \t]*\n {
comments++; /* self-contained comment */
}
www.eeworm.com/read/455278/7374944
prm project.prm
/* This is a linker parameter file for the mc9s08qe128 */
NAMES END /* CodeWarrior will pass all the needed files to the linker by command line. But here you may add your own files too. */
SEGME
www.eeworm.com/read/436538/7768320
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
Note: the 'plain-ptr' program is likely to crash: It attempts
to assign to a dangling pointer.
www.eeworm.com/read/436514/7768971
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
Note: the 'plain-ptr' program is likely to crash: It attempts
to assign to a dangling pointer.
www.eeworm.com/read/142073/12966680
l example2.l
%{
int comments, code, whiteSpace;
%}
%s COMMENT
%%
^[ \t]*"/*" { BEGIN COMMENT; /* enter comment eating state */ }
^[ \t]*"/*".*"*/"[ \t]*\n {
comments++; /* self-contained comment */
www.eeworm.com/read/242370/13009392
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
Note: the 'plain-ptr' program is likely to crash: It attempts
to assign to a dangling pointer.