代码搜索:Convert

找到约 10,000 项符合「Convert」的源代码

代码结果 10,000
www.eeworm.com/read/124989/6034713

pl mkffwnb.pl

#!/usr/bin/perl -w # # Perl script to make a bootable image from a floppyfw floppy # The basic idea is to unpack and replace or convert all # the necessary config files into the initrd # and then make
www.eeworm.com/read/120158/6080186

asm intel.asm

;$Id: intel.asm,v 1.2 2002/02/07 01:08:53 linfusheng Exp $ ;************************************************************************* ; USAGE: UINT intel16( UINT val ) ; - convert to i
www.eeworm.com/read/104049/6211884

mibs

title Textual mib parsing description This section controls the textual mib parser. Textual description mibs are parsed in order to convert OIDs, enumerated description lists, and ... to and from tex
www.eeworm.com/read/103088/6224184

pl mkffwnb.pl

#!/usr/bin/perl -w # # Perl script to make a bootable image from a floppyfw floppy # The basic idea is to unpack and replace or convert all # the necessary config files into the initrd # and then make
www.eeworm.com/read/101082/6243109

1f l1.1f

#print You can also make equations that are ________indented a fixed amount from the left margin, with the command .EQ I Again, if there is an equation number, it follows the I. Convert all
www.eeworm.com/read/403680/11512991

txt history.txt

Version 0.3.0 - February 12, 2004 ================================= - Add support for property categories on Delphi 6 and up. - Add project group for all demos. - Convert string constants into res
www.eeworm.com/read/346994/11706557

c const.c

/* Demonstrates variables and constants */ #include /* Define a constant to convert from pounds to grams */ #define GRAMS_PER_POUND 454 /* Define a constant for the start of the next
www.eeworm.com/read/156119/11825233

asp newsconvert.asp

www.eeworm.com/read/340487/12153486

c trisoplot.c

/* Copyright (c) Colorado School of Mines, 2007.*/ /* All rights reserved. */ /* cshotplot - convert CSHOT data to plotdata and parfile for CWP graphers */ #include "par.h" /*
www.eeworm.com/read/253499/12218809

py roman.py

"""Convert to and from Roman numerals This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __auth