代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/254685/12124243
pjt ex.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="G:\zxl\ex4_SCI-40M\ex4_SCI-40M\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="
www.eeworm.com/read/254135/12159828
prj contacq-intclk.prj
[Project Header]
Version = 710
Pathname Line0001 = "/c/Documents and Settings/twalling/Desktop/EPD-Contest/AI CVI/Cont Acq-Int Clk/C"
Pathname Line0002 = "ontAcq-IntClk.prj"
CVI Dir = "/c/program
www.eeworm.com/read/252898/12256841
makefile
##########################################################
#
# General makefile for building executable programs and
# libraries for Embedded Artists' QuickStart Boards.
# (C) 2001-2005 Embedded A
www.eeworm.com/read/149844/12340949
prj test.prj
[Project Header]
Version = 700
Pathname = "/e/柳明/虚拟仪器/test/串口测试/test.prj"
CVI Dir = "/d/program files/national instruments/cvi70"
IVI Standard Root Dir = "/C/Program Files/IVI"
VXIplug&play Frame
www.eeworm.com/read/251161/12360115
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/149206/12394946
prj sample1.prj
[Project Header]
Version = 600
Pathname = "/e/Study/LabWindows CVI光盘内容/program/sample1/sample1.prj"
CVI Dir = "/d/program files/national instruments/measurementstudio/cvi"
VXIplug&play Framework D
www.eeworm.com/read/148696/12440539
cpp chk_file.cpp
#include "strings.h"
#include
#include
//executable file extensions
char ext[3][4] = { "EXE", "COM", "BAT" };
void main(int argc, char *argv[])
{
Strings fname;
www.eeworm.com/read/233735/14142023
makefile2
OBJS = main.o io.o # 生成的目标文件依赖main.o和io.o
CC = gcc
CFLAGS = -Wall -O –g #以上三个为宏定义
executable: $(OBJS) #引用宏名
$(CC
www.eeworm.com/read/233735/14142025
makefile3
OBJS = main.o io.o # 生成的目标文件依赖main.o和io.o
CC = gcc
CFLAGS = -Wall -O -g
executable: $(OBJS) #引用宏名
$(CC) $^ -o $@
ma
www.eeworm.com/read/232228/14202264
prj sk.prj
[Project Header]
Version = 810
Pathname = "/f/CURRENT/声卡编程/sk.prj"
CVI Dir = "/d/program files/national instruments/cvi81"
IVI Standard Root Dir = "/C/Program Files/IVI"
VXIplug&play Framework Di