代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/311076/3688144
java urlbase64encoder.java
package org.bouncycastle.util.encoders;
/**
* Convert binary data to and from UrlBase64 encoding. This is identical to
* Base64 encoding, except that the padding character is "." and the other
*
www.eeworm.com/read/306293/3743896
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/305566/3772325
c a2b.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/* a2b - convert ascii floats to binary */
#include "par.h"
/*********************** self documenta
www.eeworm.com/read/305566/3772331
c b2a.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/* b2a - convert binary floats to ascii */
#include "par.h"
/*********************** self documenta
www.eeworm.com/read/305566/3773348
c a2b.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/* a2b - convert ascii floats to binary */
#include "par.h"
/*********************** self documenta
www.eeworm.com/read/305566/3773350
c b2a.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/* b2a - convert binary floats to ascii */
#include "par.h"
/*********************** self documenta
www.eeworm.com/read/305065/3780665
h conv_l~1.h
/*
conv_ldif.h
*/
#ifndef _CONV_LDIF_H
#define _CONV_LDIF_H
int convert_from_ldif(FILE*, addr_t**);
#endif
www.eeworm.com/read/305065/3780695
h conv_csv.h
/*
conv_csv.h
*/
#ifndef _CONV_CSV_H
#define _CONV_CSV_H
int convert_from_csv(FILE*, addr_t**);
#endif