搜索资源列表
libmad-0.15.1b.tar
- linux下MPEG编解码程序,有vc工程,纯C代码-MPEG codec library on Linux, has VC build project, pure C source code
Manipulating_the_Keyboard_Lights_in_NT_src
- This code demonstrates manipulation of the keyboard indicator lights in Windows NT 4.0. A few relevant values were borrowed from the DDK headers, so it is not necessary to have the DDK installed, to build these sources. There s really nothing f
jsq0306
- 加密 计算器.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. 计算器.h
make_xiangjie
- Linux环境下的程序员如果不会使用GNU make来构建和管理自己的工程,应该不能算是一个合格的专业程序员,至少不能称得上是Linux程序员。在Linux环境下使用GNU 的make工具能够比较容易的构建一个属于你自己的工程,整个工程的编译只需要一个命令就可以完成编译、连接以至于最后的执行。不过这需要我们投入一些时间去完成一个或者多个称之为Makefile文件的编写。此文件正是make正常工作的基础。-Linux environment will not be used if the prog
Win32DLL
- AppWizard has created this Win32DLL for you. This file contains a summary of what you will find in each of the files that make up your Win32DLL application. Win32DLL.dsp This file (the project file) contains information at the project
xrdp-0.4.1.tar
- xrdp-0.4.1是最新版本的xrdp。xrdp-0.4.1目录下的主要有xrdp,sesman。xrdp是主要的server code,sesman目录是xrdp的session manager。其它的目录是xup,rdp,vnc则是rdp server的功能的扩展。但如果完全实现linux 上的TS功能,还需要XRDP_X11rdp.rar来编译支持X11 server。-xrdp-0.4.1 is the latest version of xrdp. rdp 0.4.1 proje
20070226_quake3-1.32b
- 在QuakeCon 2005大会上,John Carmack曾表示,《Quake 3》源代码将在近期发布,任何有兴趣的人都可以下载。 现在,id Software兑现了自己的诺言:《Quake 3 Arena》完整源代码1.32b版(Quake 3 Arena Full Source Code v1.32b)已经公布,包括完整的游戏源代码、各种编译工具和Q3Radiant地图编辑器build 200f,大小为22.4MB(压缩包大小5.46MB)。 用VC++2003,打开工程
DesktopSearchEngine
- 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为Hyper
Web_fuwuqi
- WebServer 实现一个小的VC++网站服务器功能.架设本地文件夹为服务器开放网页.-This file contains a summary of what you will find in each of the files that make up your WebServer application. WebServer.dsp This file (the project file) contains information at the projec
RSA-java
- java RSA非对称密钥加密,自己建个java项目就好了,也可以当成工具类-java RSA asymmetric key encryption, to build their own like a java project, and also as tools
scons-1.3.0.tar
- project build tool scons
projektik
- this is a kostra for zpo project. unable to build it without other source files from zpo project.
Grub2010
- 本文档主要讲述了GRUB的使用;GRUB 2 是源自于一个名为 PUPA 的项目,目的是建立下一代的 boot loader。GRUB 2 几乎是从零开始开始开发的,它和 GRUB Legacy 不同的地方有很多,例如支持 scr ipts、国际化语言、动态加载模块、带有 resuce 模式等等。-This document describes the use GRUB GRUB 2 is derived from a project known as PUPA, aims to build
CMake-Practice
- cmake 已经开发了 5,6 年的时间,如果没有 KDE4,也许不会有人或者 Linux 发行版 本重视 cmake,因为除了 Kitware 似乎没有人使用它。通过 KDE4 的选型和开发,cmake 逐渐进入了人们的视线,在实际的使用过程中,cmake 的优势也逐渐的被大家所认识,至 少 KDE 的开发者们给予了 cmake 极高的评价,同时庞大的 KDE 项目使用 cmake 来作为构 建工具也证明了 cmake 的可用性和大项目管理能力。 -cmake has d
How_to_Write_makefile
- makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释make
CMake-Practice
- cmake已经开发了5,6年的时间,如果没有KDE4,也许不会有人或者Linux发行版 本重视cmake,因为除了Kitware似乎没有人使用它。通过KDE4的选型和开发,cmake 逐渐进入了人们的视线,在实际的使用过程中,cmake的优势也逐渐的被大家所认识,至 少KDE的开发者们给予了cmake极高的评价,同时庞大的KDE项目使用cmake来作为构 建工具也证明了cmake的可用性和大项目管理能力。-cmake has developed a 5,6 years, if n
simpletools-2v0
- The current release of the SimpleScalar PISA GNU GCC compiler. This distribution is required for users that wish to use the PISA instruction set target and build their own binaries. The Active Pages project, at UC-Davis, distributes a version of the
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
drvCppLib
- I am not able to build this project . This shows errors.
cmake-2.8.8
- CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。只是 CMake 的组态档取名为 CmakeLists.txt。Cmake 并不直接建构出最终的软件,而是产生标准的建构档(如 Unix 的 Makefile 或 Windows Visual C++ 的 projects/workspaces),然后再依一般的建构方式使用。这使得