go top

data race

  • 数据竞争:在多线程编程中,当两个或多个线程同时访问同一数据资源,且至少有一个线程对数据进行修改时,可能导致程序行为不确定的现象。

网络释义专业释义

  数据竞争

) 数据竞争 当顺序执行程序变成并行执行程序时,数据竞争(Data races)是出现频率最高的 问题。当你开发顺序执行的代码时,代码的执行通常是建立在各种不同的假定上 的。

基于182个网页-相关网页

  数据争用

和高级操作不同的是,内部的并行操作并不安全,它可能造成数据争用(data races)的情况.还有,如果调用这个内部操作的高级函数出于某种原因不能被编译成并行操作的话,这个内部操作也会失败.

基于40个网页-相关网页

  数据竞跑

数据竞跑Data Race)是在多线程编程中产生的并发错误。当两个(或多个)线程在没有合适的同步机制下,错误地访问同一个 共享内存区时就会产生数据竞跑...

基于20个网页-相关网页

  如何避免数据竞争

【详细】 2018-04-20 分类:iOS开发 来源:crafttang 0 iOS/Swift多线程之---如何避免数据竞争(Data race) Data Race是指多个线程在没有正确加锁的情况下,同时访问同一块数据,并且至少有一个线程是写操作,对数据的读取和修改产生了竞...

基于1个网页-相关网页

短语

data-race-free 无数据竞争

data race detect 数据竞争分析

data race detection 数据竞争检测

  • 数据竞争 - 引用次数:16

    Given the multi-threaded program dynamic data race fault detection system framework.

    给出了多线程程序中数据竞争故障动态检测的系统框架。

    参考来源 - 多线程程序中数据竞争故障的动态检测技术研究

·2,447,543篇论文数据,部分数据来源于NoteExpress

双语例句原声例句权威例句

  • A program with a data race is an incorrectly synchronized program.

    数据竞争程序就是没有正确同步的程序。

    youdao

  • Now, we would have created a data race on the local variable sum, because multiple threads might want to update it simultaneously.

    现在我们局部变量sum上创造了一场数据竞争因为多个线程可能同时希望更新

    youdao

  • The release and acquire have to "match" (i. e. , be performed on the same monitor) to have the right semantics. Otherwise, the code has a data race.

    释放监视器获取监视器必须匹配(也就是说相同的监视器上面完成两个操作),否则代码会存在“数据竞争”。

    youdao

更多双语例句
  • The researchers broke down the data into race,income and locale and they found even greater differences.

    VOA: standard.2010.04.08

  • Here's another graph of data on the metabolic syndrome showing how it differs by race and ethnicity.

    这是另一幅关于代谢综合征的数据图,它表明代谢综合征在种族与民族间的差异

    耶鲁公开课 - 关于食物的心理学、生物学和政治学课程节选

  • On each channel data could race at 80 gigabits per second, but to get where they are going, the data must travel on purer glass.

    FORBES: Lighting up Nortel

  • In 1975 the agency's predecessor demanded that all colleges with federal funding provide it with voluminous data about race and gender.

    FORBES: Unique selling proposition

  • More access points in the team suite, garage and engineering trailer allow race data to be disseminated quickly to everyone who needs it.

    FORBES: The Indy 500 Goes Wireless

更多权威例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定