代码搜索:Transforms

找到约 1,181 项符合「Transforms」的源代码

代码结果 1,181
www.eeworm.com/read/136824/5848167

nvv dot3_lightobject.nvv

; Transforms a vertex to homogenoeous clip space ; and colors it with a fixed color #include "Constants.h" vs.1.0 ; Transform to clip space dp4 oPos.x, v0, c[CV_WORLDVIEWPROJ_0] dp4 oPos.
www.eeworm.com/read/136824/5848377

nvv fixedcolor.nvv

; Transforms a vertex to homogenoeous clip space ; and colors it with a fixed color #include "lighting.h" vs.1.0 ; Transform to clip space dp4 oPos.x, v0, c[CV_WORLDVIEWPROJ_0] dp4 oPos.y, v
www.eeworm.com/read/136824/5848565

nvv dot3_lightobject.nvv

; Transforms a vertex to homogenoeous clip space ; and colors it with a fixed color #include "dot3.h" vs.1.0 ; Transform to clip space dp4 oPos.x, v0, c[CV_WORLDVIEWPROJ_0] dp4 oPos.y, v0,
www.eeworm.com/read/269864/11072656

makefile

# # Makefile # # Makefile for fbv include Make.conf CROSS=mips_fp_le- CC = $(CROSS)gcc CFLAGS = -O2 -Wall -D_GNU_SOURCE SHAREFLAG = -shared -Wl,-h -Wl AR = $(CROSS)ar cr SOURCESAPP = main.c jpeg
www.eeworm.com/read/446824/7564262

m f_bit_compression.m

function [y] = f_bit_compression(x, nbits_in, nbits_out) % nonlinear transforms of signal x from nbits_in to nbits_out out_range = 2^nbits_out; in_range = 2^nbits_in; for i = 1:length(x),
www.eeworm.com/read/389586/8512673

txt 53. c28x fast fourier transforms library (sprc081).txt

Fast Fourier Transforms are an efficient class of algorithms for the digital computation of the N-point Fourier transform (DFT). In general, their input sequence are assumed to be complex. In many rea