-
此源码是《C#入门经典》一书第五章的源代码
此源码是《C#入门经典》一书第五章的源代码-This source is the C# Entry classic book, Chapter V of the source code
- 2023-02-21 17:15:03下载
- 积分:1
-
fenxi
本程序实现词法分析能够把源代码中的语法分离出单词(Lexical Analysis of this program are able to source code of the syntax of isolated words)
- 2009-01-01 11:37:35下载
- 积分:1
-
简单计算器
说明: 一个交互式的计算器。
1. 用顺序表来完成任意同维度向量的计算,包括加法、减法、夹角余弦值等。
2. 使用顺序表、链表来完成任意一元多项式的计算,包括加法、减法、乘法、导数(包括任意阶)等。
4. 四则运算表达式求值。
5. 含单变量的表达式求值。
6. 定义并运行简单函数。
7. 保留函数定义历史,并可以运行历史函数。
8. 函数的调用。
9. 操作数的各种字面常量的处理。
10. 支持矩阵的运算。(An interactive calculator.
1. Complete the calculation of any vector of the same dimension with the sequence table, including addition, subtraction, angle cosine value and so on.
2. Use order list and chain list to complete the calculation of any one-variable polynomial, including addition, subtraction, multiplication, derivative (including any order), etc.
4. Four Operational Expressions.
5. Evaluation of expressions with univariates.
6. Define and run simple functions.
7. Retain function definition history and run history function.
8. Call of function.
9. Processing of literal constants of operands.
10. Supporting matrix operations.)
- 2020-10-21 12:27:24下载
- 积分:1
-
校电赛-LED
说明: 蓝牙串口控制普通了的灯的各种模式,以stm32c8t6为核心(Bluetooth Serial Port Configuration)
- 2019-07-09 14:58:47下载
- 积分:1
-
4.带接送的VRP的启发式方法
1.元启发式
- 2022-01-25 17:50:11下载
- 积分:1
-
本人发现的很好的书籍
本人发现的很好的书籍-A good book I found
- 2022-03-06 03:54:10下载
- 积分:1
-
词法分析
应用背景
设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。
关键技术
算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想是根据扫描到单词符号的第一个字符的种类,拼出相应的单词符号。
- 2023-04-22 11:15:02下载
- 积分:1
-
最小覆盖圆问题(c++代码)
:输入N个点的坐标,求一个能覆盖全部点 的最小圆
- 2020-05-24下载
- 积分:1
-
rtp的使用的例子,关于缓存
在利用rtp传输的时候,给rtp传输部分添加缓存,使得在发送数据是减少抖动。只是一个简单的实例。
- 2022-03-18 11:39:01下载
- 积分:1
-
DataDictionnaryAutoGenerator
把数据库中的所有表导出到EXCEL表格,支持各种数据库,已经过测试(Put all the tables in the database table Export to EXCEL, to support a variety of databases, has been tested)
- 2009-03-30 19:18:37下载
- 积分:1