英语人>网络例句>length of queue 相关的网络例句
length of queue相关的网络例句

查询词典 length of queue

与 length of queue 相关的网络例句 [注:此内容来源于网络,仅供参考]

System.out.println("a.length="+ a.length); System.out.println("b.length ="+ b.length);// The handles inside the array are // automatically initialized to null: for(int i = 0; i nbsp;b.length; i++) System.out.println; System.out.println("c.length ="+ c.length); System.out.println("d.length ="+ d.length); a = d; System.out.println("a.length ="+ a.length);// Java 1.1 initialization syntax: a = new Weeble { new Weeble, new Weeble }; System.out.println("a.length ="+ a.length);// Arrays of primitives: int e;// Null handle int f = new int[5]; int g = new int[4]; for(int i = 0; i nbsp;g.length; i++) g = i*i; int h ={ 11, 47, 93 };// Compile error: variable e not initialized://!

句柄。此时,编译器会禁止我们对这个句柄作任何实际操作,除非已正确地初始化了它。数组b被初始化成指向由Weeble句柄构成的一个数组,但那个数组里实际并未放置任何Weeble对象。然而,我们仍然可以查询那个数组的大小,因为b指向的是一个合法对象。这也为我们带来了一个难题:不可知道那个数组里实际包含了多少个元素,因为length只告诉我们可将多少元素置入那个数组。换言之,我们只知道数组对象的大小或容量,不知其实际容纳了多少个元素。尽管如此,由于数组对象在创建之初会自动初始化成null,所以可检查它是否为null,判断一个特定的数组&空位&是否容纳一个对象。类似地,由基本数据类型构成的数组会自动初始化成零、null或者false。

This invention discloses a multi-queue sequence buffer management circuit and a method based on a pipeline applying a pipeline structure including: an arbitration circuit selecting one for process from read, write and distribution buffer requests, a buffer slot state module designing state of the slot requiring operation and queue numbers and assigning idle slots, a buffer slot filter module filtering the slot, a buffer slot filter module filtering the slot states not belonging to the current operation queues nor idle aligned in terms of the head pointer, a queue slot selection module computing continuous idle slot numbers from the slot pointed by the head pointer and refreshing the head pointer and selecting preparing slots, a queue slot prior queuing module refreshing the read pointer and result numbers of the current operation queues with the pointer of the first prepare slots and their numbers which can support multi-queue to share one buffer space, queues can access the buffer in overlap.

本发明公开一种基于流水线的多队列顺序化缓冲管理电路及方法,本发明电路采用流水线结构,包括:仲裁电路,从读、写、分配缓冲请求中选取一路进行处理;缓冲槽口状态设置模块,设置请求操作的槽口状态和队列号,分配空闲槽口;缓冲槽口滤除模块,滤除不属于当前操作队列且非空闲态的槽口状态,按头指针对齐;队列槽口选择模块,计算头指针指向槽口起的连续空闲槽口数并更新头指针,选出预备态的槽口;队列槽口优先排队模块,用第一个预备态槽口的指针和预备态槽口数分别更新当前操作队列的读指针和结果数;本发明可以支持多个队列共享一个缓冲空间,各类指令队列能对缓冲进行交叉访问,并对指令结果的写入读出进行顺序化管理。

Because the length and fluctuation of queue affect network delay and jitter directly, the key point of how to control delay and jitter is to make use of effective method to control the queue length and degrade the queue fluctuation level.

队列的长度及其变化是影响网络的延时和抖动的重要因素,使用有效的方法对队列的长度进行控制并降低队列长度的变化幅度和范围,是控制延时和抖动问题的关键。

Pass to count to Wisterch parameter , and the steel wire is different from the molding tool get in touch with the length, and settle the path the research taking the length work the stabber angle to get under differently pull to stir the term, mold core adoption of best severally why size, combine the best work stabber of research the Cape, and settle the path to take the length nextly steel wire is in the molding tool of have fever to measure, air inside dispel-heat calories, winding dispel-heat on the coil-canister , and its molding tool dispel-heat calories of, and cause the steel wire the temperature difference pass in and outing the molding tool to influence steel wire machine function, under the experiment inside pull to stir the term according to the same race different work stabber Cape half of adoption the Cape(7 degree,10 degree,12 degrees, the best mold Cape, experience mold Cape) settle the path to take the length(2-3 mm,3-4 mm,4-5 mms, theories length, experience length) to proceed to experiment, and get the conclusion, work stabber the Cape then is more big the steel wire get in touch with the length with

