代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/470518/6912709
txt readme.txt
- These object files can be linked into your Delphi executables
using the {$L filename.obj} directives.
- These are also used for the TMT Pascal example.
www.eeworm.com/read/255778/6933798
readme
The executable 'dsdp5.exe' reads data files and prints the solution
to a file. The other executables read a graph, formulate a
semidefinite program, and solve it.
www.eeworm.com/read/440621/7685128
txt fsg 2.00 oep finder #3.txt
//Anyone has studied the unpacking algo?
//so as for me I did it the following way:
//look for 95 8B 07 40 78 bytes
//-------
//XCHG EAX,EBP
//MOV EAX,DWORD PTR DS:[EDI]
//INC EAX
//----
www.eeworm.com/read/331375/12831624
txt readme.txt
- These object files can be linked into your Delphi executables
using the {$L filename.obj} directives.
- These are also used for the TMT Pascal example.
www.eeworm.com/read/328652/13009089
txt readme.txt
- These object files can be linked into your Delphi executables
using the {$L filename.obj} directives.
- These are also used for the TMT Pascal example.
www.eeworm.com/read/140161/13102176
txt readme.txt
This package is the sources for my DOS C compiler and related tools.
See license.txt and copying for licensing information
See relnotes.doc for release notes
use pkunzip -d to install these f
www.eeworm.com/read/239510/13274732
txt readme.txt
- These object files can be linked into your Delphi executables
using the {$L filename.obj} directives.
- These are also used for the TMT Pascal example.
www.eeworm.com/read/137285/13334915
readme0
/* code6 and gallager - software to manufacture, and
simulate decoding of low-density parity-check codes
Copyright (c) 2002 David J.C. MacKay
You may a
www.eeworm.com/read/136989/5838871
readme
/**
@page Single_Threaded Test README File
This is a simple test to track memory usage of the executables
ie. size of task's code + data + stack space. This will not be run
in our dail
www.eeworm.com/read/131315/5935349
c stack.c
/*
* This value indicates an amount of reserved memory for a stack
* in executables - see source of a startup code for details.
* It can be changed without recompilation with fixstk.ttp utility.
*