代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/147245/12572132
vhd control_fsm_rtl.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
www.eeworm.com/read/334618/12584528
scf mem_b.scf
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/147096/12585362
m commgui.m
function commgui(name, fileload)
%COMMGUI communication GUI top level file.
%
% Wes Wang 1996.
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/0
www.eeworm.com/read/300850/13888896
bat smingw32.bat
rem mingw32
set MINGW32_ROOT=%SystemDrive%\mingw32
set PATH=%MINGW32_ROOT%\bin;%PATH%
set C_INCLUDE_PATH=%MINGW32_ROOT%\include
set CPLUS_INCLUDE_PATH=%MINGW32_ROOT%\include\g++;C:\MINGW32\include
www.eeworm.com/read/238281/13897915
scf scat_c.scf
;;; Copyright ARM Ltd 2000. All rights reserved.
;
; This scatterloading descriptor file defines:
; one load region (ROM_LOAD) and 2 execution regions (ROM_EXEC & RAM)
;
; The entire program (cod
www.eeworm.com/read/237116/13977812
makefile
CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
EXEC_PUT = gpio_test
OBJS_PUT = gpio_test.o
all: $(EXEC_PUT)
$(EXEC_PUT): $(OBJS_PUT)
$(CC)
www.eeworm.com/read/236863/13995037
makefile
CROSS = armv4l-unknown-linux-
CC= $(CROSS)gcc
EXP_INSTALL = install -m 755
EXTRA_LIBS += -lpthread
EXEC= getkey
OBJS= keyboard.o get_key.o main.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) -o $@ $(OBJ
www.eeworm.com/read/134073/14010570
c mginit.c
/*
** $Id: mginit.c,v 1.15 2004/11/27 04:09:40 weiym Exp $
**
** Listing 31.1
**
** mginit.c: Sample program for MiniGUI Programming Guide
** A simple mginit program.
**
** Copyright (C) 2003 Fe
www.eeworm.com/read/132665/14081125
in libxml-2.0.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
modules=@WITH_MODULES@
Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libd