代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/147311/12566955
html formatnum.html
Formatting a Number Using a Custom Format
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12566957
html formattime.html
Formatting the Time Using a Custom Format
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12566975
html formatdate.html
Formatting a Date Using a Custom Format
(Java Developers Almanac Example)
www.eeworm.com/read/382631/9014961
h fmtnum.h
/* 2008 (c) Dorival M. Pedroso */
#ifndef MPM_FMTNUM_H
#define MPM_FMTNUM_H
// STL
#include
#include
/** Formatting Numbers via STL streams. */
struct FmtNum
{
bool BoolAlpha;
www.eeworm.com/read/282901/9054492
htm part3.htm
Text Formatting (UNIX in a Nutshell: System V Edition)
www.eeworm.com/read/365797/9846578
c floatlib.c
/* floatLib.c - floating-point formatting and scanning library */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02f,19oct
www.eeworm.com/read/275831/10793686
rb 03 - automatically building a gem.rb
require 'rake/gempackagetask'
# Create a gem specification
gem_spec = Gem::Specification.new do |s|
s.name = 'docbook'
s.version = '1.0.0'
s.summary = 'DocBook formatting program and library.'
www.eeworm.com/read/449504/7502572
m mprint3.m
function out=mprint3(b,se,t,info)
% PURPOSE: Pretty-prints a set of matrices together by stacking the
% (i,j) elements of each. Allows for separate formatting of
% each. Designed to printing parm.
www.eeworm.com/read/136223/13387537
c floatlib.c
/* floatLib.c - floating-point formatting and scanning library */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02f,19oct