-
主要是C#中接口的应用
接口的实现是指在某个类中继承某个接口时的这个过程。虽然一个类只能继承一个直接接口,但是它可以实现任意数量的接口。所以接口的实现具有多继承性的特性,为此,在声明类时应该在基类列表中包含类所实现的接口名称。
- 2023-03-06 16:15:04下载
- 积分:1
-
csuanfa
C/C++的常见算法集合,非常经典,很适合初学者(C/C++ Common algorithm collection, very classic, it is suitable for beginners)
- 2008-06-20 03:34:26下载
- 积分:1
-
PL0词法分析程序
说明: 三、 实验要求
1. 使用 PL/0 语言编写程序,实现输出斐波那契数列前 20 项数值。
2. 从 PL/0 编译程序源码中抽出词法分析部分,构建 PL/0 独立词法分析程序。功能:输入为 PL/0 源程序,
输出为单词符号的序列;对于标识符和无符号整数,显示单词种别和单词自身的值两项内容;对于其他单词符
号,仅显示其单词种别。
3. 使用 AutoFlowchart 画出独立词法分析程序的程序流程图,并分析每部分的功能和特点。(Iii. Experimental requirements
1. Use PL/0 language to write programs to output the first 20 values of Fibonacci sequence.
2. Extract the part of lexical analysis from PL/0 compiler source code, and build PL/0 independent lexical analysis program. Function: Input as PL/0 source program,
Output a sequence of word symbols; For identifiers and unsigned integers, the word class and the value of the word itself are displayed. For other word characters
, showing only its word class.
3. Use AutoFlowchart to draw the program flow chart of the independent lexical analysis program and analyze the functions and characteristics of each part.)
- 2020-06-16 13:45:01下载
- 积分:1
-
图书管理
图书管理
- 2015-12-30下载
- 积分:1
-
WPF贪吃蛇
WPF贪吃蛇
- 2020-11-27下载
- 积分:1
-
chuandiduizhun
捷联惯导系统传递对准matlab程序,已经验证过,非常好用(matlab sins Transfer alignment of strapdown inertial navig)
- 2017-08-29 20:46:20下载
- 积分:1
-
UV4
说明: 复制其中的“UV4.CDB”文件,复制到KEIL4的“UV4”文件夹中;(Copy the "uv4. CDB" file to the "uv4" folder of keil4;)
- 2020-03-30 11:00:16下载
- 积分:1
-
ReportSample
VC很经典的报表控件,功能非常强大,很赞。(VC very classic report control, the function is very powerful, very praise.)
- 2018-08-31 13:44:40下载
- 积分:1
-
ghost32
ghost32恢复备份,分区与分区之间,分区与硬盘,mfc界面,详细驱动列表,包含各个磁盘的详细信息,可以直接使用,参考价值很大
- 2022-03-11 15:08:19下载
- 积分:1
-
Hit Testing Lines and Curves
msdn 中关于利用鼠标点击直线进行选择的向量算法(Vector Algorithms for Selecting Straight Lines with Mouse Click in MSdn)
- 2020-06-23 18:20:02下载
- 积分:1