代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/493401/6402328
h addrspace.h
// addrspace.h
// Data structures to keep track of executing user programs
// (address spaces).
//
// For now, we don't keep any information about address spaces.
// The user level CPU state is save
www.eeworm.com/read/486785/6528495
makefile
#!/bin/sh
CXX = g++
CXXFLAGS= -g -Wall
LDFLAGS = -L.
EXECUTABLE = sdkdemo
LIBS = hcnetsdk pthread
SOURCES = $(wildcard *.cpp)
OBJS = $(subst .cpp,.o,$(SOURCES))
DEPS = $(subst .cpp,.d,$(SOURCES))
www.eeworm.com/read/486646/6537606
txt readme.txt
Run the following to rebuild the DSP program:
cl6x -@options
The result is a C6x executable file CnfDSP_nohost.out.
The DSP program CnfDSP_nohost.out was designed to run
WITHOUT a Host Pr
www.eeworm.com/read/485113/6564523
sh compile.sh
#!/bin/sh
echo ""
echo "---------------------------------------------------------------"
echo "compile.sh - Use to compile all Java 2D sample programs"
echo " on Solaris systems."
echo ""
www.eeworm.com/read/484433/6576082
readme
#AGOCG Tcl/Tk Cookbook
#Tcl/Tk and FORTRAN
#Authors Lakshmi & Venkat Sastry
This directory contains the source files (*.f & *.tcl) for running the
simple application that provides a Tk interfa
www.eeworm.com/read/484061/6590064
txt readme.txt
This folder contains source files for all of the examples
given in Lecture 30, Fri Dec 7.
datastructs.h, main.cpp - demonstrates how to build your own container
and iterator classes, as well as how
www.eeworm.com/read/480821/6662291
txt linkinfo.txt
Invalid keyboard code specified
Microsoft (R) Segmented Executable Linker Version 5.31.009 Jul 13 1992
Copyright (C) Microsoft Corp 1984-1992. All rights reserved.
www.eeworm.com/read/410642/11273774
h dime.h
//gsoap ns service name: dime
//gsoap ns service namespace: urn:dime
//gsoap ns service location: http://websrv.cs.fsu.edu/~engelen
//gsoap ns service executable: dimesrv.cgi
class xsd__base64Binary
{
www.eeworm.com/read/410160/11299830
pjt xint.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-LF2407-AE\Lab0304-Xint\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool