搜索资源列表
os2_VirtualMemory
- 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture
Hacker_Defender_ROOKIT.rar
- 木马检测工具,针对端口扫描等一些比较典型的攻击行为,代码比较简单,适合初学者,Trojan detection tools, such as port scan for some of the more typical aggressive behavior, the code is relatively simple, suitable for beginners
fdlib_linux
- 人脸检测算法及其实现代码,C++开发,linux环境-face detection for linux
opendpi-1.2.1
- 国外的开源项目,openDPI,利用DPI深度报文检测方法进行流量的识别过程,可以参考代码进行自己的课题研究。c代码,linux环境-Foreign open source project, openDPI, the use of deep packet inspection DPI method of flow identification process, refer to code your own research.
memwatch-2.71
- 最近在UNIX下开发代码,用到了附件中检测内存泄露的代码。内存泄露检测是编写代码最难预防的,只能从养成好的编程习惯来减少。-Recently developed under the UNIX code, use the annex to memory leak detection code. Memory leak detection is the most difficult to write code to prevent, and can only develop good program
Hardware_Test_Programs
- ccs下对dm6446的测试程序,能够检测ddr,nandflash,uart,usb等硬件电路的裸板测试代码,包含库文件,板级gel文件,开发环境在TI ccs3.3下。-ccs on DM6446 testing procedures can detect ddr, nandflash, uart, usb hardware such as the bare circuit board to test the code, including library files, board-leve
exercise
- 自己学习时写的检测minigui的代码 希望可以帮助别人 我也是初学者-When you learn to write code detection minigui
steam_0.2-1.tar
- 用来检测C++程序的正确性,是一个非常有用的工具,确保代码正确-StEAM, (State Exploring Assembly Model Checker) is a model checker for native concurrent C++ programs. It extends a virtual machine- called ICVM- to perform model checking directly on the assembly level.
checkapp
- linux下检测某个程序有没有运行的代码。-Detection of a program under linux there to run the code.
YL2410_APP
- 优龙2410开发板的启动代码,支持所有外设的自检测,比如UDA1341,VGA的输出,CF卡的测试,实时时钟,等等,能够支持启动wince和linux,不同于UBOOT,它是ADS下的源码,写的非常好,有USB的驱动,可直接通过USB下载程序-You Long 2410 development board boot code, self-test support for all peripherals, such as UDA1341, VGA output, CF card of the te
valgrind-3.2.0.tar
- C代码中内存泄露检测工具,希望对你有所帮助-memory leak tools
PerfTools
- 检测代码性能,耗时,使用方法等下继续上传-check code runtime
i2c
- I2C核心提供了I2C总线驱动和设备驱动的注册,注销方法,I2C通信方法(”algorithm”)上层的,与具体适配器无关的代码以及探测设备,检测设备地址的上层代码等。 -I2C core provides I2C bus driver and device driver registration, cancellation method, I2C communication method ("algorithm") upper, with the specific adapter-inde
Linux-operator-new-delete
- 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序
voc-release5
- DPM可变形部件模型的matlab代码,在linux环境下,用于图片中目标的检测,里面包含一些模型的文件,也可以自己训练-DPM deformable component model of the matlab code, in the Linux environment, for the image of the target detection, which contains a number of models of the file, you can also own training
mrnsj618
- MIMO差分检测的代码,用此检测接收端不需要信道信息,()
sqlchop-0.6.3
- 长亭在黑客大会上放出来的牛逼的检测sql注入的工具代码,宣传说检测效率很高,能检测出未知的sql格式注入;(Changting in the hacker conference out of the fierce detection of sql injection tool code, propaganda that detection efficiency is very high, can detect unknown sql format injection;)
VAD
- 语音采集中关于vad静音检测相关代码,交流学习(vad for detecting Voice)