) 数据竞争 当顺序执行程序变成并行执行程序时,数据竞争(Data races)是出现频率最高的 问题。当你开发顺序执行的代码时,代码的执行通常是建立在各种不同的假定上 的。
基于190个网页-相关网页
无数据竞争 data-race-free
没有数据竞争的线程 threads without data races
数据竞争分析 data race detect
关联数据模糊竞争聚类 fuzzy competitiveclustering for relation data
Given the multi-threaded program dynamic data race fault detection system framework.
给出了多线程程序中数据竞争故障动态检测的系统框架。
参考来源 - 多线程程序中数据竞争故障的动态检测技术研究·2,447,543篇论文数据,部分数据来源于NoteExpress
如何将时尚品牌与数字身份融合,耐磨开发与数据竞争。
How fashion brands will compete with digital identity, and wearable developers with data.
现在,我们在局部变量sum上创造了一场数据竞争,因为多个线程可能同时希望更新它。
Now, we would have created a data race on the local variable sum, because multiple threads might want to update it simultaneously.
局部变量上的数据竞争将是一种新的危险,因为我们目前始终期望局部变量访问没有数据竞争。
Data RACES on local variables would be a new category of hazards, because we currently can always count on local-variable accesses being data-race-free.
应用推荐