代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/353746/10422296
hacking
Formatting
==========
All parts of Pango other than modules should use the following formatting
style; for modules, it is up to the discretion of the module
author / maintainer, though they are enco
www.eeworm.com/read/321827/13397131
h cvt.h
/***
*cvt.h - definitions used by formatting routines
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* cvt.h contains definitions used by the fo
www.eeworm.com/read/304660/13790036
hacking
Formatting
==========
All parts of Pango other than modules should use the following formatting
style; for modules, it is up to the discretion of the module
author / maintainer, though they are enco
www.eeworm.com/read/145519/5745398
js editor_lang.js
/*** Translation ***/
LanguageDirectory="schi";
function getText(s)
{
switch(s)
{
case "Save":return "\u50a8\u5b58 ";
case "Preview":return "\u9884\u89c8 ";
case "Full Screen":retu
www.eeworm.com/read/402283/11539713
m mm2622.m
close
axis([0 1 0 0.5])
text(0.2,0.1,'\itE = M\cdotC^{\rm2}')
text(0.2,0.2,'\fontsize{16} \nabla \times H = J + \partialD/\partialt')
text(0.2,0.3,'\fontname{courier} \fontsize{16} \bf x_{\alpha}
www.eeworm.com/read/169773/5410975
txt xml文件的建立(xmltextwriter).txt
using System;
using System.Xml;
namespace MyXMLTextReader
{
///
/// Class1 的摘要说明。
///
class Class1
{
///
/// 应用程序的主入口点。
///
[STAThrea
www.eeworm.com/read/168845/5435937
cpp format_test2.cpp
// ------------------------------------------------------------------------------
// format_test2.cpp : a few real, simple tests.
// ----------------------------------------------------------------
www.eeworm.com/read/162614/5518769
c warning1.c
// { dg-do compile }
// PR c++/7804
// Floating point formatting in error and warning messages
extern "C" int printf(const char *, ...);
struct S
{
static const float inf = 1.0f / 0.0f; // { dg-w