Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single BINARY that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file. Draak Compiler是一个多语言,宏编译器,可以在一个单独的文件中定义所有的语法和代码生成。Draak 是一个单独的二进制文件,可以在任意平台上只使用一个文件来编译任何上下文无关的语言(类似 C, Pascal, Java)。
标签: multi-language generation compiler defined
上传时间: 2013-12-30
上传用户:a673761058
排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: BINARY tree rbt.c dictionary: red-black trees skl.c dictionary: skip lists ext.c external sort btr.c btree 语言 C++ 编译平台 Visual C++ 作者 Thomas Niemann 备注 来自Sorting and Searching Algorithms:A Cookbook
标签: sort qsort quicksort insert
上传时间: 2013-12-15
上传用户:silenthink
The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained BINARY Quadratic Programming (UBQP).
标签: implemented Hyper-Cube Framework the
上传时间: 2015-05-13
上传用户:cooran
Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 BINARY code:U-Boot BINARY - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開) "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅動程式模組
标签: Jollen-Kit 2006
上传时间: 2015-06-16
上传用户:xz85592677
The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a BINARY cyclic codes, using bitwise shifts and xor for modulo g(x) operations.
标签: The algorithm operation decoding
上传时间: 2015-07-05
上传用户:youmo81
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a BINARY tr
标签: introduction the contains intended
上传时间: 2013-12-23
上传用户:liansi
* This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fixed 24-hour, or dynamically * configurable between these two types. Clock data can be accessed * as a BINARY number representing the number of minutes since midnight * or a BCD number formatted according to the time-of-day description * in the TIME module 0404x. The functions work with time-of-day values * which conform to normally accepted clock values of 1:00 to * 12:59 BCD / 0 to 719 BINARY for a 12-hour clock or clock values * 00:00 to 23:59 BCD / 0 to 1439 BINARY for a 24-hour clock. On power-up * the clock is 12:00 BCD / 0 BINARY for a 12-hour or dynamically * configurable clock, or 00:00 BCD / 0 BINARY for a 24-hour clock.
标签: clock time-of-day software module
上传时间: 2013-12-07
上传用户:llandlu
This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a BINARY Heap class I made to sort the score values.
标签: pathfinding illustrate algorithm implement
上传时间: 2013-12-25
上传用户:shawvi
RTX-51 is a runtime library that, together with C51, allows real-time systems to be implemented for all processors of the 8051 family (e.g., 8051, 8052, 80515, etc.), except for the 8?C751 and 8?C752. RTX-251 extends the functionality of the RTX-51 to the new intel MCSÒ 251 family of processors. It is available as a set of runtime libraries supporting the BINARY and the source mode to be used with the C251.
标签: implemented real-time together runtime
上传时间: 2013-12-13
上传用户:refent
Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in C++ with the win32 API. The aim of Notepad++ is to offer a slim and efficient BINARY with a totally customizable GUI
标签: Notepad replacement generic written
上传时间: 2013-12-18
上传用户:天涯