nvidia cuda c官方的编程指南
2020-03-27 03:06:32 1.82MB nvidia cuda guide
1
Django Design Patterns and Best Practices, 2nd Edition: Build maintainable websites with elegant Django design patterns and modern best practices,True PDF
2019-12-21 22:22:28 5.07MB django Design Patte
1
E文原著。 2010年新书 Publisher: Springer Number Of Pages: 151 Publication Date: 2010-08-01 ISBN-10 / ASIN: 1441963383 ISBN-13 / EAN: 9781441963383 Product Description: This book describes best practices for successful FPGA design. It is the result of the author’s meetings with hundreds of customers on the challenges facing each of their FPGA design teams. By gaining an understanding into their design environments, processes, what works and what does not work, key areas of concern in implementing system designs have been identified and a recommended design methodology to overcome these challenges has been developed. This book’s content has a strong focus on design teams that are spread across sites. The goal being to increase the productivity of FPGA design teams by establishing a common methodology across design teams; enabling the exchange of design blocks across teams. overage includes the complete FPGA design flow, from the basics to advanced techniques.
2019-12-21 22:16:50 12.61MB FPGA VHDL 团队设计
1
实验题目 设计和实现关于内存管理的内存布局初始化及内存申请分配、内存回收等基本功能操作函数,尝试对用256MB的内存空间进行动态分区方式模拟管理。内存分配的基本单位为1KB,同时要求支持至少两种分配策略,并进行测试和对不同分配策略的性能展开比较评估。 最佳适应算法(Best Fit):    它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。因为它要不断地找出能满足作业要求的、且大小最小的空闲分区,所以比较比较频繁。但是,对内存的利用率高 循环首次适应算法(Next Fit):    该算法是首次适应算法的变种。在分配内存空间时,不再每次从表头(链首)开始查找,而是从上次找到空闲区的下一个空闲开始查找,直到找到第一个能满足要求的的空闲区为止,并从中划出一块与请求大小相等的内存空间分配给作业。该算法能使内存中的空闲区分布得较均匀。比较次数少于最佳适应算法(Best Fit),内存利用率低于最佳适应算法(Best Fit)。
2019-12-21 22:12:38 165KB 最佳适应算法 首次适应算法
1
语言简洁,举例详尽。有助于从学生到程序员的转变
2019-12-21 21:30:36 10.5MB K&P 程序员必读 best practic
1
Identity and Data Security for Web Development Best Practices Identity and Data Security for Web Development Best Practices Identity and Data Security for Web Development Best Practices
2019-12-21 21:23:22 13.46MB 数据安全
1
Best Http 1.10.7 版本,Unity开发里,比较好用的Http插件
2019-12-21 21:03:23 1.63MB Unity
1
这个文档包涵了,用ppt形式总结2019ICCV最佳论文以及该ppt的文案,具体原文以及代码见https://blog.csdn.net/qq_41967539/article/details/103063136。本ppt的文案中对网络的多尺度框架和loss函数有部分个人理解,仅供参考。
2019-12-21 20:55:28 7.19MB sinGAN 2019 ICCV BEST
1
最好用的c#网络通讯插件,支持计划所有的常用通讯协议。 unity数据请求连接系统Best HTTP v1.11.0 所支持的Unity版本:5.1.5 及以上版本 If you want a plugin that supports request customization for REST, WebSocket, Socket.IO, SignalR, SignalR Core, Server-Sent Events (and much more) out of the box, with regular updates and outstanding support from the developer, then BestHTTP is THE tool for you! New SignalR Core samples are added!
2019-12-21 20:22:54 2.41MB Best H
1
实验题目 设计和实现关于内存管理的内存布局初始化及内存申请分配、内存回收等基本功能操作函数,尝试对用256MB的内存空间进行动态分区方式模拟管理。内存分配的基本单位为1KB,同时要求支持至少两种分配策略,并进行测试和对不同分配策略的性能展开比较评估。 最佳适应算法(Best Fit):    它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。因为它要不断地找出能满足作业要求的、且大小最小的空闲分区,所以比较比较频繁。但是,对内存的利用率高 循环首次适应算法(Next Fit):    该算法是首次适应算法的变种。在分配内存空间时,不再每次从表头(链首)开始查找,而是从上次找到空闲区的下一个空闲开始查找,直到找到第一个能满足要求的的空闲区为止,并从中划出一块与请求大小相等的内存空间分配给作业。该算法能使内存中的空闲区分布得较均匀。比较次数少于最佳适应算法(Best Fit),内存利用率低于最佳适应算法(Best Fit)。
1