基于安卓平台的电影推荐系统的实现,王薪宇,,目前市面上有很多提供电影资讯的app,也有一些擅长音乐推荐的app。本文开发了一个基于安卓平台的能够推荐电影的app。本文用到的算法�
2021-03-01 22:07:29 446KB 首发论文
1
RSA实施 这是使用带有C ++的RSA 2048位实现。 表中的内容 基本设定 这里使用的库是Boost。 下一节将展示如何通过Boost :: multiprecision表示很大的数字。 要安装Boost库,请遵循或。 大数数据类型 使用此代码为大数定义新的数据类型。 # include namespace mp = boost::multiprecision; typedef mp::number > number_t ; // int4096_t 从现在开始,我们可以将数据类型number_t用于4096位数字。 (注意:尖括号>之前有一个空格
2021-02-18 15:06:58 299KB C++
1
Advanced FPGA Design - Architecture, One thing to note about this book is that it will not flow from cover to cover like a novel. For a set of advanced topics that are not intrinsically tied to one another, this type of flow is impossible without blatantly filling it with fluff. Instead, to organize this book, I have ordered the chapters in such a way that they follow a typical design flow. The first chapters discuss architecture, then simulation, then synthesis, then floorplanning, and so on. This is illustrated in the Flowchart of Contents provided at the beginning of the book. To provide xiii accessibility for future reference, the chapters are listed side-by-side with the relevant block in the flow diagram.
2021-02-18 09:45:54 6.88MB FPGA Design Architecture Implementation
1
Fast Implementation for the Singular Value and Eigenvalue Decomposition Based on FPGA
2021-02-11 09:07:40 128KB 研究论文
1
Semantic Similarity Analysis between High-Level Model Description Text and Low-Level Implementation Text for Network Survivability
2021-02-09 09:07:04 369KB 研究论文
1
低功耗蓝牙 audio codec
2021-02-07 21:00:52 193KB 蓝牙 audio
1
Network Processors Architecture Programming and Implementation
2020-11-24 10:39:34 10.34MB 网络 架构 编程
1
這本是“虎書”的ML語言描述版本(英文)。 《现代编译原理》全面讲述了现代编译器的结构、编译算法和实现方法,是Andrew w.Apple的“虎书”——Modern Compiler Implementation——“红、蓝、绿”三序列之一。这三本书的内容基本相同。但是使用不同的语言来实现书中给出的一个编译器。本书使用的是函數式的ML语言。本书的另一个特点是增加了一些其他编译原理教科书没有涉及的内容。前端增加了面向对象的程序设计语言、函数式程序设计语言等现代语言的编译实现方法,后端增加了针对现代计算机体系结构特征的一些比较成熟的优化方法。这部分内容展现了现代商业编译器需解决的一些关键问题,开拓了学生的视野,为学生未来进行更深入的研究奠定了基础。
2020-02-10 03:03:23 35.45MB 編譯器 虎書 編譯原理 SML
1
Linux Kernel Networking: Implementation and Theory (Expert's Voice in Open Source),基于非常新的内核版本,Linux3.9版本的,分享给大家,作者非常NB,一定好好研读,哈哈。
2020-01-19 03:02:56 5.34MB Linux Kernel Networking
1