代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/237003/13983623
f echotunef.f
! Tuned Fortran 77 version
! Optimizations:
! - blocked stencil algorithm to improve cache use
! - arrays interlaced by making one big 3-dimensional array
! - copying of arrays avoided by cyclin
www.eeworm.com/read/205038/15328776
sh bins.sh
#! /bin/csh -f
echo "This directory contains binary executables" >& RTMP
switch ($OSTYPE)
case linux:
echo "making statically linked ELF excutables for linux"
echo "meant for the LINUX opera
www.eeworm.com/read/203062/15366648
sh makepro.sh
#!/bin/sh
#
# Use -d for debugging
proFile="`basename $PWD`.pro"
echo "Making $proFile"
qmake -project -t lib \
"INCLUDEPATH=..\xg ..\otools ..\advisor ..\physics ." \
"CONFIG+=staticlib
www.eeworm.com/read/203062/15366820
sh makepro.sh
#!/bin/sh
#
# Use -d for debugging
proFile="`basename $PWD`.pro"
echo "Making $proFile"
qmake -project -t lib \
"INCLUDEPATH=..\xg ..\otools ..\advisor ..\physics ." \
"CONFIG+=staticlib
www.eeworm.com/read/203062/15366937
sh makepro.sh
#!/bin/sh
#
# Use -d for debugging
proFile="`basename $PWD`.pro"
echo "Making $proFile"
qmake -project -t lib \
"INCLUDEPATH=..\xg ..\otools ..\advisor ..\physics ." \
"CONFIG+=staticlib
www.eeworm.com/read/108330/15588486
c make.c
/*
* Do the actual making for make
*/
#include "h.h"
/*
* Support functions for Windows 95
*/
time_t CnvSystemTime(LPSYSTEMTIME pSysTime)
{
time_t result = 0;
int
www.eeworm.com/read/102756/15759868
makefile
#WORKDIR=$(HOME)
#---------------------------------------------
# rules of making *.ec, DON'T change anytime !
.SUFFIXES:
.ec.o:
$(ESQLC) -c $(INCL) $<
$(LINK.c) -c $(SYS) $(INCL) $*.c
@r
www.eeworm.com/read/291164/8438711
credits
John the Ripper credits.
John the Ripper has been developed and is maintained by Solar Designer.
I would like to thank the following people for their direct or indirect
help in making John what it
www.eeworm.com/read/284120/8965469
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/185143/9055839
c utmp.c
/*
* This file contains machine specific code for making sure getlogin() works.
* See the function setlogin below.
*
* Make sure login database is updated getut(3c), but this is not
* available