代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/418308/2091085
c dosfsfmtlib.c
/* dosFsFmtLib.c - MS-DOS media-compatible file system formatting library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------------
www.eeworm.com/read/412250/2173554
h win32exception.h
//This code was retrieved from
//http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/3/
//(Visual C++ exception handling)
//By Bennett
//Formatting Slightly modified for N++
www.eeworm.com/read/412250/2173556
cpp win32exception.cpp
//This code was retrieved from
//http://www.thunderguy.com/semicolon/2002/08/15/visual-c-exception-handling/3/
//(Visual C++ exception handling)
//By Bennett
//Formatting Slightly modified for N++
www.eeworm.com/read/405664/2286527
c dosfsfmtlib.c
/* dosFsFmtLib.c - MS-DOS media-compatible file system formatting library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------------
www.eeworm.com/read/400890/2344949
c dosfsfmtlib.c
/* dosFsFmtLib.c - MS-DOS media-compatible file system formatting library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------------
www.eeworm.com/read/396473/2415232
c dosfsfmtlib.c
/* dosFsFmtLib.c - MS-DOS media-compatible file system formatting library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------------
www.eeworm.com/read/383832/2612197
c dosfsfmtlib.c
/* dosFsFmtLib.c - MS-DOS media-compatible file system formatting library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------------
www.eeworm.com/read/378966/2678535
c dosfsfmtlib.c
/* dosFsFmtLib.c - MS-DOS media-compatible file system formatting library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------------
www.eeworm.com/read/377363/2701289
c dosfsfmtlib.c
/* dosFsFmtLib.c - MS-DOS media-compatible file system formatting library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------------
www.eeworm.com/read/371135/2781805
java format.java
package com.horstmann;
import java.io.*;
/**
A class for formatting numbers that follows printf conventions.
Also implements C-like atoi and atof functions