搜索资源列表
memtest862.11.tar.gz
- 开源代码,很好的国外内存测试软件代码,Linux下编译。,Memory test software code
com_test
- linux/unix下使用unix域套接字通信与使用共享内存+信号量通信方式的用时测试比较代码。-linux/unix use unix domain socket communication and the use of shared memory+ semaphore method of communication when the test code.
Linux-driver-src
- 这些是对(用 )于 书的来源文件" Linux Device Drivers" 。 在这里你(们)找到已经包括在书里的完全来源。 我尽可能地测试了他们, 但是, 可以(可能)有一些问题离开了, 尤其有 2.1.43 (当位于下面代码基础(底模)(是)连续不断变化时, 可靠性测试所有他们, 这是难) 。 尤其是, 你(们)可以(可能)找到具有" genksyms " 的一些问题, 其句法在核心的 2.0 和 2.1 版本之间改变了。 你(们)在 misc - progs 中
TestApi
- 软件测试的源代码,主要用来做测试框架和内存测试等用。-Software testing source code, mainly used for testing framework and memory test used.
cfz
- 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
MemoryManage
- 在linux环境下,用c语言写的模拟linux内存管理的实验代码。-In the linux environment, the simulation with c language to write test code linux memory management.
test1
- Vs2003平台下写的,作测试用的代码,实现的包括内存泄漏检测,宏定义,指向指针的指针等相关测试-Vs2003 platform written the code for testing, implementation, including memory leak detection, macro, point to a pointer to other related test
backdoor_start
- exe借壳启动,点启动按钮启动"测试.exe",该进程借助ie进程在内存中运行,在进程管理器中找不到该进程。(因一直上传不了,加了密码,解压码:123)-exe backdoor start point start button " test. exe" , ie the process with the process running in memory, in the process manager can not find the process. (Not due to
TEST
- test example develop using labrose example program to use memory stack using ASCI code A to Z
MemTest
- test memory source code-memory source code
memtest86P-4.20.tar
- memory test source code
vc-mem(mfc)
- 内存加载EXE,mfc测试的代码。编译通过 点击按钮默认加载的C/1.exe 需要替换到内存加载的那个按钮相应。自己可以看到代码-Memory to load the EXE, the mfc test code. The compiler default loaded by clicking on the button C/1.exe need to replace to the memory load that the corresponding button. I can see th
iomem
- ARM9 S3C2440驱动源代码(内存映射硬件访问源代码),内核2.6.40.3,调试通过,可正常使用,包含.c Makefile和测试程序-ARM9 S3C2440 driver source code (memory-mapped hardware access to the source code), kernel 2.6.40.3, debugging through normal use, including c Makefile and test procedures
tools_sanity_unittest
- A memory leak detector should report an error in this test Source Code for Linux.
test-platform-macos
- Tests of the TokenLock class Virtual Memory Source Code for Linux.
Cache
- 本程序主要用于测试系统在三种情况下计算1~10000000的速度差异。三种情况分别为:数据在寄存器中计算、使用cache计算、不使用cach只使用内存计算。编写的三个程序:寄存器版、cache版、uncachable版均达到预期效果。这个程序的难点在与关闭系统的cache,在大量查找资料,找寻了5种方法后,才最终成功,所有带failed的代码均表示失败的(之所以把失败的代码也发上来,一是为了避免大家再走弯路,二是希望加以改进,变失败为成功)。-This program is mainly use
MemMgr
- c++ 实现的内存管理,支持list,map,hashmap,vector,set,注释详细,有测试代码-c++ implementation of memory management, support list, map, hashmap, vector, set, detailed notes, test code
TimeoutEvent
- Out Of Memory Error Test Source Code for Linux.
ha_memtest_kz.1403085038
- linux memory test code FOR Test the memory, the loading /the temp
LoadDllFromMem
- 这是一个从内存(资源形式)直接加载并调用DLL中函数的例子。 xDll工程只是一个测试用的dll,附上代码,编译出的xDll.dll直接放在testLoadDll工程目录下 testLoadDll是实际测试代码,从资源直接加载Dll并调用其导出函数 加载用MemoryLoadLibrary() 查找导出函数用MemoryGetProcAddress() 释放时用MemoryFreeLibrary 详情请见代码。-This is an example