代码搜索:Transformations
找到约 1,265 项符合「Transformations」的源代码
代码结果 1,265
www.eeworm.com/read/457711/7319015
m transfor.m
function transfor
% ATLAST Transformer utility.
%
% This utility allows one to see graphically the
% effects of linear transformations on geometric
% figures.
%
% An initial image is s
www.eeworm.com/read/448535/7531389
m qrhouse.m
function [V,R] = qrhouse(A)
%
% Compute the QR factorization of a matrix A without column pivoting
% using Householder transformations
%
% function [V,R] = qrhouse(A)
%
%
% A = mxn matrix (
www.eeworm.com/read/186404/5232328
java javascriptevaluator.java
/**
JavaScriptEvaluator - Class used to evaluate javaScript expresions used
for transformations
Copyright (C) 2002-2003 Together
This library is free software; you can redistribute it a
www.eeworm.com/read/175442/5346791
h patternset.h
/**
* @file PatternSet.h
*
* @brief Declaration of PatternSet class
*
* This applied an arbitrary number of regular expression transformations
* either to make lines empty or to change t
www.eeworm.com/read/325535/3482883
py cone4.py
#!/usr/bin/env python
#
# This example demonstrates the creation of multiple actors and the
# manipulation of their properties and transformations. It is a
# derivative of Cone.py, see that example fo
www.eeworm.com/read/432926/1886079
pde arm.pde
/**
* Arm.
*
* The angle of each segment is controlled with the mouseX and
* mouseY position. The transformations applied to the first segment
* are also applied to the second segment because t
www.eeworm.com/read/148257/12479879
m transfor.m
function transfor
% ATLAST Transformer utility.
%
% This utility allows one to see graphically the
% effects of linear transformations on geometric
% figures.
%
% An initial image is s
www.eeworm.com/read/419967/10825684
java affinetrafo.java
// A class defining and doing affine coordinate transformations
//
// If we ever want to support polar coordinates, I guess we should have
// interface defining just transformPhysicalToLogical and
/
www.eeworm.com/read/186404/5232337
java transformation.java
/**
Transformation - Transformations in Octopus Loader.
Copyright (C) 2002-2004 Together
This library is free software; you can redistribute it and/or
modify it under the terms of t
www.eeworm.com/read/408246/2253004
lisp vm-typetran.lisp
;;;; This file contains the implementation specific type
;;;; transformation magic. Basically, the various non-standard
;;;; predicates that can be used in TYPEP transformations.
;;;; This software i