代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/276066/4169494
java convert.java
/*
* Copyright 1999-2006 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or
www.eeworm.com/read/274119/4188948
c convert.c
# include
# include
int main()
{
char num1[80], num2[80];
double sum1;
int sum2;
long sum3;
printf("Enter first: ");
gets(num1);
printf("Enter second: ");
g
www.eeworm.com/read/449416/1678050
java convert.java
package shopBeans;
import java.util.*;
public class Convert
{
public Convert()
{
}
public String method(String sql)
{
try
{
byte temp[]=sql.getBytes("ISO-8859-1");
sql=new
www.eeworm.com/read/448675/1685648
sh convert.sh
#!/bin/bash
for i in `find ./ -name "*.c"`
do
sed '/TRACE/d' $i > temp
cp temp $i
done
www.eeworm.com/read/442656/1755646
py convert.py
# Copyright (c) 2005
# The Regents of The University of Michigan
# All Rights Reserved
#
# This code is part of the M5 simulator, developed by Nathan Binkert,
# Erik Hallnor, Steve Raasch, and Steve R
www.eeworm.com/read/442427/1762055
java convert.java
package shopBeans;
import java.util.*;
public class Convert
{
public Convert()
{
}
public String method(String sql)
{
try
{
byte temp[]=sql.getBytes("ISO-8859-1");
sql=new
www.eeworm.com/read/440906/1782851
java convert.java
/* Copyright (C) 1999, 2002 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBG
www.eeworm.com/read/438439/1825296
java convert.java
package com.everstar.tools;
import java.io.*;
public class Convert
{
static final String UNICODE = "8859_1";
static final String GBCODE = "gb2312";
public static String unicode2native(S
www.eeworm.com/read/436123/1854460
java convert.java
package shopbean;
import java.util.*;
public class Convert
{
public Convert()
{
}
public String method(String sql)
{
try
{
byte temp[]=sql.getBytes("ISO-8859-1");
sql=new S