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 22
33算法(第4版)习题题解 C# 版
44
5- 当前已经完成到习题 1.2.12
5+ 当前已经完成到 1.2
66
77## 目录
88
99- [ 1.基础 Fundamental] ( https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp/tree/master/1%20Fundamental )
1010 - [ 1.1 基础编程模型] ( https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp/tree/master/1%20Fundamental/1.1 )
1111 - [ 1.2 数据抽象] ( https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp/tree/master/1%20Fundamental/1.2 )
1212 [ 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 )
1314
1415## 使用方法 & 测试环境
1516
1617### 使用方法:
1718
18191 . 下载整个解决方案(可能会非常大),打开 Algorithms 4th Edition.sln 文件,右击需要的项目--设为启动项目,运行。
19202 . 下载你需要的项目文件和库文件(库文件一般位于相应章节文件夹下),添加到 Visual Studio 中运行。
20- 3 . 直接在 Github 上查看、复制源代码(推荐) 。
21+ 3 . 直接在 Github 上查看、复制源代码。
21224 . 去 [ 我的博客] ( http://www.cnblogs.com/ikesnowy/ ) 上查看相关代码和解释。
2223
2324### 文件说明:
2425
2526#### 控制台应用程序
2627
27- 一般都只有一个源文件,点开即可。
28+ Program.cs 是程序的运行代码。
29+ 需要实现的类会位于其他源文件中,例如实现有理数类的代码就会在同项目下的 Rational.cs 文件中。
2830
2931#### Windows 窗体应用程序
3032
You can’t perform that action at this time.
0 commit comments