Skip to content

Commit 1f1dfe7

Browse files
committed
update
1 parent f3c808b commit 1f1dfe7

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

Matlab_Octave学习之路.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
* GNU Octave: http://www.gnu.org/software/octave/
2-
* Matlab: http://cn.mathworks.com
1+
# Matlab & Octave学习之路
32

4-
* Matrix: HB/west0479: http://www.cise.ufl.edu/research/sparse/matrices/HB/west0479.html
5-
* ilovematlab.cn: http://www.ilovematlab.cn/forum.php
6-
* matlabsky: http://www.matlabsky.com/down/
3+
## Matlab
74

8-
* Matclipse使用教程:http://undocumentedmatlab.com/blog/matclipse-eclipse-matlab-interface
9-
* Octclipse项目地址:http://sourceforge.net/projects/octclipse/
5+
* GNU Octave: <http://www.gnu.org/software/octave/>
106

11-
* Octave入门基础: http://blog.csdn.net/cstopcoder/article/details/40477431
7+
* Matrix: HB/west0479: <http://www.cise.ufl.edu/research/sparse/matrices/HB/west0479.html>
8+
* ilovematlab.cn: <http://www.ilovematlab.cn/forum.php>
9+
* matlabsky: <http://www.matlabsky.com/down/>
10+
11+
* Matclipse使用教程:<http://undocumentedmatlab.com/blog/matclipse-eclipse-matlab-interface>
12+
13+
* matlab GUI程序转换成exe可执行文件: <http://www.ilovematlab.cn/thread-51923-1-1.html>
14+
* 基于MATLAB2008B与VS 2003生成独立可执行的程序: <http://blog.csdn.net/jtop0/article/details/6209082>
15+
* 我与matlab的三年: <http://www.madio.net/thread-88663-1-1.html>
16+
* 网络MATLAB高手谈MATLAB学习:<http://www.labfans.com/bbs/t855/>
17+
* RTW-real-time workshop: <http://blog.sina.com.cn/s/blog_9c106e590102virc.html>
18+
* matlab中怎样实现程序换行: <http://www.ilovematlab.cn/thread-41596-1-1.html>
19+
20+
## Octave
21+
22+
* Matlab: <http://cn.mathworks.com>
23+
* Octclipse项目地址:<http://sourceforge.net/projects/octclipse/>
24+
* Octave入门基础: <http://blog.csdn.net/cstopcoder/article/details/40477431>

VCS学习之路.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* Windows GUI客户端推荐TortoiseSVN:http://tortoisesvn.net/
3737
* Linux GUI客户端推荐RabbitVCS:http://rabbitvcs.org/
3838
* SVNKit:http://www.svnkit.com/index.html
39-
* VISUALSVN SERVER // Features // Windows Authentication for Subversion: https://www.visualsvn.com/server/features/windows-auth/
39+
* VISUALSVN: https://www.visualsvn.com/server/features/windows-auth/
4040

4141
* Subversion 与版本控制:http://svnbook.red-bean.com/
4242
* TortoiseSVN:http://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html
@@ -149,4 +149,6 @@ git push origin master:b1
149149

150150
* perforce: <https://www.perforce.com/>
151151
* CVS:<http://www.nongnu.org/cvs/>
152-
* bazaar:<http://bazaar.canonical.com/en/>
152+
* bazaar:<http://bazaar.canonical.com/en/>
153+
* ClearCase: <https://www.ibm.com/us-en/marketplace/rational-clearcase>
154+
* SourceSafe: <https://msdn.microsoft.com/en-us/vstudio/aa718670.aspx>

0 commit comments

Comments
 (0)