搜索资源列表
ctags-5.8.1
- ctags 用来在vim里全局定位函数,变量等。 该ctags已经打完了php.c的一个补丁,修复php tag不认识static等的bug
关于linux下文件编译的方法
- 摘 要: 本文主要阐述了关于linux下文件编译的方法以及vim编辑器的配置,并介绍了linux下热门开发工具。 关 键 词: vim配置与使用;linux文件编译;linux下热门开发工具 引 言: 1.一般拿到新的服务器都需要自己配置一下vim的环境,要不觉得总是不是很顺手。本文介绍了vim的基本配置以及一些个性化配置,用户可根据自己喜好及习惯自由配置;2.介绍了Linux文本编译的常用编译命令选项和多源文件编译方法,使读者对linux下文件编译有一个直观的了解;3.介绍了常用linux下开
How_to_use_VIM
- 最全的VIM编辑器使用手册,包含VI所有功能的使用方法,对于初学者来说是一个不错的选择,也可以作为工具书使用.-Most of the VIM editor user manual contains all the features of VI to use for beginners is a good choice, but also can serve as a tool to use.
vim64_modi.tar
- vim64增加.c,.ec文件自动备份功能,将fileio.c和main.c复制到vim64/src目录下编译 vim -B格式使用vim编辑.c,.ec文件时可以自动备份编辑文件,备份文件名:.$[filename].c.bak-vim64 increase. c,. ec document automatic backup functions, will be copied to fileio.c and main.c compiled vim64/src directory vim-B
Programming_with_vim
- 搭建基于VIM的C/C++ IDE环境,win32 linux通用-VIM-based structures of the C/C++ IDE environment
ThemeGenerator2005Gay
- 以前,我都是在 Linux 的 Vim 下寫程式,所以早就習慣黑底白字的環境了。今年用C#,灌了 VS 2005 第一個不習慣的就是 IDE 白底黑字環境,看起來很刺眼。幸好,現在有了 TextMate Theme,真是太棒了! 安裝方式: (1) 解壓後的 VibrantInk_V2_Export.vssettings 檔案,<ApplicationIdentity version="9.0"/> 需改為 <ApplicationIdentity version
VimAdministrator
- 和上面那个vim.rar是一个文件,将让面解压到任意目录,把vimadministrator解压到C:\Documents and Settings\Administrator下然后打开文件指定到一开始解压目录的程序中运行就可以看到漂亮的编辑界面了-with vim.rar,unpack a directory。vimadministrator unpack to C:\Documents and Settings\Administrator folder
linux
- 基于LINUX的基本学习资料有指令大全、Linux C 函数、GNU make 中文手册、vim中文手册、Linux指令详解适用于初学者-LINUX-based learning materials are the basic instructions Daquan, Linux C functions, GNU make Chinese Manual, vim Chinese Manual, Linux Detailed instructions for beginners
Jesus
- 这里包含了一个金典的C语言程序,讲述圣经里耶稣爱你的故事,同时还附带了VIM编辑器的配置,-this C Programing isvery important
LinuxProcesscontrol
- 进程的控制以及调用,对fork的调用。 使用c语言编写vi(vim)编译器。-Process control and call, the call to fork. Using c language vi (vim) compiler.
sort_search
- C语言排序查找的一些简单的例子,在vim编译器下运行通过-C SORT--SEARCH
bst.tar
- 二叉树排序,c++上实现,有详细注释,在vim上编写的-The two binary tree sort
jeffy-vim-v2.1
- vim 配置 很有用.我增加了一些很有用的修改,c+x c+v 等windows 配置.-vim configuration is useful, I added some useful changes, c+x c+v other windows configuration
vim
- 配置vim,使之成为一个C语言IDE,功能包括语法高亮,跳转,文件目录,taglist等-vim configuration.
snake
- linux 下c语言版的贪吃蛇 基于vim-the game of snake under the linux
enc28j60
- *** *** *** *** *** *** *** ** * vim:sw=8:ts=8:si:et * To use the above modeline in vim you must have set modeline in your .vimrc * Author: Guido Socher * Copyright: GPL V2 * http://www.gnu.org/licenses/gpl.html * * Based on th
超级强大的vim配置(vimplus)
- 超级强大的vim配置(vimplus) 现在vimplus支持ubuntu14.04之后的所有ubuntu 64位系列以及centos7 64位,运行install.sh脚本,vim-airline提供漂亮的状态栏支持。1.按F5可以直接编译并执行C、C++、java代码以及执行shell脚本,按“F8”可进行C、C++代码的调试 2.自动插入文件头 ,新建C、C++源文件时自动插入表头:包括文件名、作者、联系方式、建立时间等,读者可根据需求自行更改 3.映射“Ctrl + A”为全选并复制
jdk-7-linux-x64.tar
- #tar -zxvf apache-tomcat-7.0.32.tar.gz -C /usr/local #mv /usr/local/tomcat-7.0.32 /usr/local/tomcat7 #vim /etc/profile export TOMCAT_HOME=/usr/local/tomcat7 export CATALINA_HOME=/usr/local/tomcat7 # /usr/local/tomcat7/bin/startup.sh Using CATAL
vimrc
- vimrc配置文件,让你更好的使用vim编辑器(The vimrc configuration file allows you to better use the VIM editor)
SIMS
- 在shell界面下实现的学生管理系统,可以增加,修改,删除学生的信息(The student management system implemented under the shell interface can be added, modified, and deleted.)