- 博客(2)
- 收藏
- 关注
原创 C# 委托的理解(1)
把方法作为参数传给另一个方法 1.模板方法:借用外部方法返回结果(例子中的Func<>) 2.回调(callback)方法:调用指定方法(例子中的Action<>) using System; using System.ComponentModel; using System.Dynamic; namespace test1 { class Program { static void Main(string[] args) {
2020-05-28 14:41:55
143
原创 HDOJ练习第1000题
HDOJ练习第1000题 1、题目 Problem Description Calculate A + B. Input Each line will contain two integers A and B. Process to end of file. Output For each case, output A + B in one line. Sample Input 1 ...
2019-05-23 22:06:50
679
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