代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/359048/2981042
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/355602/3052593
cs rkhelper.cs
using System;
namespace Microsoft.Fawvw.Components.NExcel.Read.Biff
{
/// Helper to convert an RK number into a double or an integer
sealed class RKHelper
{
///
www.eeworm.com/read/352932/3091561
java contentconverter.java
package jp.sourceforge.qrcode.codec.util;
public class ContentConverter {
static char n = '\n';
public static String convert(String targetString) {
if (targetString == null)
www.eeworm.com/read/255923/4371628
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/160611/5568652
c multiseq.c
/* multiseq.c -- return a multichannel signal until its logical stop, then
evaluate a closure to get another signal and convert to adds
of two multichannel signals */
/* CHANGE LOG
* ---------
www.eeworm.com/read/160303/5572610
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/160303/5572640
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/160303/5572786
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/156531/5611524
pm dumper.pm
#
# Data/Dumper.pm
#
# convert perl data structures into perl syntax suitable for both printing
# and eval
#
# Documentation at the __END__
#
package Data::Dumper;
$VERSION = $VERSION = '
www.eeworm.com/read/155277/5627268
as tools.as
//convert string to boolean
function toBool( arg )
{
return (arg == '1' || arg == true)? true : false;
};
function setTextProperty(propName, val, obj, isNew)
{
//trace('propName ' + propName + '