网站首页  词典首页

请输入您要查询的英文单词:

 

单词 posix
释义

posix

美 
英 
  • n.计算机环境可移植操作系统接口
  • 网络可移植操作系统接口(Portable Operating System Interface X);可移植性操作系统接口;系统界面
n.
1.
计算机环境可移植操作系统接口

例句

释义:
1.
These days we're actually starting to see filesystems appear on Linux and on other UNIXes with the ability to have non-POSIX semantics.
这些日子,我们真正开始看到Linux和其它UNIX上出现了具有非POSIX语义能力的文件系统。
www.ibm.com
2.
Note that you do not need a tmpfs filesystem to be mounted for POSIX shared memory to work; you simply need the support in your kernel.
注意,您不需要为了让POSIX共享的内存工作而安装tmpfs文件系统;您只需要在内核中支持tmpfs就可以了。
www.ibm.com
3.
Q. Why does using parenthesis in a POSIX regular expression change the result of a match?
在POSIX正则表达式中使用括号为什么会改变匹配结果?
qa.alibaba.com
4.
In BASH's case, the problem to be solved was a free software version of the Posix standard shell to be part of the GNU system.
就BASH的情况,要解决的问题是符合POSIX标准的自由软件版shell成为GNU系统的一部分。
www.bing.com
5.
POSIX capabilities break the root privileges into smaller pieces, and allow tasks to run with only a subset of the root user's privileges.
POSIX能力将根特权划分成更小的特权,所以可以只用根用户特权的一个子集来运行任务。
www.ibm.com
6.
The second form of file resource is a POSIX-like file system known as the Integrated File System or IFS.
第二种文件资源形式是POSIX类文件系统,称为IntegratedFileSystem(或IFS)。
www.ibm.com
7.
It corresponds roughly with a UNIX process, and a Mach thread corresponds roughly with a POSIX thread.
它大致相当于UNIX的进程,Mach线程与移动操作系统接口(POSIX)线程相似。
www.bing.com
8.
Regular expression is now considerably faster after a complete rewrite to be POSIX compliant.
为了与POSIX兼容而进行重写之后,正则表达式的运行现在快了很多。
www.ibm.com
9.
Nowadays, most multithreaded applications are written using standard sets of library functions called thread (POSIX thread) libraries .
如今,大多数多线程程序都是采用标准的线程库编写。
linux.chinaunix.net
10.
BusyBox: BusyBox is a multicall binary used to provide a minimal subset of POSIX-style commands and specialized functions.
BusyBox:BusyBox是一个多调用的二进制文件,它提供了POSIX式的命令和专用函数的最小子集。
www.ibm.com
1.
On POSIX systems, the selected locale identifies the encoding expected in all input and output files of a process.
在POSIX系统中,选中的语言环境识别了在一个过程中的所有输入输出文件期望的编码形式。
www.ibm.com
2.
Thus, PTHREAD_PROCESS_SHARED and interprocess POSIX synchronization primitives can be implemented and are now available.
这样,PTHREAD_PROCESS_SHARED和进程间POSIX同步原语可以被实现,而且现在可用。
www.ibm.com
3.
They decided early on that they would implement the shell as defined by the Posix standard, and used that as a specification.
他们一开始就决定,将按POSIX标准的定义实现shell,并且把POSIX标准用作技术规范。
www.bing.com
4.
And POSIX condition variables are the subject of my next article, where I'll show you exactly how to use them.
而POSIX条件变量将是我下一篇文章的主题,其中将说明如何正确使用条件变量。
www.ibm.com
5.
For a full description of POSIX regular expressions see the regex man pages included in the regex directory in the PHP distribution.
POSIX正则表达式完整的描述见包含在PHP发行包中regex目录下的man页面。
www.phpx.com
6.
Another recent file system is Ceph, which provides a reliable POSIX-based distributed file system with no single point of failure.
另一个最近出现的文件系统是Ceph,它提供一个可靠的基于POSIX的分布式文件系统,这种文件系统没有单点故障。
www.ibm.com
7.
In Linux, POSIX semaphores and System V semaphores are asynchronous but pthreads conditional variables are not asynchronous.
在Linux中,POSIX信号量和SystemV信号量也都是异步的,不过pthreads条件变量不是异步的。
www.ibm.com
8.
In Linux, pthreads does not provide an initial state, but POSIX semaphores provide an initial state.
在Linux中,pthreads并没有提供初始状态,而POSIX信号量则提供了一个初始状态。
www.ibm.com
9.
It covers the basics of Portable Operating System Interface (POSIX), real-time operating systems, and pointers for real-time analysis.
它涵盖了可移植操作系统接口(POSIX)、实时操作系统的基础知识,以及一些实时分析技巧。
www.ibm.com
10.
Table 1 provides a list of the POSIX regex functions that will not be available after ereg is removed.
表1列出了删除ereg之后将不可用的POSIX正则表达式函数。
www.ibm.com
1.
The VFS provides the abstraction layer, separating the POSIX API from the details of how a particular file system implements that behavior.
VFS提供抽象层,从而将POSIXAPI与特定文件系统如何实现该行为的细节分离开来。
www.ibm.com
2.
PHP has extremely useful text processing features, from the POSIX Extended or Perl regular expressions to parsing XML documents.
PHP具有极其有效的文本处理特性,支持从POSIX扩展或者Perl正则表达式到XML文档解析。
tw2.php.net
3.
POSIX provides locking and synchronization support through the pthread_mutex data type.
POSIX通过pthread_mutex数据类型提供锁定和同步支持。
www.ibm.com
4.
They are, however, specific to C and, therefore, have to be implemented in POSIX-conformant C libraries.
它们是特定于C的,因而,必须在符合POSIX的C库中实现。
www.ibm.com
5.
With contention, a POSIX lock and unlock operation would trigger Linux kernel priority inheritance support to occur.
存在锁争用时,POSIX锁定和解锁操作将触发Linux内核优先级继承支持。
www.ibm.com
6.
These goroutines are mapped to the appropriate operating-system concurrency primitives (e. g. POSIX threads) by the Go runtime.
这些goroutine将会通过Go运行时而映射到适当的操作系统原语(比如,POSIX线程)。
www.infoq.com
7.
In Linux, the POSIX semaphore implementation only supports indefinite wait (blocking).
在Linux中,POSIX信号实现只支持不确定的等待(阻塞)。
www.ibm.com
8.
First of all, open source POSIX-oriented operating systems tend to bring out a different crowd.
首先,开源面向POSIX的操作系统往往发布给一大群形形式式的人。
www.bing.com
9.
Whereas in the POSIX world, a file has a single data stream associated with it.
但是,在POSIX世界中,文件只有一个与之相关的数据流。
www.ibm.com
10.
This distribution contains kernel updates and POSIX real-time support for real-time applications.
这个发行版包含内核更新以及对实时应用程序的POSIX实时支持。
www.ibm.com
1.
POSIX services are available at run time through the libpthread. so dynamic library and underlying Linux kernel support.
可在运行时通过libpthread.so动态库和底层Linux核心支持获取POSIX服务。
www.ibm.com
2.
This a good idea, but figured Debian should do more to fight spam on the lists as a more urgent task. POSIX compliant su.
这是个不错的主意,不过现阶段的较急迫的任务应该是加强防堵邮件列表的垃圾邮件。
debian.fr
3.
In Linux, conditional variable and POSIX semaphores are of the auto-reset type.
在Linux中,条件变量和POSIX信号量都是自动重置类型的。
www.ibm.com
4.
Let's take a look at some additional error-related global variables and the standard defined by POSIX-1003. 1 errno values.
让我们了解一些与错误相关的其他全局变量,以及由POSIX-1003.1errno值定义的标准。
www.ibm.com
5.
POSIX standardization is a step in the right direction to solving this problem, when it's done right.
如果POSIX标准化做得正确,那么它是解决这一问题的正确方向上的一个步骤。
www.ibm.com
6.
That's precisely what POSIX condition variables can do for you!
这正是POSIX条件变量能做的事!
www.ibm.com
7.
POSIX shared memory isn't used too much right now, but this situation will likely change as time goes on.
POSIX共享的内存现在使用得不太多,但这种情况可能会随着时间而改变。
www.ibm.com
8.
POSIX Conforming implementations shall support the following locales.
一致性实现必须支持以下的本地化环境。
www.okandok.cn
9.
The advantages of NPTL over its predecessors are POSIX compliance and better performance.
NPTL与它的前任相比优势在于POSIX兼容性和性能。
www.ibm.com
10.
Conveniently, the POSIX thread interface uses fairly consistent terminology, so "locking" it is.
POSIX线程接口沿用相当一致的术语,所以称为“锁定”。
www.ibm.com
1.
Improved POSIX compliance, particularly in the area of networking, was provided.
该版本改进了对POSIX的兼容性,特别是提供了对网络方面的支持。
instapedia.com
2.
For years, POSIX capabilities could be assigned to processes, but not to files.
多年以来,POSIX能力只能分配给进程,而不能分配给文件。
www.ibm.com
3.
Whatever your desired date format is, make sure you use the strftime function from the POSIX module to generate it.
不管您希望使用什么日期格式,确保使用来自POSIX模块的strftime函数生成日期格式。
www.ibm.com
4.
Darwin is an open source POSIX-compliant computer operating system released by Apple Inc .
达尔文是苹果公司在2000年发布的一个兼容POSIX的开源操作系统。
dictsearch.appspot.com
5.
Let's start by reviewing POSIX threads, which can be either joinable threads or detached threads.
我们首先回顾一下POSIX线程,分为可接合线程或分离线程。
www.ibm.com
6.
Each processor in the cluster provides a POSIX-file-system environment to the application.
集群中的每个处理器都为应用程序提供了一个POSIX文件系统环境。
www.ibm.com
7.
The threading model used is the POSIX threading interface, often called pthreads.
使用的线程模型是POSIX线程接口,通常称为pthreads。
www.ibm.com
8.
One annoying feature of the POSIX 1003. 1 specification is the lack of a no error value.
POSIX1003.1规格的一个恼人的特征是缺乏无错误值。
www.ibm.com
9.
To overlay the standard POSIX interface onto an object storage system, a mapping is required.
为了将标准POSIX接口叠加到对象存储系统上,需要一个映射。
www.ibm.com
10.
A POSIX API for creating a pthread_mutex lets the mutex implement the priority-inheritance protocol.
用于创建pthread_mutex的POSIXAPI使用互斥锁来实现优先级继承协议。
www.ibm.com
1.
NILFS will make snapshotting or versioning of the POSIX filesystem much familiar to you.
NILFS使得制作POSIX文件系统的快照或版本控制变得熟悉的多。
www.bing.com
2.
Finally, the regex man page, available on many UNIX systems, provides information on building POSIX regexps.
最后,很多UNIX系统上提供的regex手册页提供了有关构建POSIXregexp的信息。
www.ibm.com
3.
Listing 2 illustrates creating a critical section with a POSIX mutex.
清单2演示了如何使用POSIX互斥函数创建临界区。
www.ibm.com
4.
POSIX services are available at compile time through system header files.
在编译时可通过系统的头文件获取POSIX服务。
www.ibm.com
5.
Call follows the POSIX standards only if the environment variable.
调用才遵循POSIX标准。
www-128.ibm.com
6.
On Linux, POSIX semaphores are used only between the threads of same process.
在Linux上,在相同进程的不同线程之间,则只使用POSIX信号量。
www.ibm.com
7.
Child thread SIGCHILD comes to the thread, not the process (a non-POSIX behavior).
子线程SIGCHILD会送到线程而不是进程(非POSIX行为)。
www.ibm.com
8.
PHP provides simple methods that let you use POSIX and PCRE regular expressions.
PHP为用户提供了使用POSIX和PCRE正则表达式的简单方法。
www-128.ibm.com
9.
In addition to the POSIX-Extended features the escape character is special inside a character class declaration.
对于POSIX扩展特性来说,转义字符在字符类声明中也是特殊的。
qa.alibaba.com
10.
The timeout option is not available in the POSIX semaphore.
在POSIX信号中不能使用超时选项。
www.ibm.com
1.
Only the errors listed above are required to exist on a POSIX 1003. 1-conforming system, anything else is gravy.
上面列出的错误必须存在于符合POSIX1003.1的系统上,其他的错误则不必如此。
www.ibm.com
2.
Using a network file system is also possible, though care must be taken that the file system has full POSIX behavior (see Section 17. 2. 1).
使用一个网络文件系统也是可能的,尽管需要小心这个文件系统拥有全部的POSIX行为(见17.2.1)。
pgsqldb.org
3.
Application that runs with the POSIX subsystem in Windows NT.
在WindowsNT中与POSIX子系统运行的应用程序。
msdn2.microsoft.com
4.
Applications such as VI, LS, and GREP are the main targets for the Windows POSIX subsystem.
VI、LS和GREP这样的应用程序是WindowsPOSIX子系统的主要目标。
msdn2.microsoft.com
5.
A POSIX thread on RHEL has a private stack with a size of 10MB.
RHEL上的一个POSIX线程拥有一个大小为10MB的私有堆栈。
www.ibm.com
6.
In fact, there are two variants of the shared memory API: the POSIX API and the older (but no less effective) System V API.
实际上,有两套共享内存API:POSIXAPI和比较老(但是仍然有效)的SystemVAPI。
www.ibm.com
7.
When programming in Mono, the developer is not aware which file system his application will be using, a POSIX one, or a FAT or NTFS one.
当在Mono中编写代码时,开发者并不会意识到应用将使用何种文件系统,POSIX还是FAT,抑或是NTFS。
www.infoq.com
8.
Another option UNIX programmers look at is the Windows POSIX subsystem.
UNIX程序员可以考虑的另一个选择是WindowsPOSIX子系统。
msdn2.microsoft.com
9.
POSIX signal handling is done in kernel space.
POSIX信号处理在内核空间中完成。
www.ibm.com
10.
Also, if a process dies, its POSIX record locks are automatically removed.
此外,如果一个进程死掉,那么它的POSIX记录锁就会自动被删除。
www-128.ibm.com
1.
POSIX is for many functions I find I need frequently.
POSIX用于许多经常使用的函数。
www.ibm.com
2.
Another option UNIX programmers look at is the Windows NT and Windows 2000 POSIX subsystem.
UNIX程序员可以考虑的另一个选择是WindowsNT和Windows2000POSIX子系统。
msdn2.microsoft.com
3.
The Linux kernel (from 2. 5 version onwards) has been modified to provide POSIX-compliant support.
Linux内核(从2.5版本起)已经得到修改,具备了POSIX兼容支持。
www.ibm.com
4.
The POSIX lock type is a pthread_mutex.
POSIX锁的类型为pthread_mutex。
www.ibm.com
5.
The POSIX 1003. 1 standard defines only one required entry for struct dirent, an array of char named d_name.
POSIX1003.1标准仅仅为structdirent定义了一个必需的条目,即char数组d_name。
www.ibm.com
6.
MySQL uses Henry Spencer's implementation of regular expressions, which is aimed at conformance with POSIX 1003. 2.
MySQL采用HenrySpencer的正则表达式实施,其目标是符合POSIX1003.
mysql.crihan.fr
7.
PHP uses the POSIX extended regular expressions as defined by POSIX 1003. 2.
PHP使用由POSIX1003.3定义的POSIX扩展正则表达式。
www.phpx.com
8.
MinGW is your best choice if you want to create Windows applications that are POSIX compatible.
如果您想要创建与POSIX兼容的Windows应用程序,那么MinGW是最佳选择。
www-128.ibm.com
9.
But POSIX is rather limiting in some areas.
但POSIX在某些方面具有相当的局限性。
www.ibm.com
10.
The primary group is used only by the POSIX subsystem.
主要组仅供POSIX子系统使用。
support.microsoft.com
1.
This article assumes that you have a basic knowledge of fundamental data structures and some familiarity with the POSIX Threads library.
本文假设您基本了解基本数据结构,比较熟悉POSIXThreads库。
www.ibm.com
2.
Read the PHP documentation to learn more about the POSIX regex function calls (see Resources).
要了解关于POSIXregex函数调用的更多信息,请阅读PHP文档(请参阅参考资料)。
www.ibm.com
3.
The proper way to activate UTF-8 is the POSIX locale mechanism.
激活UTF-8的恰当的办法是POSIX语言环境机制。
www.ibm.com
4.
This is because you need to have kernel tmpfs support in order to use POSIX shared memory.
这是因为您需要内核tmpfs支持来使用POSIX共享的内存。
www.ibm.com
5.
This new library is based on a 1: 1 model and full POSIX compliance.
这个新库基于1:1模型,完全符合POSIX标准。
www-128.ibm.com
6.
Building Lua is easy; you just run make ; you can fall back on posix or even ansi if you don't want to rely on platform-specific features.
构建Lua很容易;只需运行make;如果不想依赖特定于平台的特性,那么可以依靠posix,甚至是ansi。
www.ibm.com
7.
On POSIX-compliant systems, file handles are process and not thread attributes. Here are a few guidelines for using file locking
在与POSIX兼容的系统上,文件句柄是进程属性,而不是线程属性。
www.ibm.com
8.
Posix Threads Synchronization Mechanism and Its Application in Distributed Power Network Monitoring System
Posix线程同步机制及其在电网监控系统中的应用
ilib.cn
9.
That is to say, the same as POSIX basic syntax, but with the newline character acting as an alternation character;
也就是说,和POSIX基本语法相同,除了换行字符和选择字符有相同的作用;
boost-doc-zh.googlecode.com
10.
Defines reentrancy and includes a POSIX listing of a reentrant function
定义了可重入性,并包含一个可重入函数的POSIX清单。
www.ibm.com
1.
Defines reentrancy and includes a POSIX listing of a reentrant function
定义了可重入性,并包含一个可重入函数的POSIX清单。
www.ibm.com
2.
Posix character classes: Certain character classes are valid for only US-ASCII comparison purposes. For instance
Posix字符类(Posixcharacterclass):某些字符类仅在用于US-ASCII比较时才有效。
www.ibm.com
3.
Information Technology - Test Methods for Measuring Conformance to POSIX
信息技术.测量对POSIX一致性的试验方法
www.mapeng.net
4.
Information technology--Test method for measuring conformance to POSIX
信息技术POSIX依从性的测试方法
www.zftrans.com
5.
Design and Implementation of a Feedback Algorithm of Thread Pool Based on POSIX Thread Library
基于POSIX线程库的线程池反馈算法的设计与实现
www.ilib.cn
6.
POSIX provides five entry points to create, map, synchronize, and undo shared memory segments
POSIX为创建、映射、同步和取消共享内存段提供五个入口点
www.ibm.com
7.
Information Technology - Test Methods for Measuring Conformance to POSIX - Part 2: Shell and Utilities
信息技术。测量与POSIX一致性的测试法。第2部分:外壳和实用事务程序
www.isres.com
8.
Portable Operating System Interface, POSIX
发表的便携式操作系统界面标准
wenku.baidu.com
9.
PHP also supports regular expressions using a POSIX-extended syntax
PHP也支持POSIX扩展语法的正则表达式,见
in2.php.net
10.
POSIX Portable Operating System Interface
便携式操作系统接口
blog.sina.com.cn
1.
Executing amqmfsck to verify that the file system is compliant with POSIX standards
执行amqmfsck以验证文件系统与POSIX的标准是否保持一致
www.ibm.com
2.
This is not part of the POSIX standard and is not supported on shells such as dash, so if you use it, don't make your shebang line
这不是POSIX标准的一部分,不受dash之类的shell的支持,因此如果您要使用它,就不要将shebang行设为
www.ibm.com
3.
Running UNIX applications on Windows using the POSIX subsystem
使用POSIX子系统在Windows上运行UNIX应用程序
msdn2.microsoft.com
4.
Running UNIX applications on Windows NT and Windows 2000 using the POSIX subsystem
在使用POSIX子系统的WindowsNT和Windows2000上运行UNIX应用程序
msdn2.microsoft.com
5.
Will not work, but using the GNU or Sun POSIX (xpg4) versions of
都不行,但是使用GNU或者SunPOSIX(xpg4)版本的
php.imasd.elmundo.es
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/27 12:39:36