代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/292392/8359371
c totarga.c
/* This is a simple module to convert image files from
the reconstruction package to AT&T Targa board
format */
#include
#include
#
www.eeworm.com/read/388174/8629701
java weather.java
class Weather {
public static void main(String[] arguments) {
float fah = 86;
System.out.println(fah + " degrees Fahrenheit is ...");
// To convert Fahrenheit into Cels
www.eeworm.com/read/431675/8661801
m classc.m
%CLASSC Convert mapping to classifier
%
% W = classc(W)
% W = W*classc
%
% The mapping W is converted into a classifier: outputs (distances to the map)
% are converted by the sigmoid function to proba
www.eeworm.com/read/181694/9240645
sql createwebshoppedb.sql
/* Install WebShoppe database */
set nocount on
USE master
declare @dttm varchar(55)
select @dttm=convert(varchar,getdate(),113)
raiserror('Starting installation of WebSh
www.eeworm.com/read/177887/9427729
doc gifinter.doc
GifInter
--------
Program to convert between interlaced and non interlaced images in GIF file.
Usage:
------
Usage: GifInter [-i] [-s] [-h] GifFile
If no GifFile is given, GifInt
www.eeworm.com/read/174590/9581313
java vview.java
// Very simple VRML world viewer
// Written by Bernie Roehl, October 1999
//
// CONVERTING TO AN APPLET:
// To convert this application into an applet you must construct
// a standard init() meth
www.eeworm.com/read/167217/9976337
java weather.java
class Weather {
public static void main(String[] arguments) {
float fah = 86;
System.out.println(fah + " degrees Fahrenheit is ...");
// To convert Fahrenheit into Cels
www.eeworm.com/read/359009/10171254
m ret2price.m
function [TickSeries,TickTimes] = ret2price(RetSeries, StartPrice, RetIntervals, ...
StartTime, Method)
%RET2PRICE Convert a return series to a price seri
www.eeworm.com/read/353268/10458626
cs supportclass.cs
//
// In order to convert some functionality to Visual C#, the Java Language Conversion Assistant
// creates "support classes" that duplicate the original functionality.
//
// Support classes re
www.eeworm.com/read/422294/10646614
java weather.java
class Weather {
public static void main(String[] arguments) {
float fah = 86;
System.out.println(fah + " degrees Fahrenheit is ...");
// To convert Fahrenheit into Cels