代码搜索:Transformations
找到约 1,265 项符合「Transformations」的源代码
代码结果 1,265
www.eeworm.com/read/162614/5526824
c strstr-asm.c
/* Copyright (C) 2000, 2003 Free Software Foundation.
Ensure all expected transformations of builtin strstr occur and
perform correctly in presence of redirect. */
#define ASMNAME(cname) AS
www.eeworm.com/read/438717/1823462
py docfixer.py
#! /usr/bin/env python
"""Perform massive transformations on a document tree created from the LaTeX
of the Python documentation, and dump the ESIS data for the transformed tree.
"""
__version__ = '$R
www.eeworm.com/read/366702/2878121
c strstr-asm.c
/* Copyright (C) 2000, 2003 Free Software Foundation.
Ensure all expected transformations of builtin strstr occur and
perform correctly in presence of redirect. */
#define ASMNAME(cname) AS
www.eeworm.com/read/351020/3111091
as matrixtransformer.as
package com.example.programmingas3.geometry
{
import flash.geom.Matrix;
/**
* Supports simple matrix transformations: scaling, translation, rotation, and skewing.
*/
public class
www.eeworm.com/read/450627/7479904
m dct.m
%Name: Chaitanya Salunke
%Roll No: 504046
%Assignment 8: Image Transforms
F = double(imread('rice.png'));
figure('Name','Comparison of Results of Image Transformations');
subplot(121);
imshow(
www.eeworm.com/read/228533/14380239
c viewtran.c
/*
3D Viewing and Rotation Using Orthonormal Bases
by Steve Cunningham
from "Grahics Gems", Academic Press, 1990
*/
/*
* Transformations are presented as 4 by 3 matrices, omitting the
* fourth colu
www.eeworm.com/read/223338/14644827
txt 3dtrans.txt
==========================================================================
ftp://ftp.mathworks.com/pub/contrib/v5/math/3Dtrans
3D Space Coordinate Transformations
This folder contains 3 files (
www.eeworm.com/read/216674/14998059
py allornothing.py
"""This file implements all-or-nothing package transformations.
An all-or-nothing package transformation is one in which some text is
transformed into message blocks, such that all blocks must be obt
www.eeworm.com/read/208871/15233532
c effects.c
/*
* main transformations and effects functions.
* for now they only work with RGB frames, not YUV or any other format
*/
/* DISCLAIM-O-RAMA
* Note that, some functions are ok to apply to the en
www.eeworm.com/read/470720/1450494
c string-opt-3.c
/* Copyright (C) 2000 Free Software Foundation.
Ensure all expected transformations of builtin strlen, strcmp,
strrchr and rindex occur and perform correctly.
Written by Jakub Jelinek, 11/