代码搜索:formatting

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

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

java createtable.java

import java.text.*; // needed for formatting public class CreateTable { public static void main(String[] args) { int num; DecimalFormat df = new DecimalFormat("0000"); Syste
www.eeworm.com/read/169056/9884194

java countdown.java

import java.text.*; // needed for formatting public class CreateTable { public static void main(String[] args) { int num; DecimalFormat df = new DecimalFormat("0000"); Syste
www.eeworm.com/read/169056/9884227

java computesalestax.java

import java.text.*; // needed for formatting import javax.swing.*; public class ComputeSalesTax { public static void main (String[] args) { final double SALESTAX = 0.05;
www.eeworm.com/read/278099/10571066

c format.c

/* +++Date last modified: 05-Jul-1997 */ /* ** Writen by: Wayne Halsdorf ** Finished: 12-Jul-1994 ** ** This program is released to the PUBLIC DOMAIN. ** ** A method for formatting flo
www.eeworm.com/read/309649/13667153

c format.c

/* +++Date last modified: 05-Jul-1997 */ /* ** Writen by: Wayne Halsdorf ** Finished: 12-Jul-1994 ** ** This program is released to the PUBLIC DOMAIN. ** ** A method for formatting flo
www.eeworm.com/read/131315/5941405

readme

This is the GNU groff document formatting system. The version number is given in the file VERSION. Included in this release are implementations of troff, pic, eqn, tbl, refer, the -man macros and th
www.eeworm.com/read/131315/5941631

bsd

This is the GNU groff document formatting system. The version number is given in the file VERSION. Included in this release are implementations of troff, pic, eqn, tbl, refer, the -man macros and th
www.eeworm.com/read/346656/11733824

js formlib.js

// formLib.js // Common functions used with forms // // We use this as a hash to track those elements validated on a per element // basis that have formatting problems validate = new Object(); //
www.eeworm.com/read/10438/186878

c outputformat.c

/*** *outputformat.c - formatting options used by output functions * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Option flags used by output functions (
www.eeworm.com/read/475888/1375405

txt doxygen_footer.txt