Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - runs
Search - runs - List
DL : 0
The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
Date : 2008-10-13 Size : 128.01kb User : 张先生

DL : 0
The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
Date : 2025-12-24 Size : 128kb User : 张先生

DL : 0
词法分析器,用编译原理知识设计一个词法分析器。此程序运行并且通过。 vc运行-Lexical analyzer, using the principle of knowledge to design a compiler lexical analyzer. This program runs through. vc run
Date : 2025-12-24 Size : 2kb User :

DL : 0
c++语言编写的PL0语言的语法分析程序,可实现此法分析,语法分析,中间代码生成,以及程序运行-c++ languages PL0 language parser can be realized in this analysis, syntax analysis, intermediate code generation, as well as the program runs
Date : 2025-12-24 Size : 1.28mb User : 周庆续

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. -Lua is a fast language engine with small footprint that you can embed easily into your application. Lua has a simple and well documented API that allows strong integration with code written in other languages. It is easy to extend Lua with libraries written in other languages. It is also easy to extend programs written in other languages with Lua. Lua has been used to extend programs written not only in C and C++, but also in Java, C#, Smalltalk, Fortran, Ada, and even in other scripting languages, such as Perl and Ruby.
Date : 2025-12-24 Size : 1.65mb User : xuyong

用VHDL实现七段译码管只对0到2进行译码,在Candence的NCLAUNCH工具下运行。-you can know how to realize coding from 0 to 2 for seven_seg with VHDL.And this document runs in the tool of Candence which is called NCLAUNCH.
Date : 2025-12-24 Size : 1kb User : 刘加仁

DL : 0
compiler program runs application in java
Date : 2025-12-24 Size : 3kb User : Boopathi

This an enhanced version of the example Keyboard Puzzle Game.vi. It now has different colored game blocks, runs on dual platforms (standard LabVIEW and Pocket PC/PDA). This VI gives an example of how to write a program using the LabVIEW keyboard vi s, the button vi s On the Pocket PC and how to make a program work on dual platforms. It is a LabVIEW version of the game Tetris. You use the keyboard to control the movement of the blocks as they are falling down the screen.-This is an enhanced version of the example Keyboard Puzzle Game.vi. It now has different colored game blocks, runs on dual platforms (standard LabVIEW and Pocket PC/PDA). This VI gives an example of how to write a program using the LabVIEW keyboard vi' s, the button vi' s On the Pocket PC and how to make a program work on dual platforms. It is a LabVIEW version of the game Tetris. You use the keyboard to control the movement of the blocks as they are falling down the screen.
Date : 2025-12-24 Size : 289kb User : wlg

c++语言编写的PL0语言的语法分析程序,可实现此法分析,语法分析,中间代码生成,以及程序运行-c++ languages PL0 language parser can implement this analysis, syntax analysis, intermediate code generation, and the program runs
Date : 2025-12-24 Size : 2kb User : linlin

利用BCB编译器开发的串口程序,编程采用Windows API函数,系统运行较稳定。-BCB compiler development using serial, programming using the Windows API function, the system runs more stable.
Date : 2025-12-24 Size : 365kb User : wu

编译原理词法和语法分析器,用C语言编写的,运行没有错误。-Compiler theory lexical and parser written in C, runs without error.
Date : 2025-12-24 Size : 1.21mb User : 陈博毅

这个不用我多说,大家一看文件名就知道了,这是支持64位的汇编编译器,可以在WIN7,8上运行。-This Needless to say, we see the file name to know, which is supported by a 64-bit assembler, you can WIN7, 8 runs.
Date : 2025-12-24 Size : 10.64mb User : 林飞

DL : 0
74HC595芯片的驱动C程序,经过测试,运行ok,可以直接使用,修改IO后可以做成自己的.h方便使用。-74HC595 chip driver C program, tested and runs ok, you can directly use, modify IO can be made after your own. H easy to use.
Date : 2025-12-24 Size : 23kb User : 吴悔

a complete patches for ns2 network simulator runs in ubuntu OS
Date : 2025-12-24 Size : 6kb User : aisyah

DL : 0
CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels -CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels Introduction CudaPAD is software that aids in the optimizing and understanding of NVidia’s Cuda kernels by displaying an on-the-fly view of the PTX/SASS that makes up the GPU kernel. CudaPAD simply shows the PTX/SASS output, however it has several visual aids to help understand how minor code tweaks or compiler options can affect the PTX/SASS. What is PTX or SASS anyway? NVidia’s PTX is an intermediate language for NVidia GPU’s. It is closely tied to pure GPU assembly(SASS) but is slightly abstracted. PTX less tied to a specific hardware or generation which makes it more useful in some cases. It also somewhat abstracts register usage which makes it a little bit easier to use. PTX instructions are usually translated into one or more actual hardware instructions. SASS on the other-hand is hardcore assembly. It is what the GPU actually runs and is directly translated into machine code. Viewing SASS code is more difficult but it d
Date : 2025-12-24 Size : 1.46mb User : MahdiAttar

DL : 0
The Blinky project is a simple demo program for the NXP LPC1343 microcontroller using Keil MCB1000 Evaluation Board, compliant to Cortex Microcontroller Software Interface Standard (CMSIS v1.0). Example functionality: - Clock Settings: - XTAL = 12 MHz - SYS Clock = 1 MHz - 8 LEDs blink with a fixed speed, determined by SysTick Timer working in interrupt mode The Blinky program is available in different targets: LPC1343 RAM: runs Internal RAM located on chip (used for target debugging) LPC1343 Flash: runs Internal Flash located on chip (used for production or target debugging) -The Blinky project is a simple demo program for the NXP LPC1343 microcontroller using Keil MCB1000 Evaluation Board, compliant to Cortex Microcontroller Software Interface Standard (CMSIS v1.0). Example functionality: - Clock Settings: - XTAL = 12 MHz - SYS Clock = 1 MHz - 8 LEDs blink with a fixed speed, determined by SysTick Timer working in interrupt mode The Blinky program is available in different targets: LPC1343 RAM: runs Internal RAM located on chip (used for target debugging) LPC1343 Flash: runs Internal Flash located on chip (used for production or target debugging)
Date : 2025-12-24 Size : 121kb User : Giri K
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.