通过对Wisterch参数,钢丝与模具接触长度、定径带长度、工作锥角度的研究得到了在不同拉拨条件下模芯采用的最佳几何尺寸,并研究最佳工作锥角、定径带长度下钢丝在模具中的发热量、空气中散热量、卷筒上的散热量及其模具散热量的不同,导致钢丝进出模具的温度差别对钢丝机械性能的影响,在实验中根据同种拉拨条件下采用不同工作锥角半角、定径带长度进行试验,得出结论,工作锥角越大则钢丝与模具接触长度越短,钢丝变形越剧烈,在模具中发热量就越高,导致钢丝出模温度高,使钢丝强度、硬度升高,弯曲、扭转次数降低,并且降低模具使用寿命。在其它条件相同的情况下,定径带越长则钢丝与定径带简壁磨擦增大,使钢丝发热量加大,从而使钢丝强度、硬度略升高,弯曲扭转次数略降低但定径带的增大减小了钢丝变形产生的弹性后效使钢丝出模直径比较稳定。

A task's svc hook method can use ACE_Task::getq to dequeue messages placed onto the message queue and process them concurrently. The getq method blocks until either a message is available on the message queue or the specified absolute timeout elapses. The blocking nature of getq allows the thread of a task to block and only wake up when there's work available on the message queue.

一个任务的svc挂钩可以使用ACE_Task::getq来出队消息和并发处理他们。getq方法阻塞直到在队列上有一个消息可用或者制定的超时发生。getq允许线程在惹任务中阻塞,仅在消息队列中有工作可作才被唤醒。

A tasks svc hook method can use ACE_Task::getq to dequeue messages placed onto the message queue and process them concurrently. The getq method blocks until either a message is available on the message queue or the specified absolute timeout elapses. The blocking nature of getq allows the thread of a task to block and only wake up when theres work available on the message queue.

一个任务的svc挂钩可以使用ACE_Task::getq来出队消息和并发处理他们。getq方法阻塞直到在队列上有一个消息可用或者制定的超时发生。getq允许线程在惹任务中阻塞,仅在消息队列中有工作可作才被唤醒。

Hit , safe , care , if , always , pleased , visit , visitor , country , understand , interesting , back , slow , slowly , mistake , anything , take care , too…to , at last , at the head of , laugh at , cross , line , queue , hurt , waiting - room , hurt , in line , jump the queue , queue jumper

主从复合句的语调:从句在前,从句用升调,主句用降调;从句在后,主句用降调,从句也用降调。1 。熟悉掌握 must 的用法,并正确使用。

Print Queue Manager for Windows 2000 or - This application allows you to view print queue information for a computer and modify print jobs in the queue.

这个应用程序允许你察看打印队列信息来查找队列中的一个计算机和定义的打印工作。

Messages that are purged from the queue are lost; they are not sent to the dead-letter queue or the journal queue.

从队列清除的消息会丢失;它们不发送到死信队列或日记队列。

It brings up the method of calculating the length queue and evanesce time of queue, while the consideration to vehicles space length and followup car flow arriving in period of the red-light.

同时还提出了考虑排队时车辆空间长度以及后续车流到达情况下的红灯排队长度计算公式和车辆排队消散时间计算方法。

第1/100页 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Mr. You
Standing In A Queue
Good Arms Vs. Bad Arms
Arms Length Away
Les Mille Paillettes
Walls Are Coming Down
At Arms' Length
The Soul, The Roll And The Motion
He Dark The Sun
Black Tiles
推荐网络例句

A backer of an Afghan law that critics say legalizes marital rape has rejected the international outcry as foreign meddling.

饱受批评的一项法律的拥护者说合法化的婚内暴力不会受国际舆论的干涉。

Years ago, a ancient Egyptian fleet went to the Land of punt for seeking a kind of flavor named "myrrh", and aromatic plants which has dense exotic style for the queen Hatshepsut.

3500年前的一个古埃及的舰队到&彭特之地&寻找一种叫没药的香料。

I didn't tell him anything except that I needed the money.

我什么都没告诉他,只是说我需要钱。