var fDesc=new Array(); fDesc[1] = "predecessor considering the various new methods and number of new classes and applications that can be developed using it.The best of JAVA yet makes it a wonderful one."; fDesc[2] = "languages C/C++. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can be easily used in combination with Cygwin or any other GCC based compiler."; fDesc[3] = "tool is a must-have for teachers and students of these languages, you have everything you need to a very quick start."; fDesc[4] = "pages into single executable files, and ultimately into working stand-alone Windows applications, which literally resemble a normal web browser."; fDesc[5] = ", Turbo Pascal and Delphi. Its interface is very similar to Borland Turbo Pascal, but with more options. Free Pascal was created by Paul Florian Klämpfl, a student that decided to create his own compiler when Borland made the announcement that there wouldn't be a Borland Pascal 8 version."; fDesc[6] = "original source code from the already compiler binary CLASS files that is Java Applets. Besides, it is a fully featured Java editor that uses graphic user interface with syntax coloring. But you do not need to have Java Virtual Machine (JVM) or other Java SDK pre-installed."; fDesc[7] = "This program will convert your files but the content of your batch file will be encrypted and it will not suffer any modifications because it will be protected from changes."; fDesc[8] = "These functions are available in a user friendly graphical interface. The program helps the user to view the internal microcontroller architecture. It has features such as FLASH program memory editor, variable simulation rate and a powerful PIC basic compiler."; fDesc[9] = "made for Atmel's AVR series uCs ,but Bascom AVR can export a .hex or .bin file so it can be used with many other uCs.Commands used for Bascom AVR are very simple to remember and to use, as compared to C compilers or others.Pin configuration for the uC are also very simple"; fDesc[10] = "own words and quickly upload interactive puzzles to the web for people to solve."; fDesc[11] = "WINDOWS) and also contains wxWidgets for creating forms and dialog based applications. Moreover,it comes with OpenGL as well, making it a breeze to program 2D/3D applications easy.It comes with a good debugger, so that you may track down where you went wrong. To top it all, it's free!."; fDesc[12] = "of files, including HTML, WAV, TXT, JPG, CSS, GIF, MID, DHTML, JavaScript, FLASH and many more. You will be able to convert all the mentioned formats into a specific format that can be launched in an e-book like interface. The application's interface is very intuitive and friendly."; fDesc[13] = "assembler, disassembler and debugger. The application features a PIC18 basic compiler which is bundled with a smart basic source editor. The memory editor tool is available for FLASH memory and EPROM data memory."; fDesc[14] = "90S family which are bundled with emulator, assembler, disassembler, Basic compiler, and debugger. The application features a smart AVR basic compiler which is bundled with a smart basic source editor. The memory editor tool is available for FLASH memory and EPROM data memory."; fDesc[15] = "do so. The software uses BCS (Batch Compiler Specification) and that determines almost everything for the Batch Compiler. The switches, manner in which the batch file is written and what the contents are, all matter and are specified."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }