代码搜索:formatting

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

代码结果 1,526
www.eeworm.com/read/333254/12693142

cpp strout.cpp

// strout.cpp -- incore formatting (output) #include #include #include int main() { using namespace std; ostringstream outstr; // manages a string stream
www.eeworm.com/read/136959/13351731

c format.c

/* ** Writen by: Wayne Halsdorf ** Finished: 12-Jul-1994 ** ** This program is released to the PUBLIC DOMAIN. ** ** A method for formatting floppy disks. ** ** Testted with Microsoft C 7.0 */
www.eeworm.com/read/309649/13667238

c ferrorf.c

/* +++Date last modified: 05-Jul-1997 */ /* ** FERRORF.C - Functions for formatted error messages */ /* ** ferrorf() ** ** Prints error message with printf() formatting syntax, then a co
www.eeworm.com/read/128604/5982428

java formatter.java

/* Formatter.java -- a class for formatting log messages by localizing message texts and performing substitution of parameters Copyright (C) 2002 Free Software Foundation, Inc. This file is
www.eeworm.com/read/101082/6242571

readme

This directory, /usr/lib/ms, contains various macro files used by the -ms package, along with various scripts that are useful for text formatting. These scripts are not supported commands-- they are
www.eeworm.com/read/482262/6630956

pas format.pas

{ CTU Open Contest 2002 ===================== Sample solution for the problem: format Martin Kacer, Oct 2002 } Program Formatting; Const MAXWORDS = 10200; PENALTY = 500; MAXLINE = 128; V
www.eeworm.com/read/263812/11341240

frm form1.frm

VERSION 5.00 Begin VB.Form frmDateTime1 Caption = "Date and Time Formatting Part 1" ClientHeight = 2580 ClientLeft = 60 ClientTop = 345 ClientWidth
www.eeworm.com/read/403011/11524426

cpp strout.cpp

// strout.cpp -- incore formatting (output) #include #include #include int main() { using namespace std; ostringstream outstr; // manages a string stream
www.eeworm.com/read/403009/11524731

cpp strout.cpp

// strout.cpp -- incore formatting (output) #include #include #include int main() { using namespace std; ostringstream outstr; // manages a string stream
www.eeworm.com/read/253260/12234864

cpp strout.cpp

// strout.cpp -- incore formatting (output) #include #include #include int main() { using namespace std; ostringstream outstr; // manages a string stream