代码搜索:Convert

找到约 10,000 项符合「Convert」的源代码

代码结果 10,000
www.eeworm.com/read/230662/4719979

java cookie.java

package org.json; import java.text.ParseException; /** * Convert a web browser cookie specification to a JSONObject and back. * JSON and Cookies are both notations for name/value pairs. *
www.eeworm.com/read/223749/4808978

js leadingtabsandspaces.js

/** * leadingTabsToSpaces.js * * @author Kevin Lindsey * @version 1.0 */ /* * Globals */ var eol = new RegExp("\r|\n|\r\n", "mg"); var nonWS = new RegExp("[^ \t]", "g"); /** * convert * *
www.eeworm.com/read/221464/4831734

py tuple.py

""" >>> from tuple_ext import * >>> def printer(*args): ... for x in args: print x, ... print ... >>> print convert_to_tuple("this is a test string") ('t', 'h', 'i', 's', ' ', 'i', 's',
www.eeworm.com/read/216067/4900021

java stringutil.java

/* * Created on 2004. 2. 20 */ package chipchat; /** * String utility. * @author Mr.Lee */ public final class StringUtil { /** * Convert html special charectors. * @param
www.eeworm.com/read/197479/5094611

cpp quotex.cpp

/* quotex.cpp This example is both a SOAP service and a client application. As a CGI program, it will serve currency-converted stock quote requests. As a client, it will return the currency-convert
www.eeworm.com/read/193974/5138026

py pipes.py

"""Conversion pipeline templates. The problem: ------------ Suppose you have some data that you want to convert to another format, such as from GIF image format to PPM image format. Maybe the conve
www.eeworm.com/read/190666/5178812

c udconvert.c

double unsigned_to_double1 (u) unsigned u; { double d; d = (int) u; /* convert as from a *signed* integer */ return ((int) u < 0) ? d + 4294967296.0 : d; } /* Alternatively */
www.eeworm.com/read/183495/5256064

m ecef2tangent.m

function Ce2t = ecef2tangent(latitude, longitude) % This function will generate the rotation matrix to % convert a vector in ECEF coordinates to local tangent % plane coordinates at a given latitude
www.eeworm.com/read/169491/5420729

m ecef2tangent.m

function Ce2t = ecef2tangent(latitude, longitude) % This function will generate the rotation matrix to % convert a vector in ECEF coordinates to local tangent % plane coordinates at a given latitude
www.eeworm.com/read/162614/5526187

f90 int_1.f90

! { dg-do run } ! ! 13.7.53 INT(A [, KIND]) ! ! Description. Convert to integer type. ! Class. Elemental function. ! Arguments. ! A shall be of type integer, real, or comple