零、你首先需要安装fcitx小企鹅输入法,相信绝大部分用linux的中国人都用这个输入法,安装fcitx后同时还能解决Sublime Text的中文输入问题。 安装fcitx输入法前首先要安装fcitx源: sudo add-apt-repository ppa:fcitx-team/nightly...
                            
                            
                                分类:
系统相关   时间:
2014-08-05 00:06:38   
                                阅读次数:
302
                             
                         
                    
                        
                            
                            
                                在本文的两个部分中,我将介绍Team Foundation Server的一些核心特征,重点介绍在本产品的日常应用中是怎样将这些特性结合在一起使用的。作为一名软件开发者,在我的职业生涯中,我常常会用到支持软件开发过程的大量开发工具,如版本号控制工具、漏洞跟踪包、生成脚本语言、单元測试框架和需求分析工...
                            
                            
                                分类:
其他好文   时间:
2014-08-04 23:54:48   
                                阅读次数:
263
                             
                         
                    
                        
                            
                            
                                今天周六,也是一年一度的七夕节,就在上周五我们完成了项目答辩,这个项目为期一周,也是我们team完成的第一个项目,在答辩结束的那一刻,我不知道当时该是一种什么样的心情,是解脱呢?还是意味着我们距离下一个挑战的间隔也越来越近?想要做个合格的组长,也就是以后的项目经理,还真不是一件容易的事情。好吧,还是...
                            
                            
                                分类:
其他好文   时间:
2014-08-02 20:49:44   
                                阅读次数:
397
                             
                         
                    
                        
                            
                            
                                [root@localhost ~]# mplayer tv:// -tv driver=v4l2:width=1280:height=720:device=/dev/video1:outfmt=0x34363248 -fps 24
MPlayer SVN-r35234-4.7.2 (C) 2000-2012 MPlayer Team
mplayer: could not connect to...
                            
                            
                                分类:
其他好文   时间:
2014-08-02 18:23:13   
                                阅读次数:
817
                             
                         
                    
                        
                            
                            
                                Spell checker
Time Limit: 2000MS
 
Memory Limit: 65536K
Total Submissions: 19044
 
Accepted: 6959
Description
You, as a member of a development team for a new spell check...
                            
                            
                                分类:
其他好文   时间:
2014-08-02 13:00:53   
                                阅读次数:
262
                             
                         
                    
                        
                            
                            
                                我比较好奇的是uva后台是怎么测这题的没什么可说的,那些不想敲但还是想直接交这题的直接copy过去吧#include #include #include #include #include #define maxn 100000using namespace std;int main(){ i...
                            
                            
                                分类:
其他好文   时间:
2014-08-01 15:45:41   
                                阅读次数:
186
                             
                         
                    
                        
                            
                            
                                《Windows 8应用开发:C#和XAML卷》主要讲解如何运用C#、XAML、Windows Runtime和.NET框架开发Windows 8应用程序,也即Windows应用商店应用(Windows Store App)。在讲解的过程中,《Windows 8应用开发:C#和XAML卷》从头至尾穿...
                            
                            
                                分类:
移动开发   时间:
2014-08-01 15:37:31   
                                阅读次数:
334
                             
                         
                    
                        
                            
                            
                                Problem Description
Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in which there are streets, trees...
                            
                            
                                分类:
其他好文   时间:
2014-08-01 10:54:28   
                                阅读次数:
315
                             
                         
                    
                        
                            
                            
                                微软近期Open的职位:SDE2 (Windows - Audio)Windows Partner Enablement team in Operating System Group is looking for a Software Development Engineer (SDE) in Sh...
                            
                            
                         
                    
                        
                            
                            
                                题目链接:Building a Space Station
最小生成树的模板题,prim和kuruskal都可以,但是要注意精度损失。
题意:给定一个三维坐标系,给定一些圆的圆心坐标,和半径,求出所有圆心构成的最小生成树;
特别注意:两个圆如果相交在一起,算做联通,距离为0;
C++提交
#include 
#include 
#include 
#include 
#include 
...
                            
                            
                                分类:
其他好文   时间:
2014-07-31 17:06:56   
                                阅读次数:
215