- 博客(4)
- 收藏
- 关注
转载 手把手教你搭建vim的IDE环境
提到IDE编程环境,大家首先想到的应该就是VS,eclipse之类。而对于vim,在大家的印象中就是一个黑框,操作复杂,难以掌握。 其实不然,vim同样可以配置成IDE环境。并且,vim解放了右手,对于工作效率会有很好的提升。 国际惯例,先上一张效果图: 上面的图中,使用了如下几个插件:pathogen,ctags,taglist,vimmanager,project
2014-04-12 18:50:20
467
转载 uva 11159 Factors and Multiples
You will be given two sets of integers. Let�s call them set A and set B. Set A contains n elements and set B contains m elements. You have to remove k1 elements from set A and k2 elements from set B
2014-04-12 18:49:34
284
转载 dos2unix与静态库
今天Mayuyu要讲两个问题:dos2unix的作用,静态库与静态编译 (1)dos2unix的作用 dos格式文件传输到unix系统时,会在每行的结尾多一个^M,所以要进行格式转化,dos2unix就是用来作格式 转化的。在Linux中,文本文件用"\n"表示回车换行,而Windows用"\r\n"表示回车换行。所以在Linux中使 用W
2014-04-12 18:49:01
311
转载 Directx 纹理贴图 模仿地面效果
[cpp] view plaincopy #include #include #include #pragma warning(disable: 4996) #include #pragma warning(disable: 4996) ////////////////////////////////////////
2014-04-12 18:48:13
518
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人