- Industry: Computer
- Number of terms: 318110
- Number of blossaries: 26
- Company Profile:
An American multinational software corporation headquartered in Redmond, Washington that develops, manufactures, licenses, and supports a wide range of products and services related to computing.
不能在其中编辑单个对象的图像文件格式。JPEG,GIF 和 BMP 格式存储的文件是所有平面文件。PhotoDraw 混合使用的文件格式不是平面文件格式。
Industry:Computer
在其中两个或多个线程可以到达并执行代码块,,程序结果从根本上改变根据哪个线程先到达代码的情况。争用条件是良性的如果所有的结果都是有效的。然而,争用条件可以与同步错误,可以导致一个进程干扰另一个进程,并可能会引入一个漏洞相关联。频繁地,争用条件的一个可能的结果是使程序处于一种不稳定或无效状态。
Industry:Computer