代码搜索:reverse

找到约 4,015 项符合「reverse」的源代码

代码结果 4,015
www.eeworm.com/read/162614/5536933

java stringbuffer_1.java

// Test StringBuffer.replace(), reverse(), insert(String), append(String), // and delete(). public class StringBuffer_1 { public static void main(String args[]) { StringBuffer sb = new Strin
www.eeworm.com/read/162519/5546465

java stringbuffer_1.java

// Test StringBuffer.replace(), reverse(), insert(String), append(String), // and delete(). public class StringBuffer_1 { public static void main(String args[]) { StringBuffer sb = new Strin
www.eeworm.com/read/160303/5573525

db.arpa.

; ; BIND reverse data file for west subnet ; $TTL 604800 @ IN SOA arpa. root.freeswan.org. ( 200210241 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire 604800 ) ; Negativ
www.eeworm.com/read/160303/5573581

db.2.1.192.in-addr.arpa.

; ; BIND reverse data file for untrusted net ; $TTL 604800 @ IN SOA 2.1.192.in-addr.arpa. root.freeswan.org. ( 200305261 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire
www.eeworm.com/read/194440/8192882

m tr.m

function trout=tr(trin,flag) % TR Reverses the a time series % trout=tr(trin,flag) % % TR returns the time reverse of trin. % This is accomplished such that the sample at length(trin)/2 % remain
www.eeworm.com/read/194440/8194608

m contents.m

% The CREWES Inversion toolbox % % two different 1-D inversions schemes, band limited integration, % computing Rcs from impedance and the reverse. % % blimp --- Band limited impendance inversion % b
www.eeworm.com/read/334745/12578413

pas uutil.pas

unit uUtil; interface uses Windows, Classes, SysUtils, DefType, AUtil32; procedure Reverse4Bit (aComData : PTComData); { procedure SetWordString (var WordString : TWordString; aStr: S
www.eeworm.com/read/235612/14060028

m tr.m

function trout=tr(trin,flag) % TR Reverses the a time series % trout=tr(trin,flag) % % TR returns the time reverse of trin. % This is accomplished such that the sample at length(trin)/2 % remain
www.eeworm.com/read/235612/14061356

m contents.m

% The CREWES Inversion toolbox % % two different 1-D inversions schemes, band limited integration, % computing Rcs from impedance and the reverse. % % blimp --- Band limited impendance inversion % b
www.eeworm.com/read/202486/15381597

cpp pr0606.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 6.6 on page 143 // Implementing the reverse Linear Search algorithm #include