1、重载构造函数和减法运算__init__,__sub__	#file 
number.py	class Number: def __init__(self,data): self.data = data def 
__sub__(self,other): return Number(se...
                            
                            
                                分类:
编程语言   时间:
2014-07-22 23:15:36   
                                阅读次数:
510
                             
                    
                        
                            
                            
                                Chapter3: The C in C++ (2)Bitwise 
operators(1)The bitwise exclusive or, or xor (^) produces a one in the output 
bit if one or the other input bit is a...
                            
                            
                                分类:
编程语言   时间:
2014-07-22 23:11:16   
                                阅读次数:
618
                             
                    
                        
                            
                            
                                Java 115 Java Interview Questions and Answers – 
The ULTIMATE List 3 Good Reasons to Avoid Arrays in Java Interfaces Other Top 10 
Algorithms for Coding...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 08:02:00   
                                阅读次数:
318
                             
                    
                        
                            
                            
                                Problem D: Airport ExpressIn a small city 
called Iokh, a train service,Airport-Express, takes residents to the airport 
more quickly than other transpo...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 13:53:23   
                                阅读次数:
347
                             
                    
                        
                            
                            
                                【转】Hibernate的getSQLQuery方法对char类型的解析问题建立数据库:create table T_TEST1( id char (32), 
name varchar (255), other varchar (255), primary key(id))insert into T...
                            
                            
                                分类:
数据库   时间:
2014-04-29 11:24:46   
                                阅读次数:
456
                             
                    
                        
                            
                            
                                paip.多维理念 输入法的外码输入理论跟文字输出类型精髓
通常,我们的输入法使用的外码是拼音,但是,这个的用户体验很差..
应该使用多个外码类型...
##按照词汇来源,有如下几个
固有词ati
来自english英文
other语言(西班牙语,阿拉伯语,粤语,汉语,日语,韩语etc)
##外码使用的文字 only  拉丁文..
##外码的拼写格式
...
                            
                            
                                分类:
其他好文   时间:
2014-04-28 10:17:42   
                                阅读次数:
312