代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/375190/2729560
hpp width_of.hpp
///////////////////////////////////////////////////////////////////////////////
// width_of.hpp
//
// Copyright 2008 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See
www.eeworm.com/read/375190/2729642
hpp width.hpp
///////////////////////////////////////////////////////////////////////////////
// width.hpp
//
// Copyright 2008 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See acc
www.eeworm.com/read/365564/2896453
c width.c
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Determine display width of Unicode character.
Copyright (C) 2001-2002, 2006-2007 Free Software Foundatio
www.eeworm.com/read/262041/4315873
bas width.bas
10 open "o", #1, "data.tmp"
20 width #1, 35
30 print #1, "123456789012345678901234567890123456789012345678901234567890"
40 close #1
50 print "Check file to see if the printing wrapped a
www.eeworm.com/read/260597/4330930
asm width.asm
TITLE WIDTH - WIDTH "device" Statement
;***
; WIDTH - WIDTH "device" Statement
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtime entry poi
www.eeworm.com/read/475081/6802887
m width.m
www.eeworm.com/read/474070/6830569
m width.m
www.eeworm.com/read/292920/8323685
c width.c
/* width.c -- field widths */
#include
#define PAGES 931
int main(void)
{
printf("*%d*\n", PAGES);
printf("*%2d*\n", PAGES);
printf("*%10d*\n", PAGES);
printf("*%-10d
www.eeworm.com/read/413044/11168814
c width.c
/* width.c -- field widths */
#include
#define PAGES 931
int main(void)
{
printf("*%d*\n", PAGES);
printf("*%2d*\n", PAGES);
printf("*%10d*\n", PAGES);
printf("*%-10d
www.eeworm.com/read/146489/12642567