代码搜索:formatting

找到约 1,526 项符合「formatting」的源代码

代码结果 1,526
www.eeworm.com/read/169056/9884113

java calculatetaxes.java

import javax.swing.*; import java.text.*; // needed for formatting public class CalculateTaxes { public static void main(String[] args) { double taxable, taxes; String s1; Dec
www.eeworm.com/read/169056/9884164

java finderrors.java

import javax.swing.*; import java.text.*; // needed for formatting public class FindErrors { public static void main(String[] args) { String s1, outMessage; double capital, amount,
www.eeworm.com/read/169056/9884170

java marriedstatus.java

import javax.swing.*; import java.text.*; // needed for formatting public class MarriedStatus { public static void main(String[] args) { String s1, inMessage, outMessage; int marCo
www.eeworm.com/read/169056/9884186

java converttemperatures.java

import java.io.*; // needed for keyboard input import java.text.*; // needed for formatting public class ConvertTemperatures { public static void main(String[] args) throws java.io.IOExcep
www.eeworm.com/read/162078/10340660

cpp crit_section.cpp

#include CRITICAL_SECTION cs; // Child thread procedure. DWORD WINAPI ChildThreadProc(HWND hWnd) { TCHAR szBuffer[256]; // Work area for print formatting. wsprintf( sz
www.eeworm.com/read/279234/10452662

xml forums.xml

Feedback
www.eeworm.com/read/350642/10722707

cpp crit_section.cpp

#include CRITICAL_SECTION cs; // Child thread procedure. DWORD WINAPI ChildThreadProc(HWND hWnd) { TCHAR szBuffer[256]; // Work area for print formatting. wsprintf( sz
www.eeworm.com/read/177588/6940559

java gformat.java

import java.text.*; public class GFormat //a class holding static methods for //formatting purposes { public static String padRight(String s, int n) //if s has fewer than n characters then
www.eeworm.com/read/276599/7073012

java format.java

package corejava; import java.io.*; /** A class for formatting numbers that follows printf conventions. Also implements C-like atoi and atof functions
www.eeworm.com/read/141545/13003324

cpp crit_section.cpp

#include CRITICAL_SECTION cs; // Child thread procedure. DWORD WINAPI ChildThreadProc(HWND hWnd) { TCHAR szBuffer[256]; // Work area for print formatting. wsprintf( sz