代码搜索:formatting

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

代码结果 1,526
www.eeworm.com/read/101082/6242971

mk makelocal.mk

# @(#)Makelocal.mk 4.1 ULTRIX 7/2/90 include $(GMAKEVARS) # This is the makefile for nroff font files and (via SUBDIRS) for # Adobe Font Metrics files used in formatting PostScript files # for p
www.eeworm.com/read/101082/6243003

c cr_put.c

# include "curses.ext" # define HARDTABS 8 extern char *tgoto(); int plodput(); /* * Terminal driving and line formatting routines. * Basic motion optimizations are done here as well * as forma
www.eeworm.com/read/100127/6274077

py fmt.py

# Text formatting abstractions import string import Para # A formatter back-end object has one method that is called by the formatter: # addpara(p), where p is a paragraph object. For example:
www.eeworm.com/read/233171/6299626

h locale.h

/* locale.h Values appropriate for the formatting of monetary and other numberic quantities. */ #ifndef _LOCALE_H_ #ifdef __cplusplus extern "C" { #endif #define _LOCALE_H_ #include "
www.eeworm.com/read/214114/6332723

h locale.h

/* locale.h Values appropriate for the formatting of monetary and other numberic quantities. */ #ifndef _LOCALE_H_ #ifdef __cplusplus extern "C" { #endif #define _LOCALE_H_ #include "
www.eeworm.com/read/403011/11524418

cpp setf2.cpp

// setf2.cpp -- using setf() with 2 arguments to control formatting #include #include int main() { using namespace std; // use left justification, show the plus sign,
www.eeworm.com/read/403009/11524723

cpp setf2.cpp

// setf2.cpp -- using setf() with 2 arguments to control formatting #include #include int main() { using namespace std; // use left justification, show the plus sign,
www.eeworm.com/read/347848/11632894

java currencyformatdemo.java

import java.text.NumberFormat; import java.util.Locale; public class CurrencyFormatDemo { public static void main(String[] args) { System.out.println("Without formatting:");
www.eeworm.com/read/155143/11895586

h locale.h

/* locale.h Values appropriate for the formatting of monetary and other numberic quantities. */ #ifndef _LOCALE_H_ #ifdef __cplusplus extern "C" { #endif #define _LOCALE_H_ #include "
www.eeworm.com/read/253260/12234837

cpp setf2.cpp

// setf2.cpp -- using setf() with 2 arguments to control formatting #include #include int main() { using namespace std; // use left justification, show the plus sign,