代码搜索:Builds
找到约 2,456 项符合「Builds」的源代码
代码结果 2,456
www.eeworm.com/read/215497/15059533
m haar_1d.m
function [Y] = haar_1D(X)
% Computes the Haar transform of the input vector X
% The length of X must be a power-of-2
% Recursively builds the Haar matrix H
v = log2(length(X)) - 1;
H = [1 1;1 -1]
www.eeworm.com/read/215497/15059735
m haar_1d.m
function [Y] = haar_1D(X)
% Computes the Haar transform of the input vector X
% The length of X must be a power-of-2
% Recursively builds the Haar matrix H
v = log2(length(X)) - 1;
H = [1 1;1 -1]
www.eeworm.com/read/167562/5458653
mk beos.mk
#
# FreeType 2 configuration rules for a BeOS system
#
# Copyright 1996-2000, 2002 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only b
www.eeworm.com/read/167562/5458664
mk w32-mingw32.mk
#
# FreeType 2 configuration rules for mingw32
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be use
www.eeworm.com/read/167562/5458665
mk w32-bccd.mk
#
# FreeType 2 Borland C++ on Win32 + debugging
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be us
www.eeworm.com/read/167562/5458666
mk w32-gcc.mk
#
# FreeType 2 configuration rules for Win32 + GCC
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be
www.eeworm.com/read/167562/5458667
mk w32-icc.mk
#
# FreeType 2 configuration rules for Win32 + IBM Visual Age C++
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and ma
www.eeworm.com/read/167562/5458673
mk w32-bcc.mk
#
# FreeType 2 Borland C++ on Win32
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified
www.eeworm.com/read/167562/5458676
mk w32-lcc.mk
#
# FreeType 2 configuration rules for Win32 + LCC
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used,
www.eeworm.com/read/167562/5458677
mk w32-intl.mk
#
# FreeType 2 configuration rules for Intel C/C++ on Win32
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and ma