代码搜索:Builds
找到约 2,456 项符合「Builds」的源代码
代码结果 2,456
www.eeworm.com/read/167562/5458675
mk w32-dev.mk
#
# FreeType 2 configuration rules for Win32 + GCC
#
# Development version without optimizations.
#
# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file
www.eeworm.com/read/414958/11089602
am makefile.am
# All portions of code are copyright by their respective author/s.
# Copyright (c) 2006 Gautam Iyer
#
# This program is free software; you can redistribute it and/o
www.eeworm.com/read/427633/8927537
readme
Java SNMP Package, copyright 2005, Jonathan Sevy, Drexel University
Project home: http://gicl.cs.drexel.edu/people/sevy/snmp/snmp_package.html
This distribution contains the so
www.eeworm.com/read/357506/10208419
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/423330/10569834
h matrix.h
#ifndef MATRIX_H_
#define MATRIX_H_
#include
#include "point3d.h"
/********************
* ATENTION **********
********************
* The matrixes are accessed as in math,
www.eeworm.com/read/416230/11037578
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/469124/6977879
m buildmask.m
% Author: Scott Sanner
% Email: ssanner@cs.stanford.edu
% Course: CS223B, Winter
% Desc: Builds an oval mask for face images
%
% MASK = buildmask()
function MASK = buildmask()
% An 18x27 mask
MASK
www.eeworm.com/read/246064/12758270
readme
You need to have doxygen installed.
make targets:
all: builds the reference documentation
www.eeworm.com/read/148359/5715060
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/148359/5715070
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