搜索资源列表
webtest.tar
- 嵌入式服务器源码 可执行动态页,可以自由修改-embedded server source code executable dynamic pages, the freedom to change
showenv
- 显示所有Linux 环境变量可执行文件,包括C程序源代码,RedHat Linux下使用-show all Linux executable environment variables, including the C source code, RedHat Linux use
溢出的原理和应用
- 践踏堆栈 [C语言编程] n. 在许多C语言的实现中,有可能通过写入例程 中所声明的数组的结尾部分来破坏可执行的堆栈. 所谓 践踏堆栈 。使用的 代码可以造成例程的返回异常,从而跳到任意的地址.这导致了一些极为险恶的数据相关漏洞-trampling stack [C programming language] n. In many C language implementation, it may be passed into routines statement by the end o
Linux-IPC.tar
- 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC wo
g723
- G.723在ARM上的实现。实现平台为Linux2.4.8+ Intel Xscal。包括源代码,可执行文件、makefile。-G.723 in the realization of ARM. Platform for the realization of Linux2.4.8+ Intel Xscal. Including source code, executable file, makefile.
cal
- Multi-module programs and MAKE-compile and link multiple c code source files together into a single executable file named "calcit". To simplify the entry of commands to build the executable file you will use UNIX command “make” with a file named “ma
Chapter_2
- 本章简要介绍Linux中一般的编码结构,并描述诸多与内核打交道的方法。我们首先 关注内核中常见数据类型,比如有效存储、信息检索、编码方法,以及基本汇编语言。这将 为我们在以后的章节中详细分析内核打下基础。接下来介绍Linux如何将源代码编译、链 接成可执行代码,这对理解交叉平台编码和更好地介绍GNU工具集不无益处。之后就是一 系列从Linux内核搜集信息的方法之概要了。本章涉及的内容非常广泛,包括源代码和可 执行代码的分析,以及在Linux内核中插入调试语句。-This ch
skylyl
- 自己的robcup 3D组技术报告和可执行码,用的是SEU的底层模块,顶层模块自己编写完成。-Robcup 3D Group s own technical reports and executable code, using a SEU underlying modules, the top-level module itself prepared.
amoynq.tar
- 厦门大学2006年robocup2D可执行码-Xiamen University in 2006 robocup2D executable code
ZJUBase.tar
- 浙江大学2006robocup2D可执行码-Zhejiang University 2006robocup2D executable code
WE2006
- 中科大2006年robocup2D 可执行码-USTC 2006 robocup2D executable code
czu.tar
- 常州大学2006robocup2D 可执行码-Changzhou University 2006robocup2D executable code
Apollo.tar
- 南京邮电大学2007robocup2D 可执行码-Nanjing University of Posts 2007robocup2D executable code
MultiEdit11
- 在Qt下写的多文档编辑器,是可执行代码,希望给大家帮助。-Written under the Qt multi-document editor is executable code, want to give you help.
Apollo
- 这是南京邮电大学的robocup2D可执行码,可在linux下运行-This is the robocup2D Nanjing University of Posts and executable code can be run under linux
AUA
- 这是08年robocup世界杯安徽建筑工业学院的可执行码,Linux下解压后即可运行-This is the 2008 World Cup HEFEI UNIVERSITY robocup executable code, Linux can run the following after decompression
2006climber
- 这是2006年robocup中国公开赛武汉科技大学的可执行码,解压后在linux下运行(武汉科技大学是决赛第三名)-This is the China Open in 2006 robocup Wuhan University of Technology, executable code, running under linux after decompression (Wuhan University of Technology is the final third)
2008HfutEngine
- 这是08年robocup合肥工业大学的可执行码,解压后在linux下运行,希望对研究robocup的朋友有帮助-This is a 08 robocup Hefei University of executable code, running under linux after decompression, in the hope of robocup friends help
2008DesertEgl
- 这是2008年robocup中国公开赛厦门大学的可执行码,希望需要的朋友可以参考,厦大曾是该届大赛的冠军-This is the China Open in 2008, Xiamen University robocup executable code, want a friend in need to refer to the Xiamen University was the second competition winner
Linux-gcc-
- 在 windows 平台和 linux 平台下都大量存在着库。 本质上来说库是 一种可执行代码的二进制形式,可以被操作系统载入内存执行。 由于 windows 和 linux 的平台不同(主要是编译器、汇编器和连接器 的不同),因此二者库的二进制是不兼容的。 本文仅限于介绍 linux 下的库。-Windows platform and Linux platform there are a lot of libraries. Essentially