第一次编译Failed,Flow Message显示`Error (12007): Top level design entity "testProject" is undefined ` 原因 : verilog文件(.v)里的模块名和顶层实体名(Top level design entity,一 ...
分类:
其他好文 时间:
2020-02-03 12:18:17
阅读次数:
78
一、大数据spark 跟着csdn的scala教程搭建了spark所用语言scala的环境 https://edu.csdn.net/course/play/20364/292538 跟着b站的尚硅谷大数据学习了8个知识点,视频号:av62992342 初步了解了spark的各方面知识,并且使用其做 ...
分类:
其他好文 时间:
2020-02-02 23:55:34
阅读次数:
122
[TOC] 如何下载web资源 目的 "最近机工社宣布开放工程科技数字图书馆, 全网免费共克时艰!" 发现有些书是以web页面的方式给用户看的,一张一张,很难一次性下载 有没有办法一次性下载他们呢? 比如 "书" 研究 test 1: chrome extension 上网查到很多chrome ex ...
分类:
Web程序 时间:
2020-02-02 01:33:21
阅读次数:
110
1、什么是Spring Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson 在其著作Expert One-On-One J2EE Development and Design中阐述的部分理念和原型衍生而来。它是为了解决企业应用开发的 ...
分类:
编程语言 时间:
2020-02-02 01:06:14
阅读次数:
71
https://radimrehurek.com/gensim/auto_examples/index.html#core-tutorials Calculate the similarity of any two course -Design a program to implement the ...
分类:
其他好文 时间:
2020-01-31 21:16:24
阅读次数:
140
1.简介 The command pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigg ...
分类:
其他好文 时间:
2020-01-31 15:59:15
阅读次数:
87
一、挂载数据盘下面以新买的服务器为例介绍挂载数据盘的操作过程。参考资料 https://help.aliyun.com/document_detail/25426.html [root@iZ2ze41df2mogmrk6x6e5jZ ~]# df -hlFilesystem Size Used Av ...
分类:
其他好文 时间:
2020-01-30 12:27:55
阅读次数:
91
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the ...
分类:
其他好文 时间:
2020-01-29 20:07:30
阅读次数:
89
Zhejiang University has 40,000 students and provides 2,500 courses. Now given the registered course list of each student, you are supposed to output t ...
分类:
其他好文 时间:
2020-01-29 19:46:43
阅读次数:
81
Divide-and-Conquer: 教材中是用快排作为例子介绍分治算法的,主要的是几个式子: 最坏情况下的快排:T(n) = n + T(n-1) 最好情况下的快排:T(n) = n + 2*T((n-1) / 2) 随机情况下的快排:T(n) = n + 1/n * sum(T(i) + T( ...
分类:
其他好文 时间:
2020-01-29 14:19:10
阅读次数:
79