代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/440906/1781202

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/438717/1823400

py cmpaf.py

# Compare different audio compression schemes. # # This copies mono audio data from the input port to the output port, # and puts up a window with 4 toggle buttons: # # uLAW : convert the data t
www.eeworm.com/read/437028/1838438

c proc2mod.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. **********/ /* convert .process file to set of .model cards */ #include "spice.h" #include #include
www.eeworm.com/read/436866/1843663

java fckeditorutil.java

package com.ntsky.bbs.web.fckeditor; import java.util.ArrayList; import java.util.Hashtable; public class FckeditorUtil { /** * Helper function to convert the configuration string to a
www.eeworm.com/read/432926/1886068

pde polartocartesian.pde

/** * PolarToCartesian * by Daniel Shiffman. * * Convert a polar coordinate (r,theta) to cartesian (x,y): * x = r * cos(theta) * y = r * sin(theta) */ float r; // Angle and angular velo
www.eeworm.com/read/429841/1944987

java characterconverter.java

package jodd.bean.converters; /** * Converts given object to Character. */ public final class CharacterConverter implements jodd.bean.Converter { public Object convert(Object value) { if (valu
www.eeworm.com/read/428420/1960057

in conver~1.in

#!@PERL@ # Convert domain to owner mappings from a DB file # into Analog config directives. # The DB file was produced by getdominfo. # Output is to stdout, which should be saved in the file subdomain
www.eeworm.com/read/418008/2094577

c unparse.c

/* * unparse.c -- convert a UUID to string * * Copyright (C) 1996, 1997 Theodore Ts'o. * * %Begin-Header% * Redistribution and use in source and binary forms, with or without * modification, ar
www.eeworm.com/read/409441/2231527

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/393688/2473024

f90 mr2mf.f90

#include #include subroutine mr2mf( lchnk, ncol, q3 ) !----------------------------------------------------------------------- ! ! Purpose: ! Convert mixing ratio of the non-w