Skip to content

Commit

Permalink
Add IML, IBRS sources, modified some scripts of mine
Browse files Browse the repository at this point in the history
  • Loading branch information
heqin-zhu committed Jan 25, 2019
1 parent ecb3783 commit c7b25d9
Show file tree
Hide file tree
Showing 75 changed files with 37 additions and 35 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

## HTTPS
- [github 网页](#课程目录)
- [脚本生成的网页](https://mbinary.github.io/ustc-cs/)
- [脚本生成的网页](https://mbinary.xyz/ustc-cs/)

脚本生成的网页中直接包含了下载链接, 比 github 方便一点. 而且在移动端下载二进制文件, 在github 需要点击两次(第一次显示`This file is binary and cannot be displayed inline`,需要再点`open binary file`/`Download`才行),后者只需要一次即可下载, 对于大的二进制文件, github 移动端的不能直接下载, 需要切换成 `Desktop Version` 才有 下载按钮.

Expand Down Expand Up @@ -142,7 +142,9 @@ FTP 更快, 可以下载整个目录, 是最好的选择, 只是更新频率低
* [julia](./计算机与信息类/julia)
* [密码学](./计算机与信息类/密码学)
* [模拟与数字电路](./计算机与信息类/模拟与数字电路)
* [脑与认知科学导论](./计算机与信息类/脑与认知科学导论)
* [python](./计算机与信息类/python)
* [人工智能导论](./计算机与信息类/人工智能导论)
* [人工智能基础](./计算机与信息类/人工智能基础)
* [软件工程](./计算机与信息类/软件工程)
* [scheme](./计算机与信息类/scheme)
Expand Down Expand Up @@ -191,7 +193,7 @@ FTP 更快, 可以下载整个目录, 是最好的选择, 只是更新频率低
操作方式可以参考 [这里](https://blog.csdn.net/qq_29277155/article/details/51048990)[这里](https://blog.csdn.net/zhangw0_0/article/details/50667891) ,[介绍pr操作](https://blog.csdn.net/huutu/article/details/51018317)

### 用命令行
对于用命令行的同学,提醒一下这个仓库很大(2018-5-2时已有 3G左右
对于用命令行的同学,提醒一下这个仓库很大(2019-1-25 时已有 7G 左右
所以如果直接 clone 很慢。
可以使用 sparse-checkout, 只下载你指定的目录

Expand Down
2 changes: 1 addition & 1 deletion utils/backup-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
## HTTPS
- github 网页
- [脚本生成的网页](https://mbinary.github.io/ustc-cs/)
- [脚本生成的网页](https://mbinary.xyz/ustc-cs/)
脚本生成的网页中直接包含了下载链接, 比 github 方便一点. 而且在移动端下载二进制文件, 在github 需要点击两次(第一次显示`This file is binary and cannot be displayed inline`,需要再点`open binary file`/`Download`才行),后者只需要一次即可下载, 对于大的二进制文件, github 移动端的不能直接下载, 需要切换成 `Desktop Version` 才有 下载按钮.
Expand Down
4 changes: 2 additions & 2 deletions utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
## HTTPS
- [github 网页](#课程目录)
- [脚本生成的网页](https://mbinary.github.io/ustc-cs/)
- [脚本生成的网页](https://mbinary.xyz/ustc-cs/)
脚本生成的网页中直接包含了下载链接, 比 github 方便一点. 而且在移动端下载二进制文件, 在github 需要点击两次(第一次显示`This file is binary and cannot be displayed inline`,需要再点`open binary file`/`Download`才行),后者只需要一次即可下载, 对于大的二进制文件, github 移动端的不能直接下载, 需要切换成 `Desktop Version` 才有 下载按钮.
Expand Down Expand Up @@ -185,7 +185,7 @@
操作方式可以参考 [这里](https://blog.csdn.net/qq_29277155/article/details/51048990)和[这里](https://blog.csdn.net/zhangw0_0/article/details/50667891) ,[介绍pr操作](https://blog.csdn.net/huutu/article/details/51018317)
### 用命令行
对于用命令行的同学,提醒一下这个仓库很大(2018-5-2时已有 3G左右
对于用命令行的同学,提醒一下这个仓库很大(2019-1-25 时已有 7G 左右
所以如果直接 clone 很慢。
可以使用 sparse-checkout, 只下载你指定的目录
Expand Down
2 changes: 1 addition & 1 deletion 数学类/计算方法/code/determine/linear_equation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# File : linear_equation.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-20 08:36
# Description: 书上p186 附录1 程序11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : numerical integration.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-11 08:58
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# File : sol_nonLinear.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-20 09:31
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> Author: mbinary
> Mail: [email protected]
> Created Time: Sat 07 Apr 2018 09:55:25 PM DST
> Blog: https://mbinary.github.io
> Blog: https://mbinary.xyz
************************************************************************'''

import re
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> File Name: doolittle.py
> Author: mbinary
> Mail: [email protected]
> Blog: https://mbinary.github.io
> Blog: https://mbinary.xyz
> Created Time: 2018-04-20 08:32
************************************************************************'''

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : allOoneDS.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:07
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : testAllOne.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:07
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : binaryHeap.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:06
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : binaryTree.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:07
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : adjacentList.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-04-26 10:33
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : directed.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-04-26 10:33
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : graph.cc
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-04-26 10:33
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : undirected.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-04-26 10:33
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : hashTable.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-07-08 16:39
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : huffman.cc
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-04-25 22:32
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : leftHeap.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:06
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : loserTree.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:06
# Description:
Expand Down
2 changes: 1 addition & 1 deletion 计算机与信息类/数据结构/students/mbinary/map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : map.cc
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-04-26 10:33
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : polynomial.cpp
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:07
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : polynomial.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:07
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : redBlackTree.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-07-12 20:34
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : splayTree.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:06
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : trie.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:06
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : winnerTree.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-05-19 23:06
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : redBlackTree.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-07-14 16:15
# Description:
Expand Down
2 changes: 1 addition & 1 deletion 计算机与信息类/算法基础/lab-徐云/lab3/lcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : lcs.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-08-25 12:00
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : directedGraph.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-12-04 10:43
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : parser.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-09-17 22:19
# Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# File : token_scanner.py
# Author: mbinary
# Mail: [email protected]
# Blog: https://mbinary.github.io
# Blog: https://mbinary.xyz
# Github: https://github.com/mbinary
# Created Time: 2018-11-01 12:58
# Description:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ int execOuter(struct cmd * pcmd){
> File Name: init.c
> Author: mbinary
> Mail: [email protected]
> Blog: https://mbinary.github.io
> Blog: https://mbinary.xyz
> Created Time: 2018-04-15 11:18
> Function:
implemented some shell cmds and features;
Expand Down

0 comments on commit c7b25d9

Please sign in to comment.