代码搜索:Specific

找到约 10,000 项符合「Specific」的源代码

代码结果 10,000
www.eeworm.com/read/318282/13482175

dot decoder.dot

digraph decoder { "app" [ shape="box" label="Application" color="blue4" ]; "psi_dec" [ shape="box"
www.eeworm.com/read/131315/5940549

todo

* See iostream/TODO for iostream-specific issues * Update README. * Remove math-68881.h. * Add 'return 0' to end of tests. * Undo gcc-2.3.2-specific klduge in test-install/bf.cc.
www.eeworm.com/read/127767/14336233

txt e314. formatting and parsing locale-specific currency.txt

// Format Locale locale = Locale.GERMANY; String string = NumberFormat.getCurrencyInstance(locale).format(123.45); // 123,45 DM locale = Locale.CANADA; string = NumberFo
www.eeworm.com/read/127767/14337129

txt e406. determining if a preference node contains a specific key.txt

You cannot save null as a preference value. Therefore, if you retrieve a value using a default value of null, and null is returned, you can assume that the key is not present. // Returns true if
www.eeworm.com/read/127767/14337555

txt e407. determining if a preference node contains a specific value.txt

This example enumerates the key/value pairs in a preference node and checks each value for a match. // Returns the key of a preference whose value matches the specified value; // null is re
www.eeworm.com/read/127767/14337771

txt e315. formatting and parsing a locale-specific percentage.txt

// Format Locale locale = Locale.CANADA; String string = NumberFormat.getPercentInstance(locale).format(123.45); // 12,345% // Parse try { Number number = Numbe