代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/119340/6090057
java changeselectionactionperformer.java
/*
* File : ChangeSelectionActionPerformer.java
* Created : 10 oct. 2003 15:38:53
* By : Olivier
*
* Azureus - a Java Bittorrent client
*
* This program is free software; you c
www.eeworm.com/read/101594/6236488
java charindexedsegment.java
/*
* CharIndexedSegment.java
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 1998 Wes Biggs
* Copyright (C) 2000, 2001 Slava Pestov
*
* This libr
www.eeworm.com/read/492274/6420407
cpp iter3.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/491733/6433582
lst base64.lst
1 .file "base64.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __CCP__ = 0x34
6
www.eeworm.com/read/491739/6433799
lst base64.lst
1 .file "base64.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __CCP__ = 0x34
6
www.eeworm.com/read/482846/6614595
cpp iter3.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/480430/6664041
m p108_2.m
wns=[0.1:0.1:1]; z=0.55; yy=[]; t=0:.1:12;
for i=1:length(wns)
wn=wns(i); %z in (0,1)
wd=wn*sqrt(1-z^2); th=atan(sqrt(1-z^2)/z);
y=1-exp(-z*wn*t).*sin(wd*t+th)/sqrt(1-z^2);
yy=[yy;y]
www.eeworm.com/read/480430/6664201
m p110_3.m
wns=[0.1:0.1:1]; z=0.707; yy=[]; t=0:.1:12;
for i=1:length(wns)
wn=wns(i);
y=wn*exp(-z*wn*t).*sin(wn*sqrt(1-z^2)*t)/sqrt(1-z^2);
yy=[yy;y];
end
plot(t,yy)
mesh(wns,t,yy'); set(gca,'
www.eeworm.com/read/477671/6730775
cpp reversible.cpp
//: C07:Reversible.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Using reversible container
www.eeworm.com/read/405333/11465177
cpp reversible.cpp
//: C07:Reversible.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
// Using reversible container