代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/123865/6056955
frm emuldb.frm
VERSION 5.00
Begin VB.Form frmEmulDB
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Convert TDB to CDB Format"
ClientHeight = 3750
ClientL
www.eeworm.com/read/123438/6059361
c util.c
/*
* linux/fs/isofs/util.c
*
* The special functions in the file are numbered according to the section
* of the iso 9660 standard in which they are described. isonum_733 will
* convert
www.eeworm.com/read/123117/6063230
java valueofdemo.java
public class ValueOfDemo {
public static void main(String[] args) {
//this program requires two arguments on the command line
if (args.length == 2) {
//convert strings to nu
www.eeworm.com/read/108058/6186863
cpp be_possitionio.cpp
/* This routines are used to convert PossitionIO to xaos xio streams
They are horribly inefecient, because BeOS don't implement buffering.
Hopefully IO is not the major problem in replaying Xao
www.eeworm.com/read/103088/6224183
readme
This is a quick and dirty script to convert a floppyfw floppy
(http://www.zelow.no/floppyfw/) to a tagged image for booting with
Etherboot (http://etherboot.sourceforge.net/). The advantages of networ
www.eeworm.com/read/101135/6238838
3 atof.3
ATOF(3) Minix Programmer's Manual ATOF(3)
NAME
atof, atoi, atol - convert ASCII to numbers
SYNOPSIS
#include
double atof
www.eeworm.com/read/100601/6267426
c hex2dec.c
/*
* hex2dec.c
*
* Convert decimal integers into hexadecimal
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
*
www.eeworm.com/read/100601/6267436
c dec2hex.c
/*
* dec2hex.c
*
* Convert decimal integers into hexadecimal
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
*
www.eeworm.com/read/100133/6273693
pas p_3_1.pas
{ program 3.1
example of constant definition part }
program convert(output);
const
addin = 32;
mulby = 1.8;
low = 0;
high = 39;
seperator = '------------';
var
degree : l
www.eeworm.com/read/100094/6274205
fpi ps-to-fax.fpi
#!/bin/sh
#
# convert ps to the format required by the printer on this queue
#
# if the printer is a PostScript printer, just cat it through
# if the printer uses ghostscript, we'll run it now
# if th