代码搜索:converting

找到约 1,282 项符合「converting」的源代码

代码结果 1,282
www.eeworm.com/read/127767/14337518

txt e014. converting between a filename path and a url.txt

// Create a file object File file = new File("filename"); // Convert the file object to a URL URL url = null; try { // The file need not exist. It is made into an ab
www.eeworm.com/read/127767/14337763

txt e364. converting between a bitset and a byte array.txt

There are no default methods for converting a BitSet to and from a byte array. This example implements two methods to do the conversion. These methods make it possible to easily work with both BitSet
www.eeworm.com/read/127767/14337940

txt e161. converting between a bytebuffer an a byte array.txt

// Create a ByteBuffer from a byte array byte[] bytes = new byte[10]; ByteBuffer buf = ByteBuffer.wrap(bytes); // Retrieve bytes between the position and limit // (see e160 P
www.eeworm.com/read/127767/14337953

txt e372. converting times between time zones.txt

There is a convenient setTimeZone() method in the Calendar object. However, it doesn't always return the correct results when used after a calendar field is set. This example demonstrates a more relia
www.eeworm.com/read/127767/14337955

txt e865. converting between component and screen coordinates.txt

This example demonstrates how to convert a coordinate within a component to a coordinate on the screen and visa versa. // Convert a coordinate relative to a component's bounds to screen coordina
www.eeworm.com/read/192103/8403978

readme

2/15/02 Not sure if this is through safari yet - maybe my conversion was premature. Got these error msg while converting - need to deal s/them: Warning: no declaration for entity "space". Warning: no
www.eeworm.com/read/189298/8477350

c uc_lc.c

/* ** Copy the standard input to the standard output, converting ** all uppercase characters to lowercase. Note: This depends ** on the fact that tolower returns its argument unchanged if ** the
www.eeworm.com/read/189298/8477378

c uc_lc_b.c

/* ** Copy the standard input to the standard output, converting ** all uppercase characters to lowercase. */ #include int main( void ) { int ch; while( (ch = getchar()) != EO
www.eeworm.com/read/429242/8814230

m mfcc.m

function v= mfcc(s,fs) % s: No of points % fs: Sampling rate %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Speaker Recognition System % %
www.eeworm.com/read/166568/10016394

html index.html

Example Source Code from Chapter 4, Converting Flat Files to XML of