File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
算法(第4版)习题题解 C# 版
4
4
5
- 当前已经完成到习题 1.2.12
5
+ 当前已经完成到 1.2
6
6
7
7
## 目录
8
8
9
9
- [ 1.基础 Fundamental] ( https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp/tree/master/1%20Fundamental )
10
10
- [ 1.1 基础编程模型] ( https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp/tree/master/1%20Fundamental/1.1 )
11
11
- [ 1.2 数据抽象] ( https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp/tree/master/1%20Fundamental/1.2 )
12
12
[ 1.2 类库 Geometry (Point2D.cs Interval1D.cs Interval2D.cs)] ( https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp/tree/master/1%20Fundamental/1.2/Geometry )
13
+ [ 1.2 类库 Commercial (Date.cs Transaction.cs)] ( https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp/tree/master/1%20Fundamental/1.2/Commercial )
13
14
14
15
## 使用方法 & 测试环境
15
16
16
17
### 使用方法:
17
18
18
19
1 . 下载整个解决方案(可能会非常大),打开 Algorithms 4th Edition.sln 文件,右击需要的项目--设为启动项目,运行。
19
20
2 . 下载你需要的项目文件和库文件(库文件一般位于相应章节文件夹下),添加到 Visual Studio 中运行。
20
- 3 . 直接在 Github 上查看、复制源代码(推荐) 。
21
+ 3 . 直接在 Github 上查看、复制源代码。
21
22
4 . 去 [ 我的博客] ( http://www.cnblogs.com/ikesnowy/ ) 上查看相关代码和解释。
22
23
23
24
### 文件说明:
24
25
25
26
#### 控制台应用程序
26
27
27
- 一般都只有一个源文件,点开即可。
28
+ Program.cs 是程序的运行代码。
29
+ 需要实现的类会位于其他源文件中,例如实现有理数类的代码就会在同项目下的 Rational.cs 文件中。
28
30
29
31
#### Windows 窗体应用程序
30
32
You can’t perform that action at this time.
0 commit comments