代码搜索:Converting

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

代码结果 1,282
www.eeworm.com/read/147311/12567660

html primtype2str.html

Converting a Primitive Type Value to a String (Java Developers Almanac Example)
www.eeworm.com/read/147311/12567747

html convertnum.html

Converting a String to a Number (Java Developers Almanac Example)
www.eeworm.com/read/147311/12568046

html bits2array.html

Converting Between a BitSet and a Byte Array (Java Developers Almanac Example)
www.eeworm.com/read/147311/12569541

html togray.html

Converting a Colored Buffered Image to Gray (Java Developers Almanac Example)
www.eeworm.com/read/237122/13976249

htm ch43_22.htm

[Chapter 43] 43.22 Converting Text Files to PostScript
www.eeworm.com/read/237122/13976993

htm ch35_12.htm

[Chapter 35] 35.12 Converting Between ASCII and EBCDIC
www.eeworm.com/read/111979/15497292

htm ddb_to_dib.shtml.htm

Bitmap & Palette - Converting DDB to DIB
www.eeworm.com/read/111979/15497297

htm dib_to_ddb.shtml.htm

Bitmap & Palette - Converting DIB to DDB
www.eeworm.com/read/192259/8390949

c sendstr.c

#include "calld.h" int send_str(int fd, char *ptr, char *phone, int echocheck) { char c, tempc; /* go though send string, converting escape sequences on the fly */ while ( (c = *ptr++) !
www.eeworm.com/read/192096/8406821

htm ch02_05.htm

Recipe 2.4. Converting Between Binary and Decimal (Perl Cookbook)