-
C++ / TCL
C++/Tcl
A C++ library for interoperability between C++ and Tcl
Welcome to the C++/Tcl library!
This library was written for C++ and Tcl programmers.
It was inspired by the Boost.Python library and was deliberately designed to provide a similar interface, taking into account the limitations of Tcl.
The C++/Tcl library offers the following features:
Support for both extending Tcl with C++ modules and embedding Tcl in C++ applications.
Possibility to expose free C++ functions as commands in Tcl.
Possibility to define classes and class member functions, visible in Tcl in the style similar to SWIG wrappers.
Possibility to manipulate Tcl lists and objects from the C++ code.-C++/Tcl
A C++ library for interoperability between C++ and Tcl
Welcome to the C++/Tcl library!
This library was written for C++ and Tcl programmers.
It was inspired by the Boost.Python library and was deliberately designed to provide a similar interface, taking
- 2022-07-02 08:21:49下载
- 积分:1
-
这个因为是我们老师让做的阶乘的代码,还算不错,希望给朋友门一点启发...
这个因为是我们老师让做的阶乘的代码,还算不错,希望给朋友门一点启发
- 2022-03-31 12:20:32下载
- 积分:1
-
词法分析器:源程序的运行方式: 运行程序 输入一个已存在的文本文档的文件名。如:input.txt 如果要对整个程序进行语法分析,则按‘y’键,否则按‘n’键...
词法分析器:源程序的运行方式: 运行程序 输入一个已存在的文本文档的文件名。如:input.txt 如果要对整个程序进行语法分析,则按‘y’键,否则按‘n’键 如果要对程序进行语法分析,则按‘y’键,否则按‘n’键 程序结束-lexical analyzer : the source of the mode of operation : the importation of operational procedures already exist in a text file in the file name. Such as : input.txt if the entire procedure syntax analysis, the provision "y" button, or by the "n" key to the procedure syntax analysis, the provision "y" button, or by the "n" key end of the program
- 2022-08-11 09:13:53下载
- 积分:1
-
一个C++函数解释器,很好用的。
一个C++函数解释器,很好用。-a C function interpreter, a good use.
- 2023-06-21 03:40:07下载
- 积分:1
-
Turbo Pascal 6.0编译器源码
Turbo Pascal 6.0编译器源码 -The source of Turbo Pascal 6.0 compiler
- 2022-06-26 21:21:56下载
- 积分:1
-
c compiler of a source code
一个c compiler的source code-c compiler of a source code
- 2023-01-13 21:50:08下载
- 积分:1
-
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值...
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reservation system with separate identifier, and a description of their attributes. The establishment of an array, you read the word, the right word ASCII judgment, in ASCII value in a certain area and distinguish between (use to determine if statements), separately, its value lies ASCII range of different, to give a different properties (such as : system retain the word ...), after the completion of a lexical analyzer to identify,-, =, etc. characters.
- 2022-02-26 09:14:02下载
- 积分:1
-
这是一个编译器程序包括了编译原理中学习的所有内容
这是一个编译器程序包括了编译原理中学习的所有内容-This is a compiler compiler included the principle of learning all the elements
- 2022-11-02 07:10:03下载
- 积分:1
-
源代码注释快捷脚本,可以方便的设置各种注释,比如函数注释,单行注释,类注释,文件注释,头注释等...
源代码注释快捷脚本,可以方便的设置各种注释,比如函数注释,单行注释,类注释,文件注释,头注释等-The open source code edit comment,eg: function comment,class comment,c file comment,h file comment ....
- 2023-03-29 19:05:03下载
- 积分:1
-
大学课程设计之编译原理 词法分析
大学课程设计之编译原理 词法分析- College course translation principle lexical analysis design
- 2022-07-21 00:14:05下载
- 积分:1