代码搜索:Builds
找到约 2,456 项符合「Builds」的源代码
代码结果 2,456
www.eeworm.com/read/334931/12561371
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/334931/12561713
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/132749/14074373
bat mk.bat
@ECHO OFF
@SET OUTPUT=0x0c000000
@if %1x==x goto USAGE
@if %1==bootrom goto BOOTROM
@if %1==vxWorks goto VXWORKS
@if %1==vxWorks.z goto VXWORKS.Z
@if %1==clean goto CLE
www.eeworm.com/read/107890/15598223
txt changelog.txt
2003-07-05 17:44 brodsom
* firebird2/generated/pyxis/placeholder.txt:
Removing 'generated'
2003-07-05 17:41 brodsom
* firebird2/generated/: makefile, alice/makefile,
alice/placehol
www.eeworm.com/read/103743/15724478
sources
# Build TAP-Win32 driver.
# Build Command: build -cef
MAJORCOMP=ntos
MINORCOMP=ndis
TARGETNAME=tap0801
TARGETTYPE=DRIVER
TARGETPATH=.
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib $(DDK_LIB_PATH)\ntstrsafe.li
www.eeworm.com/read/380243/9155961
c os_error.c
/*********************************************************************
* SEGGER MICROCONTROLLER GmbH & Co KG *
* Solutions for real time microcontroller applicat
www.eeworm.com/read/376570/9313684
h bheader.h
/*
Author: Bear
This source is free to anybody.
If you have any problem with this or some advice to me, please:
mailto: heyang22118952.student@sina.com
or yang45249.student@sina.co
www.eeworm.com/read/148359/5715113
mk detect.mk
#
# FreeType 2 configuration file to detect a UNIX host platform.
#
# Copyright 1996-2000, 2002, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType pro
www.eeworm.com/read/136865/5842036
projects readme.projects
This directory contains project files for building zlib under various
Integrated Development Environments (IDE).
If you wish to submit a new project to this directory, you should comply
to the follow