代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/279051/10474678
s sizetest3.s
# sizetest3.s - A sample program to view the executable size
.section .data
buffer:
.fill 10000
.section .text
.globl _start
_start:
movl $1, %eax
movl $0, %ebx
int $0x80
www.eeworm.com/read/279051/10474706
s sizetest2.s
# sizetest2.s - A sample program to view the executable size
.section .bss
.lcomm buffer, 10000
.section .text
.globl _start
_start:
movl $1, %eax
movl $0, %ebx
int $0x80
www.eeworm.com/read/350641/10723709
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/350251/10752667
plg vfeap.plg
Build Log
--------------------Configuration: VFEAP - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/467287/7009260
doc readme.doc
HUFFSTUFF.ZIP: 15-Aug-90
-----------------------------
The following files are included:
HUFF1.C C source code for Huffman Code compression program.
HUFF1.EXE Execu
www.eeworm.com/read/466205/7041012
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/220561/7087193
doc readme.doc
HUFFSTUFF.ZIP: 15-Aug-90
-----------------------------
The following files are included:
HUFF1.C C source code for Huffman Code compression program.
HUFF1.EXE Execu