代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5527300
c mzero6.c
/* Tail call optimizations would convert func() into the moral equivalent of:
double acc = 0.0;
for (int i = 0; i
www.eeworm.com/read/344585/3207788
m convertoldnet.m
function net = convertoldnet(net)
%CONVERTOLDNET Convert pre-2.3 release MLP and MDN nets to new format
%
% Description
% NET = CONVERTOLDNET(NET) takes a network NET and, if appropriate,
% converts i
www.eeworm.com/read/340665/3279561
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/330923/3419510
configure
#!/bin/sh
# Script to check for catalogs, stylesheets, XSL processors and all
# the other stuff necessary to convert the XML documentation.
_xsltwrapper="xsltproc.sh"
_xmllintwrapper="xmllint.sh"
e
www.eeworm.com/read/321483/3534900
pm dumper.pm
#
# Data/Dumper.pm
#
# convert perl data structures into perl syntax suitable for both printing
# and eval
#
# Documentation at the __END__
#
package Data::Dumper;
$VERSION = '2.121_14';
#$| = 1;
www.eeworm.com/read/313224/3644421
pm dumper.pm
#
# Data/Dumper.pm
#
# convert perl data structures into perl syntax suitable for both printing
# and eval
#
# Documentation at the __END__
#
package Data::Dumper;
$VERSION = '2.121_08';
#$| = 1;
www.eeworm.com/read/313143/3645822
configure
#!/bin/sh
# Script to check for catalogs, stylesheets, XSL processors and all
# the other stuff necessary to convert the XML documentation.
_xsltwrapper="xsltproc.sh"
_xmllintwrapper="xmllint.sh"
e
www.eeworm.com/read/306677/3735059
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/305277/3777154
scala celsiusconverter.scala
package scala.swing.test
import swing._
import event._
/** A GUI app to convert celsius to centigrade
*/
object CelsiusConverter extends SimpleGUIApplication {
def top = new MainFrame {
t
www.eeworm.com/read/305065/3780740
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