代码搜索:Compressed

找到约 3,459 项符合「Compressed」的源代码

代码结果 3,459
www.eeworm.com/read/443386/1742468

cmd .piggy.o.cmd

cmd_arch/arm/boot/compressed/piggy.o := /usr/local/arm/3.3.2/bin/arm-linux-gcc -Wp,-MD,arch/arm/boot/compressed/.piggy.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -D__ASSEMBLY__ -mlittl
www.eeworm.com/read/443386/1742470

cmd .misc.o.cmd

cmd_arch/arm/boot/compressed/misc.o := /usr/local/arm/3.3.2/bin/arm-linux-gcc -Wp,-MD,arch/arm/boot/compressed/.misc.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototype
www.eeworm.com/read/147766/5721164

makefile

# ============================================================= # # linux/arch/mips/galileo/compressed/Makefile # # By RidgeRun Inc. # # Description: # Create a system containing a copy of the compr
www.eeworm.com/read/127781/5995047

makefile

# ============================================================= # # linux/arch/mips/galileo/compressed/Makefile # # By RidgeRun Inc. # # Description: # Create a system containing a copy of the compr
www.eeworm.com/read/110034/6166297

makefile

# ============================================================= # # linux/arch/mips/galileo/compressed/Makefile # # By RidgeRun Inc. # # Description: # Create a system containing a copy of the compr
www.eeworm.com/read/472943/1402685

m extcsdemo.m

%******************************************************** function ExtCSDemo(action) %Usage: ExtCSDemo %Description: Demo for paper Extensions of Compressed Sensing %Date: Sept 21, 2005 %********
www.eeworm.com/read/161121/5555752

makefile

# ============================================================= # # linux/arch/mips/galileo/compressed/Makefile # # By RidgeRun Inc. # # Description: # Create a system containing a copy of the compr
www.eeworm.com/read/443386/1742460

cmd .head.o.cmd

cmd_arch/arm/boot/compressed/head.o := /usr/local/arm/3.3.2/bin/arm-linux-gcc -Wp,-MD,arch/arm/boot/compressed/.head.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -D__ASSEMBLY__ -mlittle-
www.eeworm.com/read/402654/2318718

jamfile

project my_mtl : requirements ${BOOST_ROOT} ${MTL_BOOST_ROOT} # CXXFLAGS=-Wno-long-long ; exe dense2D : dense2D.cpp ; exe compressed2D : compressed2D.cpp ; exe compre
www.eeworm.com/read/248703/12545557

sh update-pciids.sh

#!/bin/sh set -e SRC="http://pciids.sourceforge.net/v2.2/pci.ids" DEST=pci.ids PCI_COMPRESSED_IDS= GREP=grep if [ -n "$PCI_COMPRESSED_IDS" ] ; then DECOMP="cat" SRC="$SRC.gz" GREP=zgrep elif whic