查询词典 function code
- 与 function code 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
This module is not only suit for decoding a concatenated code with non RSCs as its constituent codes, but also it can provide soft information output of both codeword and information bits, so it can be applied to decoding a Turbo code and joint detection and decoding. Taking into consideration serial and parallel concatenated Turbo code, the author proposes a combined code, with 2 outer codes and 2 inner cods as its constituent codes, i.e., 2×2 Woven code.
本文的第三章研究编码技术,在前人研究成果的基础上,为了模块化地对此级联码进行迭代译码,提出了一种模块化的软输入软输出四端口处理模块,此模块可用来处理非RSC卷积码为子码的级联码,并且可以提供码字和信息比特的软信息输出,是一种模块化很强的处理模块,可用于传统的Turbo码的迭代译码,尤其在迭代均衡和迭代检测的系统中并把它运用到B3G的系统设计中。
-
In chapter three, the author studies channel coding and decoding techniques, that is Woven codes. On the basis of other researchers'results, the author presents a four-port soft input and soft output module, in order to facilitate iterative decoding process of concatenated codes. This module is not only suit for decoding a concatenated code with non RSCs as its constituent codes, but also it can provide soft information output of both codeword and information bits, so it can be applied to decoding a Turbo code and joint detection and decoding. Taking into consideration serial and parallel concatenated Turbo code, the author proposes a combined code, with 2 outer codes and 2 inner cods as its constituent codes, i.e., 2×2 Woven code.
本文的第三章研究编码技术,在前人研究成果的基础上,为了模块化地对此级联码进行迭代译码,提出了一种模块化的软输入软输出四端口处理模块,此模块可用来处理非RSC卷积码为子码的级联码,并且可以提供码字和信息比特的软信息输出,是一种模块化很强的处理模块,可用于传统的Turbo码的迭代译码,尤其在迭代均衡和迭代检测的系统中并把它运用到B3G的系统设计中。
-
Aimed at the problem of bar-code stick on big size product in product line, brought out the method of bar-code stick using industry robot, developed the equipment of vacuum bar-code attractor and CDT clamp. The design were analyzed of control system, gas driving system and software. And the methods to realize the system were described in detail using robot、bar-code Scanner、bar-code printer、industry computer and sensor.
针对大尺寸产品生产线在线贴标问题,提出采用工业机器人贴标的方法,研制了真空吸标装置和显像管定位夹具,给出控制系统、气动系统和软件系统的设计,详细阐述系统综合应用机器人、条码扫描器、条码打印机、工业计算机和传感器的实现方法。
-
The program is divided into five blocks: the main function, contracting keys function, numbers and decimal memory function, processing function, the value function, display function,rest function and positive and negative function.
将程序分为五个模块:主函数、判键函数、数字和小数点存储函数、运算处理函数、求值函数、显示函数、正负和清零处理函数。
-
The actual byte-compiled code as a code object is one attribute belonging to a function. Along with the code object, a function's attributes also consist of the administrative support that a function requires, including its name, documentation string, default arguments, and global namespace.
事实上代码对象是函数的一个属性)一个函数除了有代码对象属性以外,还有一些其它函数必须的属性,包括函数名,文档字符串,默认参数,及全局名字空间等等。
-
I do not feel, whole grand, name or agree data structure, function, variably readable code annotate is done not have namely originally necessary contrary, to CAPI part, documentation specification is very complete Yawl keeps the problem that is not you, allegedly Matz also admits very sodden: hear of for the first time, give a source Potian writes Yawl to keep the problem that is not you, allegedly Matz also admits very sodden: hear of for the first time, give a source there is this title on the slide that Matz had made a speech 2003, but rot with code seeming is two different matters, garbled. Http://www.rubyist.net/~matz/slides/rc2003/mgp00003.htmlhttp://www.rubyist.net/~matz/slides/rc2003/mgp00004.html this is all PPThttp://www.rubyist.net/~matz/slides/rc2003/index.html Potian writes code annotate to be done not have namely originally necessary contrary, to CAPI part, documentation specification is very complete " code annotate does not have necessary " this kind of word is very arrogant still.
我不觉得,整个宏、数据结构、函数、变量的命名还是一致可读的代码注释本来就是没有必要的相反,对于CAPI部分,文档说明非常完整 yawl 写道不是你的问题,据说matz也承认很烂:)第一次听说,给个出处 potian 写道yawl 写道不是你的问题,据说matz也承认很烂:)第一次听说,给个出处2003 年 matz 做过一个讲演的幻灯片上有这个标题,但是跟代码烂好像是两回事,断章取义了。http://www.rubyist.net/~matz/slides/rc2003/mgp00003.htmlhttp://www.rubyist.net/~matz/slides/rc2003/mgp00004.html这是全部 PPThttp://www.rubyist.net/~matz/slides/rc2003/index.html potian 写道代码注释本来就是没有必要的相反,对于CAPI部分,文档说明非常完整"代码注释没有必要"这种话还是很牛的。
-
Based on the idea of type systems, this paper reengineers a new set of type expressions and a type system for machine code of Intel/x86s infrastructure Although machine language program is a binary untyped code, types of its registers and memory exist implicitly in semantics of instructions The type inferring algorithm built on type systems can statically infer safety of the machine code The machine language discussed includes some of important characters, such as jumps, function call, return, and so on, and shows that the approach can be applied to type checking for low level code of other infrastructures
根据类型系统思想,为Intel/x86体系结构的机器语言重新定义了类型表达式并建立一套类型系统机器语言代码虽然是一种无类型的二进制编码,但其类型信息被隐含在指令的操作语义中,利用建立在类型系统基础之上的类型推理算法可以静态地推理机器代码的安全性由于所讨论的机器语言包含了跳转、函数调用和返回等主要指令,因此,这种静态检查方法可广泛应用于其他体系结构的低级语言代码的检查中
-
At the beginning of this thesis, the author gives the definition and the equivalent definition of convex function, and then proves the equivalent relationship between them. Secondly the author proposes the decision theorem of convex function which provides a judgment basis of whether a function is a convex function. Thirdly the author summarizes and proves the convex function's operational, basic, differential and integral property. Finally the author proves several famous convex function inequalities, such as Jensen inequality, Holder inequality, Cauchy inequality. The author also provides the application of these inequalities and illustrates the importance of convex function's basic inequality and integral property in the proving process.
本文开始给出了凸函数的定义及等价定义,并证明了它们之间的等价关系;接着提出了凸函数的判定定理,对一个函数是否是凸函数提供判断依据;然后对凸函数的运算性质、基本性质、微分性质、积分性质四个方面的性质进行了总结,并给予了证明;最后证明了凸函数的几个著名不等式詹森不等式、赫尔德不等式、柯西不等式,给出了这几个不等式的一些应用实例,并举例说明凸函数的基本性质和积分性质在不等式证明过程中的重要作用。
-
At the beginning of this thesis, the author gives the definition and the equivalent definition of convex function, and then proves the equivalent relationship between them. Secondly the author proposes the decision theorem of convex function which provides a judgment basis of whether a function is a convex function. Thirdly the author summarizes and proves the convex function's operational ,basic , differential and integral property. Finally the author proves several famous convex function inequalities, such as Jensen inequality, Holder inequality, Cauchy inequality and Minkowski inequality. The author also provides the application of these inequalities and illustrates the importance of convex function's basic inequality and integral property in the proving process.
本文开始给出了凸函数的定义及等价定义,并证明了它们之间的等价关系;接着提出了凸函数的判定定理,对一个函数是否是凸函数提供判断依据;然后对凸函数的运算性质、基本性质、微分性质、积分性质四个方面的性质进行了总结,并给予了证明;最后证明了凸函数的几个著名不等式詹森不等式、赫尔德不等式、柯西不等式和闵可夫斯基不等式以及这几个不等式的应用,并举例说明凸函数的基本性质和积分性质在不等式证明过程中的重要作用。
-
The linear function applicable scope is broad, when the reservoir turnover water volume and the time, the student leaves the staircase mouth population and the time and the time and the motion communication speech spends the comparison and so on the relational question has the important application;The study linear function, may deepen in the life the linear question understanding and the understanding, is helpful in solves some simple function problem; The linear function some problem solving method has the universality in mathematics, the linear function related theory may use for to solve some other mathematics problem, For instance the dual linear equation group, a Yuan inequality, a Yuan quadratic equation most value question and some complex mathematics question, the light is studies the linear function the theory is insufficient, the key is can utilize actual the linear function goes is our final goal.
一次函数的适用范围广,在蓄水池的进出水量与时间、学生出楼梯口人数与时间与时间和移动通讯的话费比较等的关系问题时均有重要的应用;学习一次函数,可以加深生活中线性问题的认识与理解,有助于解决一些简单的函数问题;一次函数的一些解题方法在数学中具有普遍性,一次函数的有关理论可以用来解决一些其它的数学问题,比如二元一次方程组、一元一次不等式、一元二次方程的最值问题及一些复杂的数学问题,光是学习一次函数的理论是不够的,关键是能把一次函数运用到实际中去才是我们最终的目的。
- 相关中文对照歌词
- Episodes
- Function
- I Solemnly Swear
- Area Code 229
- Function At The Junction
- Code 4 Love
- Function
- Rebel Code
- Crack The Code
- Run
- 推荐网络例句
-
Many will continue to choose to live in duality and in conflict.
许多人将继续选择活在二元对立性和冲突中。
-
I find that students of the University of Physical Education all wear sportswear at first sight.
我发现:体育大学的学生乍一看,都是穿运动衣,大家都一样
-
I love singing, but I don't want to take it as my lifelong career.
我喜欢唱歌,但我还不愿意把它当作我的终身职业。