代码搜索:Builds

找到约 2,456 项符合「Builds」的源代码

代码结果 2,456
www.eeworm.com/read/136822/5850192

mk unix.mk

# # FreeType 2 configuration rules for UNIX platforms # # Copyright 1996-2000 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/136822/5850200

mk dos-gcc.mk

# # FreeType 2 configuration rules for the DJGPP compiler # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only b
www.eeworm.com/read/136816/5855036

mk cygwin.mk

# # FreeType 2 configuration file for CygWin host platform. # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only
www.eeworm.com/read/136816/5855094

mk unix.mk

# # FreeType 2 configuration rules for UNIX platforms # # Copyright 1996-2000 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/136816/5855102

mk dos-gcc.mk

# # FreeType 2 configuration rules for the DJGPP compiler # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only b
www.eeworm.com/read/488224/6498683

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/408498/11385262

bat kernel.bat

REM BUILDS KERNEL.HEX DSPA -S -l kernel.ASM -v2xx DSPLNK kernel.obj kernel.cmd -o kernel.out -m kernel.map ..\..\F240_HEX kernel.out copy kernel.hex ..\..\krnl24xx.hex
www.eeworm.com/read/154266/11976378

xml calc.xml

www.eeworm.com/read/343020/11983213

m makesoundspeedprofile.m

%MakeSoundSpeedProfile % %Builds specified theoretical sound speed profile DfltPath = 'C:\'; State = 'StartMenu'; Done = 0; while ~Done switch State case 'StartMenu', switch
www.eeworm.com/read/254742/12121251

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]