代码搜索:Converting

找到约 1,282 项符合「Converting」的源代码

代码结果 1,282
www.eeworm.com/read/371500/9551399

c sendstr.c

#include "calld.h" int send_str(int fd, char *ptr, char *phone, int echocheck) { char c, tempc; /* go though send string, converting escape sequences on the fly */ whil
www.eeworm.com/read/166568/10016082

java cdatautility.java

import org.w3c.dom.*; public class CDATAUtility { // Recursively descend the tree converting all CDATA sections // to text nodes and merging them with adjacent text nodes. public static void
www.eeworm.com/read/279052/10474297

s convert.s

# convert.s - Converting lower to upper case .section .data string1: .asciz "This is a TEST, of the conversion program!\n" length: .int 43 .section .text .globl _start _start: nop leal str
www.eeworm.com/read/279050/10474942

s convert.s

# convert.s - Converting lower to upper case .section .data string1: .asciz "This is a TEST, of the conversion program!\n" length: .int 43 .section .text .globl _start _start: nop leal str
www.eeworm.com/read/421857/10690637

txt make mp3 files smaller without losing quality.txt

If you don't already have a copy of MusicMatch Jukebox, download one from musicmatch.com. The "Plus" version has more features and burns CDs faster, but the free version works just fine for converting
www.eeworm.com/read/418731/10933651

txt make mp3 files smaller without losing quality.txt

If you don't already have a copy of MusicMatch Jukebox, download one from musicmatch.com. The "Plus" version has more features and burns CDs faster, but the free version works just fine for converting
www.eeworm.com/read/454892/7381955

java jsonutil.java

package com.javaeedev.util; import java.util.Map; import java.util.Set; /** * Util for converting Java object to JSON string. * * @author Xuefeng */ public final class JsonUtil {
www.eeworm.com/read/449030/7519987

s convert.s

# convert.s - Converting lower to upper case .section .data string1: .asciz "This is a TEST, of the conversion program!\n" length: .int 43 .section .text .globl _start _start: nop leal str
www.eeworm.com/read/144361/12800608

c _itowa.c

/* Internal function for converting integers to ASCII. Copyright (C) 1994,1995,1996,1999,2000,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Torbjo
www.eeworm.com/read/144361/12800672

c _itoa.c

/* Internal function for converting integers to ASCII. Copyright (C) 1994, 1995, 1996, 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. C