CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS.
the newest version, support windows.
OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.
Simple C Compiler, Release 0.1.6
Simple C is a portable C compiler based on Small C/386. It is designed
to run on Linux, but it should be usable on any Unix-like operating
system for the x86 with minimal effort.
The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,include two version.The one generate bin file,the other generate elf file
開發(fā)環(huán)境:Delphi
簡(jiǎn)要說(shuō)明:TGABase is a abstract class. You must Derivate a sub_class from it. You must override abstract function calculateFitness. By the way, this class can only get minimum solution
This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine!
查詢網(wǎng)絡(luò),顯示 域/服務(wù)器/工作站的結(jié)構(gòu),它也顯示用戶,并將信息發(fā)送到指定的PC,只能在NT 4上工作
The program is a wizard to create a NT kernel driver framework in C.
It will create a Visual C++ workspace.
You can compile and link your driver in IDE.
If you have SoftICE, it can generate .nms file.