代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/488496/6488293
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/487311/6519042
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/486921/6520328
m bodezp.m
ng = input('"zero="');
dg = input('"polar="');
k = input('"gain k="');
G = zpk(ng,dg,k)
bode(G);grid;
[mun,den]=zp2tf(ng',dg',k);
[mag,pha,w] = bode(G);
disp('"the roots of den="'); roots(den)
www.eeworm.com/read/486921/6520330
m bodepoly.m
num = input('"input num="');
den = input('"input den="');
G = tf(num,den)
bode(G);grid;
[mag,pha,w] = bode(G);
disp('"the roots of den="'); roots(den)
[gm,pm,wpc,wgc]=margin(mag,pha,w);
disp('[
www.eeworm.com/read/486756/6526477
py btdownloadgui.py
#!/usr/bin/env python
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.0 (the License). You may not copy or use this file, in either
# source code or executa
www.eeworm.com/read/486756/6526504
py downloaderfeedback.py
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.0 (the License). You may not copy or use this file, in either
# source code or executable form, except in com
www.eeworm.com/read/486756/6526514
py download.py
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.0 (the License). You may not copy or use this file, in either
# source code or executable form, except in com
www.eeworm.com/read/486756/6526516
py currentratemeasure.py
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.0 (the License). You may not copy or use this file, in either
# source code or executable form, except in com
www.eeworm.com/read/486756/6526522
py piecepicker.py
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.0 (the License). You may not copy or use this file, in either
# source code or executable form, except in com