代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/13489/276866
bmp width.bmp
www.eeworm.com/read/41737/1146107
vi pulse width .vi
www.eeworm.com/read/482889/1284430
hpp width_of.hpp
///////////////////////////////////////////////////////////////////////////////
// width_of.hpp
//
// Copyright 2004 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (
www.eeworm.com/read/475965/1374135
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/240705/4570712
plg width.plg
礦ision2 Build Log
Project:
C:\人邮\Keilc51资源程序\8051_timer0_pulse\Width.uv2
Project File Date: 08/12/2005
Output:
www.eeworm.com/read/240705/4570714
opt width.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/234134/4661264
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/229812/4744840
cpp width.cpp
#include
void main( void ) {
char *bp;
int len = 20;
bp = new char [len];
/* read until a whitespace character is found or the maximum size has