Derleme işleminden sonra, bağlayıcı farklı nesne dosyalarını birleştirir ve programı çalıştırmak için tek bir çalıştırılabilir (executable) dosya oluşturur.
After the compilation process, the linker will combine different object files and creates a single executable file to run the program.
hangi hello.exe adlı yürütülebilir bir derleme oluşturur.which produces an executable assembly named hello.exe.
csc hello.cs which produces an executable program named hello.exe.
hangi hello.exe adlı yürütülebilir bir derleme oluşturur.which produces an executable assembly named hello.exe.
which produces an executable assembly named hello.exe.
hangi hello.exe adlı yürütülebilir bir derleme oluşturur.which produces an executable assembly named hello.exe.
Such a program can be compiled with the command line directive csc hello.cs which produces an executable program named hello.exe.
Asıl işlemi yapan executable dosyası.
The original executable file.
Sonra bu dosyayı executable yapın.
Make the file executable.
Derlenen diller daha hızlı çalışmaya eğilimlidir ve çalıştırılabilir dosyalar (executable files) ek bağımlılıklara ihtiyaç duymadan çalışabilir (en azından C, C++ ve Go gibi doğrudan assembly'e derlenen diller için bu durum böyledir).
Compiled languages tend to run faster and the executable can be run without additional dependencies (at least, that's true for languages like C, C++ and Go which compile directly to assembly).
Görev yöneticisindeki antimalware service executable yüksek cpu kullanıyor.
That's the state of antimalware service executable high CPU usage.
Oradan sen bu doc dosyasına katıştırılmış yürütülebilir uzak kullanıcıya e-posta gönderebilirsiniz - doc açarsanız, ve çift tıkırtı belgili tanımlık executable - o zaman Realtime-Spy-ecek var olmak installed.
From there you can email this doc file with the embedded executable to the remote user - if they open the doc, and double click the executable - then Realtime-Spy will be installed.
EXE: "executable" teriminin kısaltmasıdır.
EXE is the short form for 'executable'.
Downloader, Delphi ile yazılmış executable olan bir dosyadır.
The downloader is an executable file written in Delphi.
Biz Windows x86-64 executable installer seçip indirmemizi yapıyoruz.
I chose the Windows x86-64 executable installer for the installation.
CLR header bölümü PE dosyasının bir.NET executable olduğuna dair bilgileri tutarken, CLR data bölümü, metadata ve IL kodunu barındırıyor.
While the CLR header stores information to indicate that the PE file is a.NET executable, the CLR data section contains metadata and IL code, both of which determine how the program will be executed.