代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/166738/10003366
pas unit2.pas
unit Unit2;
interface
uses
Classes,winsock,sysutils,windows;
type
convert = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end
www.eeworm.com/read/166738/10003379
~pas unit2.~pas
unit Unit2;
interface
uses
Classes,winsock,sysutils,windows;
type
convert = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end
www.eeworm.com/read/362152/10015660
m db.m
function y = dB( x, dBrange, dBmax )
%DB convert an array to decibels
%--
% Usage: Y = dB( X, dbRANGE, dbMAX )
%
% will compute 20 Log(X)
% and then scale or clip the
www.eeworm.com/read/165847/10049730
c thunk.c
/*
* Generic thunking code to convert data between host and target CPU
*
* Copyright (c) 2003 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it und
www.eeworm.com/read/165847/10049748
h thunk.h
/*
* Generic thunking code to convert data between host and target CPU
*
* Copyright (c) 2003 Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it und
www.eeworm.com/read/163079/10176454
c util.c
/*
* linux/fs/isofs/util.c
*
* The special functions in the file are numbered according to the section
* of the iso 9660 standard in which they are described. isonum_733 will
* convert
www.eeworm.com/read/352754/10517497
c util.c
/*
* linux/fs/isofs/util.c
*
* The special functions in the file are numbered according to the section
* of the iso 9660 standard in which they are described. isonum_733 will
* convert
www.eeworm.com/read/352543/10542125
m torr_etort.m
% By Philip Torr 2002
% copyright Microsoft Corp.
%this function will convert an essential matrix to a rotation and translation martix
%as set out in Hartley and Zisserman.
%note there are 4 sol
www.eeworm.com/read/423519/10554766
pas unit2.pas
unit Unit2;
interface
uses
Classes,winsock,sysutils,windows;
type
convert = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end
www.eeworm.com/read/159560/10640007
m torr_etort.m
% By Philip Torr 2002
% copyright Microsoft Corp.
%this function will convert an essential matrix to a rotation and translation martix
%as set out in Hartley and Zisserman.
%note there are 4 sol