ICS4U Summative Project: Hangman For your summative project this year, you’re going to make a classic game – Hangman! Hangman is a game where you have ...
分类:
其他好文 时间:
2019-01-29 20:25:59
阅读次数:
115
卷积神经网络,在图像识别和自然语言处理中有很大的作用,讲cnn的中文博客也不少,但是个人感觉说的脉络清晰清晰易懂的不多. 无意中看到这篇博客,写的很好,图文并茂.建议英文好的直接去看原文.英文不好的就直接看我这篇,算是读后总结吧.原文里对数学原理的着墨不多,在这篇文章里我会留着相关的标题,待日后慢慢 ...
分类:
其他好文 时间:
2019-01-28 15:16:26
阅读次数:
214
matplotlib.pyplot.pcolormesh(*args, alpha=None, norm=None, cmap=None, vmin=None, vmax=None, shading='flat', antialiased=False, data=None, **kwargs) 创建 ...
分类:
其他好文 时间:
2019-01-26 22:41:33
阅读次数:
415
Lemma 21.2 (The sequence lemma) Let \(X\) be a topological space; let \(A \subset X\). If there is a sequence of points of \(A\) converging to \(x\), ... ...
分类:
其他好文 时间:
2019-01-20 14:00:14
阅读次数:
124
1. 产生一个随机数组和空字典 2. 对字典排序 3. 写两个对字典排序的方法 4. 上边是常规方法,介绍一下collections Counter 5. 练习:统计一段英文里出现频率最高的单词 6. 另一种字典排序 zip 把字典转化成tuplelist再排序 注意一下d1.keys()这里, 如 ...
分类:
其他好文 时间:
2019-01-19 21:22:00
阅读次数:
223
创建项目 the main function is the entry point into the program println! is a macro that prints a string to the screen, then create a place to store the us ...
分类:
其他好文 时间:
2019-01-18 10:57:49
阅读次数:
159
https://stackoverflow.com/questions/762011/whats-the-difference-between-using-let-and-var-to-declare-a-variable-in-jav 答案1 The difference is scoping. ...
分类:
编程语言 时间:
2019-01-13 13:00:21
阅读次数:
154
对象包含的内置方法 返回结果 其中和对象比较的内置方法包括: 所以要重写对象的比较规则,需要重写这些比较方法。这样写很简单,挨个实现就可以了。但是好事者高出了更吊的方法:@functools.total_ordering 源代码如下: 这样一来,只要你在定义class的时候加上这个注解,再重写运算符 ...
分类:
编程语言 时间:
2019-01-02 17:29:57
阅读次数:
208
1. if/else 语句 语法: if condition; then commands;elif condition; then commands;else commands;fi 示例:需求:脚本需要1个参数才能正确运行,而在脚本执行时,如果指定的参数个数不等于1,则shell脚本就应该打印出 ...
分类:
系统相关 时间:
2019-01-01 21:06:42
阅读次数:
234
写在前面: 整理自网络 记录学习过程,方便学习 说明 DOS时代的时候,为了方便用户的操作,微软公司将一些常用的命令,如DIR,CD等命令全部集成在系统里面 ——bia度 Win10运行快捷键为“Win+R”组合快捷键,只要在Win10任意界面,同时按住键盘上的Win+R都可以打开Win10运行操作 ...
分类:
其他好文 时间:
2018-12-16 11:04:30
阅读次数:
158