代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/403009/11524721
cpp setf.cpp
// setf.cpp -- using setf() to control formatting
#include
int main()
{
using std::cout;
using std::endl;
using std::ios_base;
int temperature = 63;
cout
www.eeworm.com/read/253533/12216689
txt 3.2.txt
Listing 3.2 Specifying a Different Numeric Format by Adding Format Specifiers on a
Parameter Placeholder
using System;
namespace _2_Formatting
{
class Class1
{
[STAThread]
static void Main(str
www.eeworm.com/read/253260/12234833
cpp setf.cpp
// setf.cpp -- using setf() to control formatting
#include
int main()
{
using std::cout;
using std::endl;
using std::ios_base;
int temperature = 63;
cout
www.eeworm.com/read/253260/12235557
cpp setf.cpp
// setf.cpp -- using setf() to control formatting
#include
int main()
{
using std::cout;
using std::endl;
using std::ios_base;
int temperature = 63;
cout
www.eeworm.com/read/337096/12391878
cpp setf.cpp
// setf.cpp -- using setf() to control formatting
#include
int main()
{
using std::cout;
using std::endl;
using std::ios_base;
int temperature = 63;
cout
www.eeworm.com/read/127767/14335808
txt e321. parsing a date using a custom format.txt
A pattern of special characters is used to specify the format of the date to parse. The same set of pattern characters are used to format and to parse dates. See e320 Formatting a Date Using a Custom
www.eeworm.com/read/127767/14337824
txt e317. parsing the time using a custom format.txt
A pattern of special characters is used to specify the format of the time to parse. The same set of pattern characters are used to parse times. See e316 Formatting the Time Using a Custom Format for a
www.eeworm.com/read/481237/1297672
java faxhelper.java
package net.sf.jhylafax.fax;
public class FaxHelper {
/**
* Returns the fax number in receipient. Accepts email address
* like formatting:
*
*
* Bar <+49...&
www.eeworm.com/read/460691/1558379
pod perlstyle.pod
=head1 NAME
perlstyle - Perl style guide
=head1 DESCRIPTION
Each programmer will, of course, have his or her own preferences in
regards to formatting, but there are some general guidelines t