关于FCOS的一些改进(FCOS:完全卷积One-Stage对象检测)
2022-11-27 19:35:50 6.65MB Python开发-机器学习
1
E4A悬浮窗类库,面板悬浮窗类库
2022-11-27 13:18:03 6KB E4A 悬浮 悬浮窗 类库
1
基于机甲大师赛的计算机视觉应用的一篇文章,与队友合作完成。自己上传一下目的有两个,一是作为一个储存手段,另一个是如果有感兴趣的可以当作参考,希望能够提供帮助。
2022-11-27 11:26:50 560KB 计算机视觉
1
关于MySQL事务程序设计(账目表)
2022-11-26 18:15:28 91KB mysql
1
给出了关于李雅普诺夫函数的3个定义和3个定理,举例说明了所得定义和定理的应用,并给出了利用广义霍维茨条件构造非线性系统李雅普诺夫函数的“三步法”。
2022-11-25 20:58:43 2.04MB 自然科学 论文
1
数据冒险2(load-use) Clock Cycle 1 Cycle 2 Cycle 3 Cycle 4 Cycle 5 Cycle 6 Cycle 7 Cycle 8 I0: Load Plus 1 Plus 2 R-Type (采用寄存器前半写后半读,不转发) 如果第1条指令为load,且目标是写入寄存器R 则随后的第2、3条指令使用R时都会发生数据冒险 再后的第4条及之后的指令都不会发生冒险 Ifetch Reg/Dec Exec Mem Wr Ifetch Reg/Dec Exec Mem Wr Ifetch Reg/Dec Exec Mem Wr Ifetch Reg/Dec Exec Mem Wr * Similarly, although the load instruction is fetched during cycle 1, the data is not written into the register file until the end of Cycle 5. Consequently, the earliest time we can read this value from the register file is in Cycle 6. In other words, there is a 3-instruction delay between the load instruction and the instruction that can use the result of the load. This is referred to as Data Hazard in the text book. We will show in the next lecture that by clever design techniques, we can reduce this delay to ONE instruction. That is if the load instruction is issued in Cycle 1, the instruction comes right next to it (Plus 1) cannot use the result of this load but the next-next instruction (Plus 2) can. +2 = 73 min. (Y:53)
2022-11-24 17:59:59 662KB 题目
1
关于QT的MQtt协议源码
2022-11-24 14:22:48 39KB QT MQTT
1
讲述了关于ls命令的相关事宜,解释了数据文件的使用方法,软链接和硬链接的区别的具体使用方法
2022-11-23 18:02:46 3KB 虚拟机 linux
1
CxImage 6.0 VC 图形类库,包括了对jbig、png、mng、jpeg、tiff等多种图像格式文件的处理操作,CxImage是一个相当完美的VC图像处理类库,附带有一个DEMO示例,通过实例,你可了解CxImage控件的强大图片处理功能。
2022-11-22 16:21:27 2.49MB VC 源码-图形处理
1
# 一、Kotlin版本的retrofit+rxjava ## 简介 重磅来袭,关于什么是retrofit+rxjava,是做什么的,有什么优势,还有应该怎么学习,这里我就不多说,不懂的你们先去搜索有关资料,这里只介绍怎么使用和封装 废话不多说,来点你们最想要的代码:
2022-11-22 15:20:00 113KB retrofit
1