资源列表
排序选择:
[VHDL编程] ex9_cof_M4K_test1
说明:这是一个基于M4K块得单口RAM配置仿真实验程序-This is an M4K block was based on a single-port RAM configuration simulation program<cpu> 在 2025-06-20 上传 | 大小:4.12mb | 下载:0
[搜索引擎] NetworkFileSearch
说明:網路文件搜尋,輸入搜尋字串,可搜尋相關文件-Network File Search<瀟灑> 在 2025-06-20 上传 | 大小:273kb | 下载:0
[VHDL编程] uartverilog
说明:这是基于BJ-EPM240学习开发板的串口通信实验程序-This study is based on BJ-EPM240 development board serial communication experiment program<cpu> 在 2025-06-20 上传 | 大小:305kb | 下载:0
[图形图像处理(光照,映射..)] Harris-corner-detection-program
说明:在图像处理中,Harris角点检测程序用以实现特征点的提取,以实现特征点匹配。-In image processing, Harris corner detection procedures used to achieve the extraction of feature points, in order to achieve the matching feature points.<贾勇> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[SQL Server数据库] database-handle-demo
说明:对数据库的数据进行操作比如数据的保存,修改,读取等-sql server handle write and read update data to sql demo vb<刘工> 在 2025-06-20 上传 | 大小:3kb | 下载:0
[C#编程] Abstract-classes-convert-interface
说明:抽象类转换成接口 (1)要将抽象类改为接口,首先要改的就是将抽象类中的abstract class改成接口 的interface,同时,在类名前加I。 (2)接口中不需要虚方法,而且方法只要声明,所以,将抽象类中的虚方法中的关键字virtual删去,同时,接口中的方法只作声明。 (3)接口中,接口成员中的方法不需要覆盖,所以,将抽象类子类中所有的覆盖的方法中的关键字override删除,并在父类名前加I。 -Abstract classes convert interface<liyongsheng> 在 2025-06-20 上传 | 大小:12kb | 下载:0