代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/431110/1910769
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/431110/1910789
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/394197/2459449
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/393688/2472962
f90 mf2mr.f90
#include
#include
subroutine mf2mr( lchnk, ncol, q3 )
!-----------------------------------------------------------------------
!
! Purpose:
! Convert mass fractions of the non
www.eeworm.com/read/380513/2657982
java webmacro.java
package org.apache.velocity.convert;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this wor
www.eeworm.com/read/372858/2768941
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 numbe
www.eeworm.com/read/363729/2913026
java abstractdbexecutor.java
package org.speedframework.db.executor;
import org.speedframework.convert.QueryInDataConverUtil;
import org.speedframework.exception.SpeedFrameworkException;
import java.sql.*;
/**
* Class
www.eeworm.com/read/351405/3108539
java webmacro.java
package org.apache.velocity.convert;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this wor
www.eeworm.com/read/264507/4287858
asm intel.asm
;$Id: intel.asm,v 1.2 2002/02/07 01:08:53 linfusheng Exp $
;*************************************************************************
; USAGE: UINT intel16( UINT val )
; - convert to i
www.eeworm.com/read/261157/4324024
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)
retu