代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/290066/8507741
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/431013/8713625
c para.c
/*
Para Program
Dwayne Phillips
March 1996
Command Line:
para in-file out-file
Purpose:
This program does a simple form a text formatting.
It takes i
www.eeworm.com/read/359751/10125954
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/163682/10149672
c printf.c
/* printf.c */
extern putchar();
printf(fmt,firstparm)
char *fmt;
{
return uformat(putchar,fmt,&firstparm);
}
/* uformat - K&R C standard output formatting */
/************ Va
www.eeworm.com/read/163682/10149749
c printf.c
/* printf.c */
extern putchar();
printf(fmt,firstparm)
char *fmt;
{
return uformat(putchar,fmt,&firstparm);
}
/* uformat - K&R C standard output formatting */
/************ Va
www.eeworm.com/read/160819/10496204
cpp formatdemo.cpp
#include
#include
#include
using namespace std;
// formatting using manipulators
int main()
{
const double CENTIPI = 100 * acos(-1); // arccos(-1) = PI
con
www.eeworm.com/read/351112/10679481
c vsprintf.c
/*vsprintf.c
Print formatting routines
Copyright (C) 2002 Michael Ringgaard. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are per
www.eeworm.com/read/349844/10796517
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/318604/13475171
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/100127/6274084
py para.py
# Text formatting abstractions
# Oft-used type object
Int = type(0)
# Represent a paragraph. This is a list of words with associated
# font and size information, plus indents and justification fo