易截截图软件、单文件、免安装、纯绿色、仅160KB

在Linux上的IDE 开发环境 列表


Integrated Development Environments / RAD tools / GUI-builders on Linux:
General/Editors:
Amy (HTML, C, C++, Java, SQL, LaTeX, Makefiles and many more languages)
blIDE (incomplete; no downloads as of yet)
IBM's Eclipse (an extensible IDE kit; Java, C/C++, plus other languages via plug-ins that are becoming increasingly available, such as Perl via the EPIC plug-in)
Code Crusader (supports just about everything) with the Code Medic debugger
Glimmer
InfoDock
SGI's Jessie (doesn't seem to exist any more)
Emediat Solutions's RadBuilder
RHIDE
CYGNUS's Source Navigator with the Insight debugger
SciTE
Titano
WideStudio
wxStudio
Ada:
GNAT Programming System (GPS)
TIA (for GNAT Ada 95)
BASIC:
TrueBASIC (Linux version to be released soon)
C/C++:
Amy
Anjuta
ICS's BX Pro (for Motif/C++)
Code Forge's C-Forge
Code Blue
Metrowerks's Code Warrior
Bloodshed Software's Dev-C++ (for C/C++)
DiaSCE
IBM's Eclipse (an extensible IDE kit; Java, C/C++ in late beta, other plug-ins pending)
gIDE
Glade
GNAT Programming System (GPS)
CYGNUS's GNUPro
FLTK & Fluid (for C++)
IDEntify
KDbg
KDevelop
KDE Studio
Suite 3220 Software's Moonshine and Moonshine Professional
OpenAmulet
RHIDE
QtEZ (for C++ w/Qt)
Scintilla (for GTK+/C++)
Wind River Systems / TakeFive Software's SNiFF+ and SNiFF Penguin
CYGNUS's Source Navigator
with the Insight debugger
TogetherSoft's Together
VisKProg
MicroEdge's Visual SlickEdit
Q Software Solutions's Wedit
VDKBuilder
VIDE (for C++ and Java)
WideStudio
wxBuilder
wxDesigner
wxStudio (for C++ and Python)
Xwpe-alpha
Objective-C:
GNUStep's ProjectCenter
ECMAScript (formerly "Javascript"):
TrollTech AS's Qt Scripter (for the Qt Script extension of ECMAScript)
Nombas, Inc.'s ScriptEase (for ECMAScript)
Eiffel:
Interactive Software Engineering's EiffelBench
HTML:
Java:
Amy
AnyJ (for Java)
VioSoft Arriba
BlueJ
Chicory
Omnicore Softwar


相关文档:

linux的硬件设备号

在Linux系统中,每台设备都是当成一个文件夹来对待。
   设备                                      &nbs ......

Linux解压命令,压缩命令

 许多刚刚接触Linux的人往往纠结于Linux的众多格式解压问题,今天 带给大家常用的Linux的解压命令,不妥之处,欢迎指正!
第一:以.tar.gz结尾的文件
tar xvzf file.tar.gz  或者 gzip -dc file.tar.gz | tar xvf -(这里用到了管道)
第二:以.zip结尾的文件
unzip file.zip
第三:以.tar.bz2结尾的文件
tar ......

Linux知识复习(一)

很久没有用linux了,由于要学习linux下的内核编程又要重新拾起linux,用了这么久的windows对linux都快忘完了。所以边看资料和操作来复习一下linux的基本操作。
一、linux的目录结构
首先,linux的文件系统即本身是由VFS即Virtual File System Switch(虚拟文件系统)来实文件管理的,VFS本身是一个文件档案管理系统的一个 ......

在Linux下面的调用ping

我们在网络编程的时候经常要检测系统是否得到了有效的IP,是否可以正确联通到网络里面。通常的检查方法就是使用PING命令。
而在程序里面如何自动让程序知道哩?有两种办法,
一种是利用系统的能力,直接调用系统的shell,如方法一就可以在linux系统中很好使用。
另外一种是直接在代码里面实现ping命令,通过调用函数的形式 ......

linux 常用c函数


opendir(打开目录)
相关函数
open,readdir,closedir,rewinddir,seekdir,telldir,scandir
表头文件
#include<sys/types.h>
#include<dirent.h>
定义函数
DIR * opendir(const char * name);
函数说明
opendir()用来打开参数name指定的目录,并返回DIR*形态的目录流,和open()类似,接下 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号