信息安全课程复习题 1. 收集充分的证据,论述计算机病毒的特征。 2. 收集资料,解析一种最新病毒的关键技术。例如: “求职信”病毒
2019-12-21 21:02:14 468KB 信息安全、病毒
1
Introduction The usual implementation of malloc and free are unforgiving to errors in their callers' code, including cases where the programmer overflows an array, forgets to free memory, or frees a memory block twice. This often does not affect the program immediately, waiting until the corrupted memory is used later (in the case of overwrites) or gradually accumulating allocated but unused blocks. Thus, debugging can be extremely difficult. In this assignment, you will write a wrapper for the malloc package that will catch errors in the code that calls malloc and free. The skills you will have learned upon the completion of this exercise are pointer arithmetic and a greater understanding of the consequences of subtle memory mistakes. Logistics Unzip debugging_malloc.zip into an empty directory. The files contained are as follows: File(s): Function: debugmalloc.c Contains the implementation of the three functions you will be writing. This is the one file you will be editing and handing in. debugmalloc.h Contains the declaration of the functions, as well as the macros that will call them. driver.c Contains main procedure and the code that will be calling the functions in the malloc package dmhelper.c, dmhelper.h Contain the helper functions and macros that you will be calling from your code grader.pl Perl script that runs your code for the various test cases and gives you feedback based on your current code debugmalloc.dsp Exercise 3 project file debugmalloc.dsw Exercise 3 workspace file tailor.h, getopt.c, getopt.h Tools that are used only by the driver program for I/O purposes. You will not need to know what the code in these files do. Others Required by Visual C++. You do not need to understand their purpose Specification Programs that use this package will call the macros MALLOC and FREE. MALLOC and FREE are used exactly the same way as the malloc() and free() functions in the standard C malloc package. That is, the li
2019-12-21 21:00:53 2KB Debugging Malloc Memory Errors
1
华中科技大学C++实验源代码和可执行程序,以及报告。
2019-12-21 20:58:56 801KB c++lab fsdf
1
虚拟仪器labiew温室大代码、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、
2019-12-21 20:56:24 978KB lab
1
说明:一共有三个m文件,一个是lbp.m, 存放主要的lbp算法,一个是getmapping,用以做算法的辅助函数,一个是lbptest.m,存放着测试代码。这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片,具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。
2019-12-21 20:55:17 4KB lbp matlab
1
此代码为彩色图像分割,matlab程序,利用Lab图像和Kmeans聚类算法进行分割,效果较好,程序可以运行,有对比。
2019-12-21 20:45:31 1.31MB 彩色图像分割 matlab Lab和Km
1
unity 仿THE LAB HTC VR VIVE瞬移系统,抛物线位移。
2019-12-21 20:44:51 7.69MB unity vr 插件 移动
1
MIT JOS Lab2: Memory Management,上海交通大学最新版本的JOS Lab2完整版代码,80分测试满分 详细解析地址:https://blog.csdn.net/qq_32473685/article/details/99625128
2019-12-21 20:40:38 953KB JOS Lab
1
LMS Imagine.Lab AM:ESim REVlO是比利时LMS公司于2010年11月推出, 的最新版本,提供了一个系统工程设计的完整平台。用户在这个单一平台, 上可以建立复杂的多学科领域的系统模型,并在此基础上进行仿真计算和, 深入分析。付永领、齐海涛编著的《LMS Imagine.Lab AMESim系统建模和, 仿真实例教程》以“实例教程”的方式介绍了AMESim在UNIX工作站和个人, 计算机上的使用方法。全书共10章,主要内容包括初级实例、高级实例分, 析,高级特点,如批处理运行和线性分析、超级元件工具、脚本工具和活, 性指数工具的应用,与其他应用程序的接口技术,以及系统设计优化分析, 工具等。本书本着实用的原则,内容由浅入深,讲解循序渐进,力求使初, 学者真正学会使用AMESim。, 《LMS Imagine.Lab AMESim系统建模和仿真实例教程》适用于所有使, 用和需要使用AMESim的读者,包括科学研究和工程技术人员以及理工类本, 专科院校的学生等。
2019-12-21 20:36:57 27.14MB AMESim
1
压缩包,包括电路图,DataSheet,开发指导,应用实例等等。
2019-12-21 20:31:15 8.08MB VL805 USB3.0
1