您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Concurrent Programming in Java 2ed.chm

  2. Chapter 1. Concurrent Object-Oriented Programming Section 1.1. Using Concurrency Constructs Section 1.2. Objects and Concurrency Section 1.3. Design Forces Section 1.4. Before/After Pat terns Chapter 2. Exclusion Section 2.1. Immutability Se
  3. 所属分类:Java

    • 发布日期:2007-10-12
    • 文件大小:1048576
    • 提供者:luogedai
  1. java concurrency in practice(英文版)

  2. Chapter 1. Introduction Section 1.1. A (Very) Brief History of Concurrency Section 1.2. Benefits of Threads Section 1.3. Risks of Threads Section 1.4. Threads are Everywhere Part I: Fundamentals Chapter 2. Thread Safety Section 2.1. What is Thread S
  3. 所属分类:Java

    • 发布日期:2009-08-22
    • 文件大小:1048576
    • 提供者:auf421
  1. Schriftenreihe Information und Recht

  2. Title:Schriftenreihe Information und Recht Publisher:Beck'sche Verlagsbuchhandlung Length:544 pages Vorwort. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . VII Inhaltsübersicht. . . . . . . . . . . . . . .
  3. 所属分类:C

    • 发布日期:2009-12-17
    • 文件大小:3145728
    • 提供者:utimes
  1. C++ Concurrency in Action MAEP Sep 2010

  2. Table of Contents Chapter One: Introduction Chapter Two: Managing Threads Chapter Three: Sharing Data Chapter Four: Synchronizing Concurrent Operations Chapter Five: The C++ Memory Model and Operations on Atomic Types Chapter Six: Designing Data Str
  3. 所属分类:C++

    • 发布日期:2010-03-25
    • 文件大小:1048576
    • 提供者:godghdai
  1. [C++的并发行为].C++Concurrency.in.Action

  2. Chapter One: Introduction Chapter Two: Managing Threads Chapter Three: Sharing Data Chapter Four: Synchronizing Concurrent Operations Chapter Five: The C++ Memory Model and Operations on Atomic Types Chapter Six: Designing Data Structures for Concur
  3. 所属分类:C++

    • 发布日期:2010-07-17
    • 文件大小:1048576
    • 提供者:dake53
  1. Spark Current in Charge Pump of Phase Lock Loop

  2. Spark Current in Charge Pump of Phase Lock Loop
  3. 所属分类:Java

    • 发布日期:2010-11-12
    • 文件大小:151552
    • 提供者:chevalierqi
  1. a digital lock-in upgrade of the motional stark effect diagnostic on DIII-D

  2. a digital lock-in upgrade of the motional stark effect diagnostic on DIII-D a digital lock-in upgrade of the motional stark effect diagnostic on DIII-D
  3. 所属分类:其它

    • 发布日期:2014-08-27
    • 文件大小:403456
    • 提供者:fendoulanyan
  1. OpenStack.in.Action.1617292168

  2. In the cloud computing model, a cluster of physical computers hosts an environment that provides shared services and offers the flexibility to easily add, remove, and expand virtual servers and applications. Cloud options range from public services,
  3. 所属分类:Web开发

    • 发布日期:2016-04-07
    • 文件大小:16777216
    • 提供者:ramissue
  1. Hangup in Phase-Lock Loops

  2. Abstruct-A phase-lock loop occasionally will take a long time to settle to equilibrium. Phase dwells at a large error for a prolonged in- terval. This phenomenon has been dubbed “hangup.” The periodic nature of phase detectors is responsible fo r ha
  3. 所属分类:电信

    • 发布日期:2017-09-21
    • 文件大小:574464
    • 提供者:lmy19881228
  1. 0.84-THz Imaging Pixel with a Lock-in Amplifier in CMOS

  2. An 840-GHz Schottky diode detector is integrated with an analog lock-in amplifier in 130-nm bulk CMOS. The integrated lock-in amplifier can support a modulation frequency of up to 10MHz with a gain of 54dB, a dynamic range of 42dB, and an input refe
  3. 所属分类:电信

    • 发布日期:2017-12-02
    • 文件大小:933888
    • 提供者:u012304324
  1. OpenStack in Action

  2. 数字版,有目录。 Summary OpenStack in Action offers the real world use cases and step-by-step instructions you can take to develop your own cloud platform from from inception to deployment. This book guides you through the design of both the physical hardwa
  3. 所属分类:Openstack

    • 发布日期:2018-04-15
    • 文件大小:6291456
    • 提供者:xuanguang001
  1. Linux in Action

  2. Summary Linux in Action is a task-based tutorial that will give you the skills and deep understanding you need to administer a Linux-based system. This hands-on book guides you through 12 real-world projects so you can practice as you learn. Each ch
  3. 所属分类:Linux

    • 发布日期:2018-11-12
    • 文件大小:19922944
    • 提供者:zxfwinder
  1. 开源项目-zieckey-go-etcd-lock.zip

  2. 开源项目-zieckey-go-etcd-lock.zip,A distributed lock library in Go using etcd. It easy to use like sync.Mutex.
  3. 所属分类:其它

    • 发布日期:2019-09-04
    • 文件大小:9216
    • 提供者:weixin_38743506
  1. 锁相放大器(Lock-in Amplifier,简称LIA)的发明

  2. 锁相放大器(Lock-in Amplifier,简称LIA)的发明,使微弱信号检测技术得到标志性的突破,极大地推动了基础科学和工程技术的发展。
  3. 所属分类:其它

    • 发布日期:2020-08-08
    • 文件大小:92160
    • 提供者:weixin_38674616
  1. Python多线程中阻塞(join)与锁(Lock)使用误区解析

  2. 关于阻塞主线程 join的错误用法 Thread.join() 作用为阻塞主线程,即在子线程未返回的时候,主线程等待其返回然后再继续执行. join不能与start在循环里连用 以下为错误代码,代码创建了5个线程,然后用一个循环激活线程,激活之后令其阻塞主线程. threads = [Thread() for i in range(5)] for thread in threads: thread.start() thread.join() 执行过程: 1. 第一次循环中,主线程通过
  3. 所属分类:其它

    • 发布日期:2020-12-25
    • 文件大小:57344
    • 提供者:weixin_38557838
  1. Frequency difference lock-in phenomenon’s weakening by transverse magnetic field in Y-shaped cavity dual-frequency laser

  2. We report experimental progress in weakening the frequency difference lock-in phenomenon in a Y-shaped cavity dual-frequency laser. A cube coil pair is chosen to provide a uniform magnetic field for tunability and uniformity of magnetic field strengt
  3. 所属分类:其它

    • 发布日期:2021-02-23
    • 文件大小:540672
    • 提供者:weixin_38518668
  1. Design of differential optical system of in-plane remote displacement measurement

  2. In this paper, an optical system for in-plane remote displacement measurement is brought forward. The remarkable characteristic of this optical system is to use a big aperture lens to focus the waists of two Gauss beams on a scatter which have been e
  3. 所属分类:其它

    • 发布日期:2021-02-11
    • 文件大小:212992
    • 提供者:weixin_38551749
  1. Dynamic lock-in compensation for mechanically dithered ring laser gyros

  2. In ring laser gyros (RLGs), dynamic lock-in, which results from information loss in the lock-in region, occurs when a constant sine bias is introduced. However, sampling some signals in the lock-in region for a particular duration allows the retrieva
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:289792
    • 提供者:weixin_38715567
  1. Phantom verification for lock-in-photon-counting-based diffuse optical tomography system

  2. Phantom verification for lock-in-photon-counting-based diffuse optical tomography system
  3. 所属分类:其它

    • 发布日期:2021-02-07
    • 文件大小:1048576
    • 提供者:weixin_38650066
  1. 对python多线程中互斥锁Threading.Lock的简单应用详解

  2. 一、线程共享进程资源 每个线程互相独立,相互之间没有任何关系,但是在同一个进程中的资源,线程是共享的,如果不进行资源的合理分配,对数据造成破坏,使得线程运行的结果不可预期。这种现象称为“线程不安全”。 实例如下: #-*- coding: utf-8 -*- import threading import time def test_xc(): f = open(test.txt,a) f.write(test_dxc+'\n') time.sleep(1) f.close()
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:144384
    • 提供者:weixin_38674409
« 12 3 4 5 6 7 8 9 10 ... 23 »