代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/160303/5572612
c ttosa.c
/*
* convert from text form of SA ID to binary
* Copyright (C) 2000, 2001 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU
www.eeworm.com/read/160303/5572616
c atoul.c
/*
* convert from ASCII form of unsigned long to binary
* Copyright (C) 1998, 1999 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms o
www.eeworm.com/read/160303/5572641
c satoa.c
/*
* convert from binary form of SA ID to ASCII
* Copyright (C) 1998, 1999, 2001 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of
www.eeworm.com/read/160303/5572801
c satot.c
/*
* convert from binary form of SA ID to text
* Copyright (C) 2000, 2001 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU
www.eeworm.com/read/159905/5578940
aspx asymmetricread.aspx
Function Convert2ByteArray( strInput As String ) As Byte()
Dim i
www.eeworm.com/read/471742/6888610
m foucault.m
%foucault.m incorporates the solution to the Foucault pendulum formulas
clear;
lth=34; % latitude angle in degrees
th=lth*2*pi/360; % convert to radians
g=9.8; % accele
www.eeworm.com/read/471115/6897208
java allcapsdemo.java
import java.io.*;
public class AllCapsDemo {
public static void main(String[] arguments) {
AllCaps cap = new AllCaps(arguments[0]);
cap.convert();
}
}
class AllCaps
www.eeworm.com/read/195484/8150612
c shape.c
/* Pango
* shape.c: Convert characters into glyphs.
*
* Copyright (C) 1999 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the G
www.eeworm.com/read/295246/8178436
py makerealworddoc.py
"""Convert HTML page to Word 97 document
This script is used during the build process of "Dive Into Python"
(http://diveintopython.org/) to create the downloadable Word 97 version
of the book (http:/
www.eeworm.com/read/295246/8178470
py makerealworddoc.py
#coding=gbk
"""Convert HTML page to Word 97 document
This script is used during the build process of "Dive Into Python"
(http://diveintopython.org/) to create the downloadable Word 97 version
of the