搜索资源列表
Cygwin使用指南
- cygwin是一个在windows平台上运行的unix模拟环境,是cygnus solutions公司开发的自由软件(该公司开发了很多好东西,著名的还有eCos,不过现已被Redhat收购)。它对于学习unix/linux操作环境,或者从unix到windows的应用程序移植,或者进行某些特殊的开发工作,尤其是使用gnu工具集在windows上进行嵌入式系统开发,非常有用。随着嵌入式系统开发在国内日渐流行,越来越多的开发者对cygwin产生了兴趣。本文将对其作一介绍。-cygwin is one
Evalvid_in_NS2
- EvalVid是一款可以评价网络中传输的视频质量的工具。这里提供的需要在linux或cygwin下安装NS2后再使用。 EvalVid is a framework and tool-set for evaluation of the quality of video transmitted over a real or simulated communication network. It is targeted for researchers who want to evaluate the
amanda
- 开源备份软件源码 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that allows the administrator to set up a single master backup server to back up multiple hosts over network to tape drives/changers or disks or optical m
Cygwin_setup
- windows上linux虚拟机,实现windows窗口下的linux编译-windows on the linux virtual machine, the realization of linux under windows compiler window
bundler-v0.3-source.tar
- Bundler is a structure-from-motion system for unordered image collections (for instance, images from the Internet). Bundler takes a set of images, image features, and image matches as input, and produces a 3D reconstruction of the camera and (s
NS2_install_step
- NS2安装step.doc 详细介绍了NS2的安装过程。 内容节选: ... 选择从网络安装,建议使用默认安装路径c:\cygwin,选择下载安装包存放的路径,选择直接连接,任意选择一个(可是试试看哪个连接网速快)下载地点(Download Site)。(注意:如果已经下载可选择本地文件夹,在Local Package Directory中把路径设置为已下载的本地文件夹的路径(http 3a 2f 2fmirrors.kernel.org 2fsources.redhat.com
wfdb.tar
- GUIDE FOR CYGWIN Cygwin is free software that provides a Unix-like environment and software tool set to users of any modern version of MS-Windows for x86 CPUs (NT/2000/XP/Vista/7) and (using an older version of Cygwin) some obsolete versions (95/98/M
dev-cpp
- Dev-C++是一个C&C++开发工具,使用 Delphi/Kylix 开发, 它是一款自由软件,遵守GPL协议。它集合了GCC、MinGW等众多自由软件,并且可以从工具支持网站上取得最新版本的各种工具支持,而这一切工作都是来自全球的狂热者所做的工作,并且你拥有对这一切工具自由使用的权利,包括取得源代码等,前提是你也必 须遵守GNU协议。它使用 MinGW/GCC/Cygwin 编译器,遵循C/C++标准。 DEV-C++ 已被全国青少年信息学奥林匹克联赛设为C++语言指定编译器-Dev-C
lc
- 引用原作者:这个类C编译器是我在2008年写的,完成度并不高,并没有实现指针、struct这些,不过还是实现了基本的C语言数据类型(int/char/long/short等),函数的声明、定义、调用、递归,if/for/while/goto等跳转,详细请看sample和source。 为了节省开发的时间,词法和语法分析分别采用lex和yacc编写,可以用Cygwin里面的flex和bison进行编译。另外我觉得编译成x86的bytecode比较麻烦,所以定义了一套自己的bytecode