绝版教材,很详细地阐述了Level Crossing理论。本人在亚马逊买了电子版,放到这里回回血。
2021-07-13 13:14:37 21.71MB 随机信号
1
与翻译有关的统计和信息交换。 免费访问/非受限访问数据库开发适当的管理工具
2021-05-17 15:03:07 62KB 开源软件
1
基于视觉显着性的人体扫视扫描路径建模
2021-04-19 21:53:14 3.37MB Natural images; Related factors;
1
<>为N. Golyandina, V. Nekrutkin, and A. ZhigljavskyGolyandina,所著。本书为一完整籍PDF文档,共记310页,是奇异分析学习的最原始、最权威的教材。
2021-03-30 10:29:34 5.01MB SSA Singular Spectrum Analysis
1
Ultra_Enhanced_Related_List 允许使用更增强的相关列表。 教程视频,有关如何安装的说明以及更多内容即将在这里提供。 支持的功能: 批量编辑(仅适用于当前直接在对象上的字段) 批量删除 编辑与相关列表中的记录相关的记录 分页 选择性搜寻 选择性排序 仅查看模式 新记录创建(一次单个记录) 一次更改表中显示的记录量(当前限制为1k条记录)。 使用随附的应用程序Aura事件与Aura Components通信 当前的局限性是通过以下方式解决的: 将选择列表和查找添加到表中以进行编辑。 能够从表中批量编辑相关对象上的字段。 不需要时动态呈现复选框和表号。 弄清楚如何将超过1k的记录加载到表中,而SF不会出现紧急攻击。 列表上与当前代码相关的改进: 创建一个通用测试类 重构大量更新代码,使其更通用,更快 文档/评论 改善错误处理
2021-03-09 14:07:58 31KB JavaScript
1
Hollow, cylindrical, prismatic light guides (CPLGs) are optical components that, using total internal reflection (TIR), are able to transmit high-diameter light beams in daylight and artificial lighting applications without relevant losses. It is necessary to study the prism defects of their surface
2021-02-23 18:04:59 893KB 论文
1
In the process of eye tracking , a subject may focus on a point for a longer time, we call it fixation points, theprocess between fixation points is a saccade. Here, we investigate into the correlation between eye-tracking data andEEG(Electroencep
2021-02-22 14:05:47 347KB Eye Tracking; EEG Rthyms;
1
Influence of GABAergic pathway on retinal adaptation-related response changes
2021-02-22 14:05:46 1.04MB Contrast adaptation; GABAergic; Gamma-aminobutyric
1
Service Mesh and Related Microservice Technologies in ONAP
2021-01-28 04:13:21 1.05MB ServiceMesh
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