英语人>网络例句>representation module 相关的网络例句
representation module相关的网络例句

查询词典 representation module

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

Firstly, the thesis introduced the development of VOD, the background and meaning of the program, then the author introduced the associated technology, mainly including the feature of multimedia, video compression technology and the protocols SCTP and RTP. Considering the ambulant of host , fluctuation of bandwidth,high error rate data in wireless networks ,the author proposed some QoS strategy in the wireless networks such as RTP/SCTP protocol stack , connection control of the server, two buffers in the client end point.,TFC congestion control algorithms ,etc. Based these strategies, the team members gives the software and hardware solution of the wireless video-on-demand system and gives the main modules design of the software system. The system adopted the C/S structure including two parts: server and client ,using the Mpeg-2 which is apporiate for networks as the supported format. The thesis emphatically researches on the video-serving module of the server and the sink module, player module of client.

本文首先介绍了视频点播系统的发展现状、课题的研究背景和意义;接着对课题的相关技术进行概述主要包括了多媒体特点,压缩技术,传输协议SCTP以及RTP;针对无线环境的节点移动性,带宽波动性,数据错误率高等三大特点,作者研究设计了无线环境下的QoS策略:RTP/SCTP协议栈,服务器准入控制机制,客户端双缓冲区,TFRC拥塞控制机制等;在这些策略的基础上设计了系统的软硬件解决方案,并对软件体系结构的主要模块进行了设计,整个视频点播系统采用C/S结构,由服务器,客户端2个部分组成,使用适合网络传输的流媒体格式Mpeg-2作为系统支持的格式,文中重点研究了服务器的视频服务模块以及客户端的接收模块和播放器模块,并利用线程池技术对系统进行实现。

Then, combined with the implementation of Arc Tangent function, FFT algorithm, Differential Positioning algorithm, and telecommunication module, the general proposal of algorithm module implementation is presented, and the design methods of practical algorithm module implementation is proposed, together with instances illustrating the advantage of standard algorithm modules.

接着,论文结合北斗用户机研制工作中开发反正切函数、FFT、广域差分算法、指挥机电文通信模块等算法模块的设计实例,归纳出算法模块实现的通用方案和实用化规范算法模块设计方法,并以若干案例说明搭建规范化算法模块的优势。

Next, we discuss the relations between left quasi-dual bimodules and left dual-bimodules, we obtain that a left quasi-dual bimodule is a left dual bimodule if it satisfies one of the following conditions: sM is minimal injective and MR is a M-minimal injective kasch-module; MR is a M-minimal injective kasch-module and for any two ideals LI and L2 ofSS rM(L1 n L2)-rw(L1)+rM(I2); sM is minimal injective and for any two submodules A and B of MR,Lastly, we applicate the quasi-duality on smash product algebra R#H, and obtain an answer of the semiprime problem, i.e., let H be a finite-dimensional semisimple Hopf algebra and R be an H-module algebra, if R is left quasi-dual and semiprime, then R#H is semiprime.

我们得到:一个左拟对偶双边模如果满足下列条件之一,则它将成为一个左对偶双边模:_sM是单内射的并且M_R是一个M-单内射kasch-模;M_R是一个M-单内射kasch-模并且对_sS的任意两个理想,有r_M(L_1∩L_2)=r_M(L_1)+r_M(L_2);_sM是单内射的且对M_R的任意两个子模,有l_s=l_s+l_s。2 在第2.3节中我们将拟对偶性应用于smash积代数R#H,部分解决了半素问题。

If you wish to promote code from a module to a package, for example, to break a large module out into several smaller files, the accepted way to do this is to promote from within the module. For example

如果你想把一个模块升级为一个包(例如:为了将一个很大的模块分隔为多个较小的文件),使用"导入模块"进行升级是一个较好的方法,下面是一个例子

At last, the system started evaluation calculation after selecting the composition operator; the evaluation control module constructed the fuzzy subjection matrix, obtained the weight and then transferred both of them to calculation module; calculation module used the corresponding composite algorithm, finished fuzzy composite operation.

最后选择合成算子,启动评估计算,评估控制模块将构造模糊隶属度矩阵和提取指标权重传递给评估计算模块,评估计算模块根据相应的合成算法,完成模糊合成运算。

Company is mainly engaged in automation and control products (string-based industrial data acquisition and control interface cards, serial 8 ~ 24 Road multifunction relay controller, I / V conversion module, etc.), monitoring equipment (Intelligent Comptroller General Instrument, etc.), constant current , constant-voltage products, the surface of school non-destructive testing products (indicator magnetic properties, metal defect diagnosis module, a new generation of intelligent digital display module) and the metal magnetic memory testing product development, sales and after-sale repair Service.

