最近学习数据结构,发现c# 其实和c 的链表的实现差不多的下面是一段可直接运行的代码 1 
using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using 
System.Threading; 5 ...
                            
                            
                                分类:
其他好文   时间:
2014-05-16 06:24:02   
                                阅读次数:
663
                             
                    
                        
                            
                            
                                usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Data;usingSystem.Web.SessionState;namespacefriends{//////Hand...
                            
                            
                                分类:
其他好文   时间:
2014-05-16 03:53:53   
                                阅读次数:
381
                             
                    
                        
                            
                            
                                android源码下载:官方下载或参考android源码下载方式Android编译版本: 
PLATFORM_VERSION=4.0.1(最新Android 4.0.1)OS 操作系统平台: Linux yanggang 
2.6.35-30-generic #61-Ubuntu SMP Tue Oct...
                            
                            
                                分类:
移动开发   时间:
2014-05-15 21:10:55   
                                阅读次数:
463
                             
                    
                        
                            
                            
                                using System;using 
System.Collections.Generic;using System.Linq;using System.Text;using 
System.Data;using System.Reflection;namespace TestConsole{ ...
                            
                            
                                分类:
其他好文   时间:
2014-05-15 17:07:04   
                                阅读次数:
187
                             
                    
                        
                            
                            
                                好好学习c#代码,学了怎么调用类using System;using 
System.Collections.Generic;using System.Linq;using System.Text;namespace robot{ 
class Program { static...
                            
                            
                                分类:
其他好文   时间:
2014-05-15 10:45:07   
                                阅读次数:
263
                             
                    
                        
                            
                            
                                using System;using System.Collections.Generic;using 
System.Linq;using System.Text;namespace MegreSort{ class Program { static void 
Main(s...
                            
                            
                                分类:
其他好文   时间:
2014-05-15 09:21:59   
                                阅读次数:
171
                             
                    
                        
                            
                            
                                下面是标准库STL中allocator的实现
template
class allocator
: public _Allocator_base
{ // generic allocator for objects of class _Ty
public:
typedef allocator other;
typedef _Allocator_base _Mybase;
t...
                            
                            
                                分类:
其他好文   时间:
2014-05-15 05:05:57   
                                阅读次数:
385
                             
                    
                        
                            
                            
                                Problem Description
Consider the following exercise, found in a generic linear algebra textbook.
Let A be an n × n matrix. Prove that the following statements are equivalent:
1. A is invertible...
                            
                            
                                分类:
其他好文   时间:
2014-05-15 01:30:21   
                                阅读次数:
309
                             
                    
                        
                            
                            
                                在学习简单工厂模式之前让我们先看看不用简单工厂模式所带来的不便把,我们以一个四则运算的计算器为例逐步的进行说明问题,首先先看看用面向程序的思想实现计算器的过程using 
System;using System.Collections.Generic;using System.Linq;using S...
                            
                            
                                分类:
其他好文   时间:
2014-05-14 13:00:49   
                                阅读次数:
244
                             
                    
                        
                            
                            
                                1、延续MVC的观念:包括路由映射的编写,Controller的内容,具体View页面js的分离。2、结合AngularJS做前端,后端使用Node.Js的写法,引入MVC框架,进行快速的开发。步骤总结如下:1、view页面修改,文件夹名称,文件名称,名称的大小写规范,在base文件夹中的main....
                            
                            
                                分类:
Web程序   时间:
2014-05-14 11:27:12   
                                阅读次数:
443