09 2014 档案

摘要:C#中的string类型明确定义为引用类型,但是使用时常常表现出数值型的特性。最典型的例子就是交换字符串。 1 public static void stringexchange(string a, string b) 2 { 3 string... 阅读全文
posted @ 2014-09-29 14:35 warnet 阅读(227) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 9 using namespace std; 10 11 typedef struct Node { 1... 阅读全文
posted @ 2014-09-22 11:44 warnet 阅读(289) 评论(0) 推荐(0)