公司主要从事自动化控制产品(串型接口工业数据采集控制卡、串行8路~24路多功能继电器控制器、I/V转换模块等),监控设备,恒流、恒压产品,表面学无损检测产品(磁特性指示仪、金属缺陷诊断模块、新一代智能数字显示模块)以及金属磁记忆检测产品的研发、销售和售后维修服务。

The method gives attention to the different characteristics of motion compensation module, deblock filter module and display module, and enhances DDR SDRAM's interface efficiency by fully reducing the time delay of non-read/write commands.

该方法兼顾运动补偿模块、去块效应滤波模块和显示模块的不同需求特点,通过充分减少DDRSDRAM非读写命令的额外延时,达到较高的存储器接口效率。

The data transformation platform is designed in accordance with modularization, which masks the access from upper application by data wrapping module and submits DataSet objects to upper application. DataSet exchange module finishes heterogeneous data exchange by using XML capsulation of DataSet. For the synchronization process of heterogeneous data, it uses table trigger and Updates Information Table to capture change from source database table. The Update Information Table keeps the DML statements operated on tables which need to be synchronized. In the course of synchronization, synchronization module extracts DML operation field from Regenerate Information Table DataSet. At last, it updates the table fields of destination database by using command object.

数据转换平台的实现采用模块化设计,通过数据包装模块屏蔽上层应用对数据库的访问和将包装好的数据集对象提交给上层应用来实现,数据转换模块利用DataSet对XML的封装完成底层异构数据的交换;在异构数据同步的处理上,采用触发器结合更新信息表的方式获取源数据库上表内容的变化,更新信息表保存作用在同步表上的DML语句,然后在同步的过程中利用数据转换平台的同步模块对更新信息数据集中的DML操作字段进行数据抽取,最后通过命令对象将变化更新到目的数据库的表字段中。

According to characteristic of parallel mechanism and the different control rule between traditional NC machine and parallel NC machine , the CNC system with open modular architecture has been set up. Because the software module and hardware module have been designed based on standardization and diversification, the deviser can set up system with different module such as building block.

根据并联实验平台的结构特点以及它与传统机床控制规律的不同,本文采用开放式、模块化体系结构建造数控系统,在标准化与多样化的基础上设计了软、硬件模块,这样就可以通过加减配置不同的模块来构造数控系统,实现系统"积木式"的集成。

The topic in view of the existing technique level, the main factors, which influence the measurement precision of the large scale test system, are analyzed in this paper, and the solutions improving the precision are put forward.1 using the multi-channel independent AC to transfer DC module, the power supply of the digit part and the simulation part is discerption, reducing the crosstalk between the digital signal and the simulated signal;2The feedback self-checking module is constructed by singlechip compositive 16 high accuracy A/D , established a closed-loop control system through this module and improved system's overall precision effectively.

本课题针对现有的技术水平,分析了影响大型检测系统测量精度的主要因素,提出了提高精度的具体方案和办法:1采用了多路独立交流转直流模块,数字部分与模拟部分分开供电,减小了数字信号与模拟信号之间的串扰。2利用单片机集成的16位高精度A/D构建了反馈自检模块,通过该模块建立了一个闭环控制系统,有效地改善了系统的整体精度。

第14/100页 首页 < ... 10 11 12 13 14 15 16 17 18 ... > 尾页
相关中文对照歌词
Behold The Christ
Big Bang
The Jean Genie
Break Ya Loccs
Mighty God
Les Amoureux De L'an Deux Mille
In The Beginning
New Money
Behind Bars (Dum Ditty Dum Mix)
Deth Starr
推荐网络例句

For the head-teacher of the class said that I had seriously broken the school rules,which led me to a three-day suspend class.

为什么呢?因为我的班主任说我严重的违反了校规,于是让我停课三天。

Many of them believe that the conversion of thousands of working-class folk in England spared that nation from the mass carnage and the tyranny that came with the revolution in France.

他们之中有许多人相信,在英国数以千计的劳工阶级之悔改信主使英国免於遭受如法国大革命所造成的大屠杀和专制暴政。

The popular Gawker network of news and gossip sites was shut down by a similar attack on Monday.

周一,深受欢迎的新闻与八卦网站Gawker也因为类似的攻击而瘫痪。