KBASIC is a BASIC like interpreter. It s implemented in C. The file includes the source code, executable and various .bas files as examples. To try write basic.exe and the name of one of the .bas files and KBASIC will interpret the file.
標簽: C. interpreter implemented includes
上傳時間: 2017-03-25
上傳用戶:xzt
that is a useful book for people who like to learn more about C++.
上傳時間: 2013-12-29
上傳用戶:cccole0605
it an software like windows excel written in c
標簽: software windows written excel
上傳時間: 2013-12-13
上傳用戶:xuan‘nian
unix-like 系統下c實現的垃圾回收器
上傳時間: 2017-05-04
上傳用戶:ippler8
As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Programs are structured by defining and calling functions. Program flow is controlled using loops, if statements and function calls. Input and output can be directed to the terminal or to files. Related data can be stored together in arrays or structures.
標簽: programming variables language Fortran
上傳時間: 2017-05-18
上傳用戶:hongmo
A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy program n analyses it. The program can be extended by adding more.
標簽: simulated analyser lexical PASCAL
上傳時間: 2017-07-19
上傳用戶:redmoons
C++ is a programming language. It is a programming language of many different dialects, just like each language that is spoken has many dialects. In C though, they are not because the "speakers" live in the North, South, or grew up in some other place, it is because there are so many compilers. There are about four major ones: Borland C++, Microsoft Visual C++, Watcom C/386, and DJGPP. You can download DJGPP http://www.delorie.com/djgpp/ or you may already have another compiler. Each of these compilers is a little different. The library functions of one will have all of the standard C++ functions, but they will also have other functions or, continuing the analogy, words. At times, this can lead to confusion, as certain programs will only run under certain compilers, though I do not believe this to be the case with the programs in these tutorials.
標簽: programming language different dialects
上傳時間: 2014-01-17
上傳用戶:lz4v4
AVR source code for performing speech, the speech voice will be like a robot voice. sources are in c language.
標簽: speech voice performing sources
上傳時間: 2017-09-26
上傳用戶:
Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support for testing and debugging grammars without generating source code. It supports LL(k) grammars with an unlimited number of look-ahead tokens.
標簽: compiler Grammatica generator improves
上傳時間: 2015-01-11
上傳用戶:stella2015
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
標簽: matrix performing operations template
上傳時間: 2013-12-21
上傳用戶:wys0120