代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/343370/11953871
txt qv_n.txt
/*===========================================================================*/
/* Register Setting for TW8800/TW8801 */
/*====================================
www.eeworm.com/read/251156/12360612
d retarget.d
.\Flash\retarget.o: Retarget.c
.\Flash\retarget.o: C:\Keil\ARM\RV31\INC\stdio.h
.\Flash\retarget.o: C:\Keil\ARM\RV31\INC\rt_misc.h
www.eeworm.com/read/130490/14190011
mail select_test.mail
#
# Mini Newsgroups
#
mini_newsgroups/alt.atheism
mini_newsgroups/comp.graphics
mini_newsgroups/comp.os.ms-windows.misc
mini_newsgroups/comp.sys.ibm.pc.hardware
mini_newsgroups/comp.sys.mac.hardware
www.eeworm.com/read/231996/14212008
am makefile.am
SUBDIRS = . example gen
ChangeLog :
cg-log > ChangeLog
CLEANFILES = *~
maintainer-clean-local:
-rm -rf Makefile.in depcomp ltmain.sh config.h.in configure compile config.guess config.sub \
missi
www.eeworm.com/read/227822/14410763
sh qemu-binfmt-conf.sh
#!/bin/sh
# enable automatic i386/ARM/SPARC/PPC program execution by the kernel
# load the binfmt_misc module
/sbin/modprobe binfmt_misc
# probe cpu type
cpu=`uname -m`
case "$cpu" in
i386|i486|i5
www.eeworm.com/read/221024/14770447
edu^ http:^^cs-pub.bu.edu^
Date: Tue, 14 Jan 1997 20:28:44 GMT
Server: NCSA/1.5
Content-type: text/html
BU CS Dept
www.eeworm.com/read/216951/14984534
java provisionprocess.java
package com.sms.platform.provision.SMS;
import com.sms.entity.*;
import com.sms.flow.*;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import java.io.IOE
www.eeworm.com/read/207654/15265912
makefile
CC = gcc
all: frontend
frontend: frontend.c combobox.c misc.c
$(CC) `gtk-config --cflags` `gtk-config --libs` frontend.c combobox.c misc.c -o frontend
clean:
rm -f *.o frontend
www.eeworm.com/read/207654/15265919
makefile
CC = gcc
all: frontend
frontend: frontend.c combobox.c misc.c
$(CC) `gtk-config --cflags` `gtk-config --libs` frontend.c combobox.c misc.c -o frontend
clean:
rm -f *.o frontend