代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/144698/5748546
pas unit2.pas
unit Unit2;
interface
uses
Classes,winsock,sysutils,windows;
type
convert = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end
www.eeworm.com/read/140582/5785248
c subnettot.c
/*
* convert binary form of subnet description to text
* Copyright (C) 2000 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the G
www.eeworm.com/read/140582/5785277
c atosubnet.c
/*
* convert from ASCII form of subnet specification to binary
* Copyright (C) 1998, 1999 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the
www.eeworm.com/read/140582/5785384
c rangetoa.c
/*
* convert binary form of address range to ASCII
* Copyright (C) 1998, 1999 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the
www.eeworm.com/read/140156/5794869
pas t2.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/131315/5940351
c footobar.c
/*
footobar.c: a collection of functions to convert internal representations of
variables and functions to external representations, and vice versa
*/
#include "rc.h"
#define FSCHAR '\1'
#defi
www.eeworm.com/read/131315/5943216
doc make_mailrc.doc
Here is a script that will convert your .mhrc (if you have one
in your home directory) into a legal .mailrc. It will correctly
handle lines of the form:
; normal comment # normal comment
;;;;
www.eeworm.com/read/128690/5980300
m double.m
function poly = double(polo)
% POLYNOM/DOUBLE Convert polynom object to coefficient vector.
% poly = double(polo) converts a polynomial object to the vector poly
% containing the coefficients
www.eeworm.com/read/126884/6010943
java bits.java
package org.trinet.util;
/**
* Staic classes for bit and byte manipulation.
*/
public class Bits {
/**
* Convert arbitrary number of bytes to integer converting the specified
* subarr
www.eeworm.com/read/124989/6034715
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