代码搜索:formatting

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

代码结果 1,526
www.eeworm.com/read/267293/4268071

c sio.c

/* ** FILE ** sio.c ** ** DESCRIPTION ** Local standard string formatting function. ** ** NOTE: ** provide psprintf, an analog of sprintf. */ #include /* ** TABLE ** radix_
www.eeworm.com/read/426781/6789901

changelog

- created - released 0.0.1 - simplified s, A, B - released 0.0.2 - simplified nxt= - released 0.0.3 - removed commented code - code formatting - released 0.0.4 - kk now unsigned char - removed
www.eeworm.com/read/105272/15672665

h tparm.h

/* tparm.h - parameter formatting of terminfo */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2002 Free Software Foundation, Inc. * * This program is free software; you can redistri
www.eeworm.com/read/105052/15679017

h tparm.h

/* tparm.h - parameter formatting of terminfo */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2002 Free Software Foundation, Inc. * * This program is free software; you can redistri
www.eeworm.com/read/388617/8595448

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/388617/8596505

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/431013/8713688

c pageit.c

/* Pageit Program Dwayne Phillips March 1996 Command Line: pageit in-file out-file -d -p -t title Purpose: This program does a simple form a text formatting
www.eeworm.com/read/175135/9558558

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/169056/9884141

java program10_5.java

import java.text.*; // needed for formatting public class Date { // class variable declaration section private int month; private int day; private int year; // class method defin
www.eeworm.com/read/169056/9884177

java program10_2.java

import java.text.*; // needed for formatting public class Date { // class variable declaration section private int month; private int day; private int year; // class method defin