代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/261154/4325411
java contentconverter.java
package jp.sourceforge.qrcode.util;
public class ContentConverter {
static char n = '\n';
public static String convert(String targetString) {
if (targetString == null)
return targetStrin
www.eeworm.com/read/261148/4325439
java contentconverter.java
package jp.sourceforge.qrcode.util;
public class ContentConverter {
static char n = '\n';
public static String convert(String targetString) {
if (targetString == null)
return targetStrin
www.eeworm.com/read/252290/4410381
java contentconverter.java
package jp.sourceforge.qrcode.util;
public class ContentConverter {
static char n = '\n';
public static String convert(String targetString) {
if (targetString == null)
return targetStrin
www.eeworm.com/read/160303/5572632
c ttosubnet.c
/*
* convert from text form of subnet specification to binary
* Copyright (C) 2000 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms o
www.eeworm.com/read/160303/5572654
c ttoul.c
/*
* convert from text form of unsigned long to binary
* 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/5572656
c atoasr.c
/*
* convert from ASCII form of address/subnet/range 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/5572774
c ultoa.c
/*
* convert unsigned long 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 GNU Library Ge
www.eeworm.com/read/160303/5572780
c ultot.c
/*
* convert unsigned long 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 GNU Library General P
www.eeworm.com/read/160303/5572800
c subnettoa.c
/*
* convert binary form of subnet description to ASCII
* 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/159905/5578941
aspx asymmetricwrite.aspx
Function Convert2ByteArray( strInput As String ) As Byte()
Dim intCounter As Integer
Dim arrChar As Char()