代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/417848/10974364
todo
# -*- text -*-
#fix Makefile
#make sure all DEBUG code is #ifdef'ed (see ioctl in vnode.c)
test code compiles and links with and w/o debug on/off
#fix fxn names of encode/decode stuff and arguments
www.eeworm.com/read/417848/10974418
todo
# -*- text -*-
#fix Makefile
#make sure all DEBUG code is #ifdef'ed (see ioctl in vnode.c)
test code compiles and links with and w/o debug on/off
#fix fxn names of encode/decode stuff and arguments
www.eeworm.com/read/271450/10993783
makefile
# Master makefile for Thinking in C++, 2nd Ed. by Bruce Eckel
# at http://www.BruceEckel.com
# Compiles all the code in the book
# Copyright notice in Copyright.txt
help:
@echo To compile all
www.eeworm.com/read/271450/10993971
bugs makefile.bugs
# Master makefile for Thinking in C++, 2nd Ed. by Bruce Eckel
# at http://www.BruceEckel.com
# Compiles all the code in the book
# Copyright notice in Copyright.txt
help:
@echo To compile all
www.eeworm.com/read/468376/6989318
makefile
# This makefile compiles the source code for the "RSA Data Security, Inc.
# MD5 Message-Digest Algorithm" as found in RFC 1321. That code is copyrighted:
#
# Copyright (C) 1991-2, RSA Data Security,
www.eeworm.com/read/468376/6989329
mingw32 makefile.mingw32
# This makefile compiles the source code for the "RSA Data Security, Inc.
# MD5 Message-Digest Algorithm" as found in RFC 1321. That code is copyrighted:
#
# Copyright (C) 1991-2, RSA Data Security,
www.eeworm.com/read/466466/7035631
changelog
1.2.1 (April 4, 2004)
compiles cleanly with just about every -W warning flag under the sun
reorganized kiss_fft_state so it could be read-only/const. This may be useful for embedded systems
www.eeworm.com/read/140797/7146757
history
GCC & 32-bit code
-----------------
Due to the limitations of the COM file format,
(64KB limit on memory footprint) the code has been changed
so that the code compiles to a 32-bit COMBOOT program.
S
www.eeworm.com/read/449568/7500719
c syslog_tst.c
/* Program to test daemon logging. */
/*
* Sat Dec 11 12:07:50 CST 1993: Dr. Wettstein
* Compiles clean with -Wall. Renamed for first public distribution.
* Use this freely but if you make a ton
www.eeworm.com/read/446553/7576889
m mex_lf_c.m
function mexfuncname=mex_lf_c(pathname,filename,Yred)
%Creates C_code from Maple equation file, filename, that compiles
%as a MEX-function. mexfilename is the name of the C_code file.
%The inputs