Subject | English | Chinese simplified |
comp., MS | access time | 存取时间 (The time needed for a read/write head in a disk drive to locate a track on a disk. Access time is usually measured in milliseconds and is used as a performance measure for hard disks and CD-ROM drives) |
comp., MS | active time | 活动时间 (The entire duration of a timeline, including forward and backward iterations. For example, a timeline programmed to play forward and then backward, once, is active for twice the specified duration--once for the forward iteration and once again for the backward iteration) |
comp., MS | Add Time Stamp | 添加时间戳 (A button in the Comments section that the user can click to add a date or time stamp) |
comp., MS | Administrative Time | 管理时间 (" All of a resource's time not devoted to a formal "project" (includes Working and Non-Working Time).") |
comp., MS | application exclusive time | 应用程序独占时间 (The time spent in function to kernel mode and Performance Tools probes, excluding time spent in items it calls and excluding time spent in transitions) |
comp., MS | application inclusive time | 应用程序包含时间 (The time spent in function and items it calls, excluding time spent in transitions to kernel mode and Performance Tools probes) |
comp., MS | application time | 应用程序时间 (The total time after estimated kernel time has been subtracted from elapsed time) |
comp., MS | available time | 可用时间 (The amount or percentage of time a computer system or associated hardware is functioning and available for use) |
comp., MS | Backlight time out | 背景光延时 (A menu item that sets the amount of time for the device to be idle before the backlight turns off) |
comp., MS | begin time | 开始时间 (The time at which an animation timeline should begin, relative to its parent's BeginTime. If this timeline is a root timeline, the time is relative to its interactive begin time (the moment at which the timeline was triggered)) |
comp., MS | billable time | 计酬时间 (An amount of time in which work or a task is performed. A client/customer can be charged for the time spent performing the task) |
comp., MS | binding time | 汇集时间 (The point in a program's use at which binding of information occurs, usually in reference to program elements being bound to their storage locations and values. The most common binding times are during compilation (compile-time binding), during linking (link-time binding), and during program execution (run-time binding)) |
comp., MS | blackout time | 中断时间 (The time that a server is identified as being unavailable, measured in seconds) |
comp., MS | blink time | 闪烁时间 (The elapsed time, in milliseconds, required to invert the caret display. This value is half of the flash time) |
comp., MS | borrowed time | 透支时间 (A limited amount of usage time provided after all purchased time has been expended. If the user does not add or download more usage time within this remaining amount of time, they will lose access to the computer) |
comp., MS | borrowed usage time | 借用使用时间 (A limited amount of usage time provided after all purchased time has been expended. If the user does not add or download more usage time within this remaining amount of time, they will lose access to the computer) |
comp., MS | budget cycle time span | 预算周期跨度 (A time period specified as a number of fiscal calendar periods. The budget period can be different from the accounting period) |
comp., MS | Computer Use Time Account | 计算机使用时间帐户 (An e-mail address and password that authorizes you to add computer use time to your computer) |
comp., MS | computer use time counter | 计算机使用时间计数器 (The object at the top of the screen that counts down how much computer use time is remaining on your prepaid computer) |
comp., MS | Confirmation time out | 确认等待 (A menu item that allows the user to set the delay before an unconfirmed action times out) |
comp., MS | connect time | 连接时间 (The amount of time during which a user is actively connected to a remote computer. On commercial systems, the connect time is one means of calculating how much money the user must pay for using the system) |
comp., MS | Coordinated Universal Time | 协调世界时 (The standard time common to every place in the world, coordinated by the International Bureau of Weights and Measures. Coordinated Universal Time is used for the synchronization of computers on the Internet) |
comp., MS | CPU time | CPU 时间 (In multiprocessing, the amount of time during which a particular process has active control of the CPU (central processing unit)) |
comp., MS | current time | 当前时间 (The current position on a timeline, relative to the starting time) |
comp., MS | current time increment event | 当前时间增量事件 (A special punctuation event that indicates the completeness of the existing events) |
comp., MS | cycle time | 周期时间 (The time taken to complete an activity) |
comp., MS | Date/Time | 日期/时间 (A data type used to hold date and time information) |
comp., MS | demand during lead time | 提前期总需求量 (The average daily demand for a product multiplied by the average lead time) |
comp., MS | design time | 设计时 (The time during which you create and modify the design of the objects and code in your application) |
comp., MS | design-time control | 设计时控件 (An ActiveX control that is used while designing or editing a Web page. Design-time controls are installed on the client computer) |
comp., MS | disk access time | 磁盘访问时间 (The time needed for a read/write head in a disk drive to locate a track on a disk. Access time is usually measured in milliseconds and is used as a performance measure for hard disks and CD-ROM drives) |
comp., MS | edge time | 边缘时间 (The time contributed to the total time of a callee function when called from a specific caller function. The sum of the edge time of all the incoming edges to a function equals this function's total time) |
comp., MS | edge total time | 边缘总时间 (The time a particular function takes to run when called from a specific parent function) |
comp., MS | elapsed exclusive time | 已用独占时间 (Time spent in function, excluding time spent in items it calls) |
comp., MS | elapsed inclusive time | 已用非独占时间 (Time spent in function and items it calls) |
comp., MS | elapsed time | 运行时间 (The total time after estimated profiling overhead has been subtracted from wall clock time) |
comp., MS | exposure time | 曝光时间 (The amount of time a shutter is open during exposure to allow the light to reach the film or, in digital cameras, the image sensor) |
comp., MS | failover time | 故障转移时间 (The amount of time it takes a resource, either individually or in a group, to complete the failover process) |
comp., MS | initial usage time | 初始使用时间 (The amount of time a FlexGo computer can be used before downloading its first packet (adding time)) |
comp., MS | internal processing time | 内部处理时间 (The amount of time a function spends doing internal execution, as opposed to calling other functions) |
comp., MS | in-transit lead time | 中转提前期 (The lead time required for an item to leave the shipping party and arrive at the receiving party) |
comp., MS | just-in-time | 实时 (Pertaining to something that happens when it becomes necessary) |
comp., MS | just-in-time compilation | 实时编译 (The compilation that converts Microsoft intermediate language (MSIL) into machine code at the point when the code is required at run time) |
comp., MS | just-in-time compiler | 实时编译器 (A compiler takes the Java bytecode (which is machine-independent) and compiles it on demand into native code for the target machine, giving faster execution. Since JIT compilers operate on the client machine, they preserve the platform-independence of the compiled Java program) |
comp., MS | just-in-time debugging | 实时调试 (A technique that catches faults that occur while the program is running outside the development environment. You must set this option in the development environment before executing your program) |
comp., MS | kernel time | 内核时间 (The approximate time spent executing in kernel mode during the execution of a user mode application. Includes time spent in disk I/O and waiting for synchronization events) |
comp., MS | lag time | 延隔时间 (A delay between tasks that have a dependency. For example, if you need a two-day delay between the finish of one task and the start of another, you can establish a finish-to-start dependency and specify a two-day lag time [has a positive value]) |
comp., MS | lead time | 提前期 (The minimum amount of time required for production of an item) |
comp., MS | lease time | 租用时间 (The length of time for which a DHCP client can use a dynamically assigned IP address configuration. Before the lease time expires, the client must either renew or obtain a new lease with DHCP) |
comp., MS | linear time | 线性时间 (A function that has a run time of O(n); that is, if the function operates on a collection of n items, the function might have to examine each item in the collection, performing up to n comparisons) |
comp., MS | Microsoft Time Series algorithm | Microsoft 时序算法 (Algorithm that uses a linear regression decision tree approach to analyze time-related data, such as monthly sales data or yearly profits. The patterns it discovers can be used to predict values for future time steps) |
comp., MS | nonworking time | 非工作时间 (Time devoted to non-work activities. Out-of-office time) |
comp., MS | Non-Working Time | 非工作时间 (Time devoted to non-work activities. Out-of-office time) |
comp., MS | One time | 按流量预付费 (A data limit plan where users purchase upfront a quota of data for a given time. For instance, pre-paid 500MB which expire in 6 months) |
comp., MS | one-time bypass | 免验证一次 (To allow access one-time) |
comp., MS | one-time password | 一次性密码 (Passwords produced by special password generating software or by a hardware token and that can be used only once) |
comp., MS | overhead time | 系统开销时间 (The estimated total time spent in instrumentation overhead) |
comp., MS | page time | 页面时间 (The time that a OneNote page was created) |
comp., MS | pause usage time | 暂停使用时间 (To stop metering computer usage time by putting the computer into standby) |
comp., MS | peak time | 高峰时段 (The period of time during the day in which the user experiences high e-mail volume, typically during regular business hours) |
comp., MS | ping time out | ping 超时 (The amount of time after which a ping attempt fails) |
comp., MS | point-in-time plan | 时间点计划 (A compensation plan that is calculated against a base figure taken at a particular point in time. Long-term incentives, such as stock option awards, are often calculated in this way) |
comp., MS | point-in-time recovery | 时点恢复 (The process of recovering only the transactions within a log backup that were committed before a specific point in time, instead of recovering the whole backup) |
comp., MS | preshutdown time-out | 预关闭超时 (A specified time the service control manager will wait before preceding with other shutdown actions) |
comp., MS | production lead time | 生产提前期 (The lead time required to produce an item, starting from the time the order is released to production until the item is moved to inventory) |
comp., MS | queue time | 排队时间 (The number of hours spent waiting for an operation to begin) |
comp., MS | queue time after | 之后的排队时间 (The part of queue time spent waiting for the next operation) |
comp., MS | queue time before | 之前的排队时间 (The part of queue time spent waiting for the current operation to begin) |
comp., MS | RADIUS One-Time Password | RADIUS 一次性密码 (An authentication method that supports the authentication to RADIUS server using passwords that change, based on time or on an authentication request counter) |
comp., MS | real-time | 实时 (Of or relating to a time frame imposed by external constraints. Real-time operations are those in which the computer's activities match the human perception of time or those in which computer operations proceed at the same rate as a physical or external process. Real-time operations are characteristic of aircraft guidance systems, transaction-processing systems, scientific applications, and other areas in which a computer must respond to situations as they occur (for example, animating a graphic in a flight simulator or making corrections based on measurements)) |
comp., MS | real time | 实时 (The actual time in which events occur) |
comp., MS | real-time block list | 实时阻止列表 (A dynamic list that is maintained inside an organization or by a remote third-party organization that contains a list of known unsolicited e-mail sources. The receiving mail server may refuse connections from addresses that are on a RBL) |
comp., MS | real-time block list service | 实时阻止列表服务 (The business that compiles and distributes lists of IP addresses from which spam has originated in the past) |
comp., MS | real-time clock | 实时时钟 (In PCs, circuits or other hardware elements that provide the system with real-world time) |
comp., MS | Real-time Co-authoring | 实时共同创作 (The ability of multiple authors, who are editing a shared document, to simultaneously see text and formatting changes made by co-authors as they add them) |
comp., MS | Real-Time Control Protocol | 实时控制协议 (A scalable transport control protocol that works with the Real-Time Protocol (RTP) to monitor real-time transmissions to multiple participants over a network-for example, during videoconferencing. The Real-Time Control Protocol, or RTCP, transmits packets of control information at regular intervals and is used to determine how well information is being delivered to recipients) |
comp., MS | Real-Time Object-Oriented Modeling diagram | 实时面向对象建模图 (A graphical model of a system's components and their relationships (the structure), and of the system's response to events (its behavior)) |
comp., MS | real-time operating system | 实时操作系统 (An operating system designed for the needs of a process-controlled environment. A real-time operating system recognizes that responses must be made and tasks handled instantly, with no lag time. Real-time operating systems are typically used as embedded systems in devices and applications requiring time-critical reaction, such as telecommunications, air traffic control, and robotic functions) |
comp., MS | Real-time protection | 实时保护 (An option in Windows AntiSpyware that, when selected, provides spyware protection in real time) |
comp., MS | Real-Time Streaming Protocol | 实时流协议 (A network protocol, defined in RFC 2326, for controlling one or more digital media streams or a presentation (the aggregate of related media streams)) |
comp., MS | Real-Time Transport Protocol | 实时传输协议 (An Internet-standard network transport protocol used in delivering real-time data, including audio and video. The Real-Time Protocol, or RTP, works with both unicast (single sender, single recipient) and multicast (single sender, multiple recipients) services. RTP is often used in conjunction with the Real-Time Control Protocol (RTCP), which monitors delivery) |
comp., MS | reserve time | 保留时间 (A limited amount of usage time provided after all purchased time has expired or been expended. If the user does not add or download more usage time within this remaining amount of time, they will lose access to the computer) |
comp., MS | response time | 响应时间 (The amount of time required to do work from start to finish. In a client/server environment, this is typically measured on the client side) |
comp., MS | run time | 运行时 (The time during which an application is running. During run time, you can interact with an application) |
comp., MS | run time | 运行时间 (The time it takes for a physical manufacturing operation, excluding setup time, queue time, and move time) |
comp., MS | run-time error | 运行时错误 (A software error that occurs while a program is being executed, as detected by a compiler or other supervisory program) |
comp., MS | run-time library | 运行时库 (A file that contains one or more prewritten routines to perform specific, commonly used functions. Programmers use an RTL primarily in high-level languages such as C to avoid rewriting these routines) |
comp., MS | screen time-out | 屏幕待机时间 (A setting that specifies an amount of time before the screen turns off and the phone locks itself) |
comp., MS | service level agreement time | 服务级别协议时间 (The amount of time an alert can remain in an alert resolution state before it becomes a service level exception) |
comp., MS | settling time | 稳定时间 (The time required for a disk drive's read/write head to stabilize over a new location on the disk after being moved) |
comp., MS | setup time | 设置时间 (The number of hours needed to prepare the work area prior to an operation) |
comp., MS | Show me as away when my computer is idle for this time period: | 当我的计算机空闲以下时间时,将我显示为"离开" (The option in the Options dialog box, on the Rules tab, that changes the user's status to Away after the computer has been idle for the selected time period) |
comp., MS | Show Time As | 显示时间为 (The field name for the confirmation status used to categorize how firmly a service activity has been scheduled. The options include Requested, Tending, Pending, Reserved, In Progress, and Arrived) |
comp., MS | signature time | 签名时间 (An indication of the time that data was digitally signed. This is not a guarantee of validity unless countersigned by a Time Stamp Authority (TSA)) |
comp., MS | Simple Network Time Protocol | 简单网络时间协议 (A protocol used to synchronize clocks over the Internet. SNTP enables client computers to synchronize their clocks with a time server over the Internet) |
comp., MS | simple time | 简单时间 (The duration of a single section of forward progress for a given node) |
comp., MS | split time | 分段计时 (The time recorded for an interval or a segment of a race) |
comp., MS | takt time | 单位产品生产时间 (The time that it takes to produce one unit of a product) |
comp., MS | think time | 思考时间 (The elapsed time between the receipt of a reply to one request and the submission of the next request. For example, if it takes about 60 seconds for a user to enter all the information required for a Web-based time-entry form, 60 seconds is the think time for this scenario) |
comp., MS | time allowance | 开放时段 (The number of hours or minutes per day that a child is allowed to use the computer) |
comp., MS | time and material project | 时间和材料项目 (An external project that is invoiced as work progresses based on the consumption of hours, expenses, items, fees, and on-account transactions) |
comp., MS | time and materials | 时间和材料 (A type of contract in which the final price paid is based on the amount of time it took to complete the project and the cost of the materials used) |
comp., MS | Time Attack Mode | 限时模式 (A menu item on the Purble Place menu that allows the user to select a timed mode for their game) |
comp., MS | Time-Based In-Place Hold | 基于时间的就地保留 (A feature that provides the ability to keep SharePoint items on In-Place Hold for a specific time period) |
comp., MS | Time Broker | 计时代理 (A feature that provides time events that can be used to initiate background work in suspended apps) |
comp., MS | time dimension | 时间维度 (A dimension that breaks time down into levels such as Year, Quarter, Month, and Day) |
comp., MS | time event | 时间事件 (An event that occurs after a designated period of time or on the occurrence of a given date or time. A time event is indicated by the keyword after, followed by an expression that evaluates to an amount of time) |
comp., MS | Time Event Broker | 计时事件代理 (A feature that provides time events that can be used to initiate background work in suspended apps) |
comp., MS | time fence | 时限 (A time interval, specified in days, that defines and limits which data are included in a master scheduling calculation) |
comp., MS | time formula | 时间公式 (An expression that is created following the Simple Time Period Syntax. It takes the form of a time unit plus or minus a whole number, such as Year-1 or Month-6. It is the formula that is applied when you are using time intelligence on a dashboard) |
comp., MS | time frame | 期限 (A period of time during which something takes place or is planned to take place) |
comp., MS | time intelligence | 时间智能 (Functionality that is used to show dynamic time periods relative to the current date) |
comp., MS | time intelligence filter | 时间智能筛选器 (A dynamic dashboard filter that can be linked to scorecards and reports so that they will update automatically relative to the current time) |
comp., MS | time interval | 时间间隔 (A period of time in which a given event is valid. The valid time interval includes the valid start time, and all moments of time up to, but not including the valid end time) |
comp., MS | time-lapse | 慢镜头 (A cinematography technique whereby a number of frames are captured over a period of time or with a certain time interval between each frame. This technique is often used to capture processes such as a flower opening, celestial motion or changing of the seasons. When replayed at normal speed, changes become very pronounced and time appears to be lapsing) |
comp., MS | Time Management | 时间管理 (The Duet end-user application that enables users to view, create, and maintain their data for time recording activities in Microsoft Office Outlook. Users can add time-reporting data in Outlook in the form of Calendar items, which are integrated with time-reporting-compliance guidelines defined in SAP systems) |
comp., MS | Time Off | 休息时间 (A menu item on the Set Up menu that opens the Time Off dialog, which defines how much of the user's schedule is affected by a schedule change) |
comp., MS | Time-only entry point | 仅时间入口点 (An entry point where only the processing time will be captured, without any runtime variables) |
comp., MS | time out | 超时 (To reach the end of a pre-determined period of inactivity or absence of expected event or action, after which a device, program, or process is typically deactivated or interrupted) |
comp., MS | time-out | 超时 (An event that occurs when a predetermined amount of time has elapsed without some other expected event or activity taking place) |
comp., MS | time picker control | 时间选取器控件 (A control that developers use to allow a user to select a time) |
comp., MS | time project | 时间项目 (An internal project for which only hour transactions are registered) |
comp., MS | time range | 时间范围 (A period of time during which a setting or other functionality is in effect) |
comp., MS | time server | 时间服务器 (A computer that periodically synchronizes the time on all computers within a network. This ensures that the time used by network services and local functions remains accurate) |
comp., MS | time stamp | 时间戳 (A certification specifying that a particular message existed at a specific time and date. In a digital context, trusted third parties generate a trusted time stamp for a particular message by having a time stamping service append a time value to a message and then digitally signing the result) |
comp., MS | time stamp authority | 时间戳颁发机构 (A service acknowledging that the data existed before a particular time. The service is typically a trusted third party) |
comp., MS | Time Stamp Counter | 时间戳计数器 (A program that tally and records the number of cycles that occurs on a central processing unit) |
comp., MS | Time Synchronization Packet | 时间同步数据包 (A packet that instructs the Lower Provisioning Module (LPM) what time it is (in UTC format)) |
comp., MS | Time to Live | 生存时间 (A timer value included in packets sent over TCP/IP-based networks that tells the recipients how long to hold or use the packet or any of its included data before expiring and discarding the packet or data) |
comp., MS | time travel | 按时间顺序查看 (The process of moving between time frames) |
comp., MS | time value | 时间值 (The number of minutes, hours, days, etc) |
comp., MS | time zone | 时区 (A geographical area that observes the same local time. The local time has a positive, zero, or negative offset from Coordinated Universal Time (UTC). The offset can be different during standard time and daylight saving time) |
comp., MS | total time | 总时间 (The time that is elapsed between the time a function starts execution until the time it terminates execution. This is the sum of this function's internal processing time and all its callees total time) |
comp., MS | transport time | 运输时间 (The amount of time it takes to transfer items between two warehouses) |
comp., MS | usage time | 使用时间 (An amount of time that is used toward computer or software access) |
comp., MS | valid time state table | 有效时间状态表 (A table that tracks the state of an entity over time using a valid-from and a valid-to column) |
comp., MS | wall-time | 实际时间 (The total time taken by a computer to complete a task which is the sum of CPU time, I/O time, and the communication channel delay) |
comp., MS | Working Time | 工作时间 (The time that a resource is in the office, and that is not dedicated to project tasks or effort. Represents a resource's true availability) |
comp., MS | working time calendar | 工作日历 (A calendar that defines the capacity and work time in a production system, for use in managing work centers or work center groups) |