代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/317715/13499144
m snr.m
function f = WPSNR(A,B,varargin)
% This function computes WPSNR (weighted peak signal-to-noise ratio) between
% two images. The answer is in decibels (dB).
%
% Using contrast sensitivity functio
www.eeworm.com/read/489040/6481881
m toolbox_diffc.m
% toolbox_diffc - a toolbox to perform differential calculus
% on matrix.
%
% Here are the convention :
% - an image is a 2D array, ie a 2D function.
% - a vector fiels M is a 3D array, M(:
www.eeworm.com/read/157454/11702543
cpp fact.cpp
// compute n!
#include
int Factorial(int n)
{// Compute n!
if (n
www.eeworm.com/read/157453/11703695
cpp fact.cpp
// compute n!
#include
int Factorial(int n)
{// Compute n!
if (n
www.eeworm.com/read/259580/11779675
cpp factorial.cpp
// compute n!
#include
using namespace std;
int factorial(int n)
{// Compute n!
if (n
www.eeworm.com/read/132141/14107268
cpp fact.cpp
// compute n!
#include
int Factorial(int n)
{// Compute n!
if (n
www.eeworm.com/read/126945/14393313
asm showreg.asm
;***************************
;文件:ShowReg.asm *
;功能:显示80X86的寄存器 *
;***************************
.386P
Data Segment use16
Begin label byte
_CS db 'CS = ',0DH,0AH
_
www.eeworm.com/read/201477/15407460
cpp fact.cpp
// compute n!
#include
int Factorial(int n)
{// Compute n!
if (n
www.eeworm.com/read/251851/12315171
txt update.txt
6/28/2007 Reduce the cyclomatic complexity of the code.
- Removed compute_mapping_SD, compute_mapping_DHA, compute_mapping_DHA_VR
which contains mostly cloned code.