Welcome![Sign In][Sign Up]
Location:
Search - IK

Search list

[Other1773

Description: 求最长公共子系列的长度问题 若给定序列X={x1,x2,…,xm},则另一序列Z={z1,z2,…,zk},是X 的子序列是指存 在一个严格递增下标序列{i1,i2,…,ik}使得对于所有j=1,2,…,k 有:zj=xij.例如,序列 Z={a,b,f,c}是序列X={a,b,c,f,b,c}的子序列,相应的递增下标序列为{1,2,4,6}。给定2 个序列X 和Y,当另一序列Z 既是X 的子序列又是Y 的子序列时,称Z 是序列X 和Y 的公共 子序列.给定2 个序列X={x1,x2,…,xm}和Y={y1,y2,…,yn},找出X 和Y 的最长公共子序 列. 分析: 设系列X={x1,x2,…,xm}和Y={y1,y2,…,yn}的最长公共子序列为Z={z1,z2,…,zk} , 则 (1)若xm=yn,则zk=xm=yn,且zk-1 是xm-1 和yn-1 的最长公共子序列. (2)若xm≠yn 且zk≠xm,则Z 是xm-1 和Y 的最长公共子序列。 (3)若xm≠yn 且zk≠yn,则Z 是X 和yn-1 的最长公共子序列。 由最长公共子序列问题的最优子结构性质建立子问题最优值的递归关系。用c[i][j]记录序 列Xi 和Yj 的最长公共子序列的长度。其中, Xi={x1,x2,…,xi};Yj={y1,y2,…,yj}。当 i=0 或j=0 时,空序列是Xi 和Yj 的最长公共子序列。故此时C[i][j]=0。
Platform: | Size: 996734 | Author: rcponder | Hits:

[Special EffectsIK

Description: 本代码采用反向动力学制作一个简单机器人手臂,去够指定的点。-the reverse dynamics code used to produce a simple robot arm to the designated point enough.
Platform: | Size: 1077 | Author: wangxing | Hits:

[Other resourceZuiChangGongGongZiXuLie

Description: 问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。
Platform: | Size: 7982 | Author: 陈文浩 | Hits:

[Other resourcequartation

Description: IK 的求解算法,采用数值分析的方法直接计算,很方便,很实用
Platform: | Size: 173149 | Author: 吴子朝 | Hits:

[Other resourcekinem_INV

Description: 另一种的IK求解演示程序,数值分析的方法,对很多情况很实用
Platform: | Size: 43857 | Author: 吴子朝 | Hits:

[CSharp存储管理

Description: 存储管理 存储将指令序列变换成为页地址流 设:①页面大小为IK; ②用户内存容量为4页到32页; ③用户虚存容量为32K。 在用户虚存中,按每K存放10条指令排列虚存地址,即320条指令在虚存中的存放方式为:-storage management storage instruction sequences will transform into page-based address : IK page size; user memory capacity of 4 to 32; users virtual memory capacity of 32K. The user virtual memory, storage per 10 K instructions with virtual memory address, that is 320 orders in the virtual memory storage methods :
Platform: | Size: 3533 | Author: 周博 | Hits:

[WEB CodeIK-diaryv2.5hh

Description: 这是一款韩国的经典日记系统!! 界面优美,管理方便!! 运行:php+mysql-This is a classic Korean diary system. ! Beautiful interface, easy management! ! Running : php mysql
Platform: | Size: 384451 | Author: 阿飞 | Hits:

[OS program最长公共子序列

Description: 最长公共子序列: 序列Z=是序列X=的子序列,相应的递增下标序列为。 一般地,给定一个序列X=,则另一个序列Z=是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。
Platform: | Size: 885172 | Author: duongminhdien | Hits:

[SourceCode继电器控制

Description: 实验电路如图25,按虚线连接电路:CLK0接1MHz,GATE0,GATE1,接+5V,OUT0接CLK1,OUT1接PA0,PC0接继电器驱动电路的开关输入端Ik。继电器常开触点串联一个220V灯泡,接交流220V。编程使用8253定时,让继电器周而复始的闭合5秒钟(指示灯灯亮),断开5秒钟(指示灯灯灭)
Platform: | Size: 611 | Author: xiaoxiongweini | Hits:

[CSharp存储管理

Description: 存储管理 存储将指令序列变换成为页地址流 设:①页面大小为IK; ②用户内存容量为4页到32页; ③用户虚存容量为32K。 在用户虚存中,按每K存放10条指令排列虚存地址,即320条指令在虚存中的存放方式为:-storage management storage instruction sequences will transform into page-based address : IK page size; user memory capacity of 4 to 32; users virtual memory capacity of 32K. The user virtual memory, storage per 10 K instructions with virtual memory address, that is 320 orders in the virtual memory storage methods :
Platform: | Size: 3072 | Author: 周博 | Hits:

[WEB CodeIK-diaryv2.5hh

Description: 这是一款韩国的经典日记系统!! 界面优美,管理方便!! 运行:php+mysql-This is a classic Korean diary system. ! Beautiful interface, easy management! ! Running : php mysql
Platform: | Size: 384000 | Author: 阿飞 | Hits:

[Other1773

Description: 求最长公共子系列的长度问题 若给定序列X={x1,x2,…,xm},则另一序列Z={z1,z2,…,zk},是X 的子序列是指存 在一个严格递增下标序列{i1,i2,…,ik}使得对于所有j=1,2,…,k 有:zj=xij.例如,序列 Z={a,b,f,c}是序列X={a,b,c,f,b,c}的子序列,相应的递增下标序列为{1,2,4,6}。给定2 个序列X 和Y,当另一序列Z 既是X 的子序列又是Y 的子序列时,称Z 是序列X 和Y 的公共 子序列.给定2 个序列X={x1,x2,…,xm}和Y={y1,y2,…,yn},找出X 和Y 的最长公共子序 列. 分析: 设系列X={x1,x2,…,xm}和Y={y1,y2,…,yn}的最长公共子序列为Z={z1,z2,…,zk} , 则 (1)若xm=yn,则zk=xm=yn,且zk-1 是xm-1 和yn-1 的最长公共子序列. (2)若xm≠yn 且zk≠xm,则Z 是xm-1 和Y 的最长公共子序列。 (3)若xm≠yn 且zk≠yn,则Z 是X 和yn-1 的最长公共子序列。 由最长公共子序列问题的最优子结构性质建立子问题最优值的递归关系。用c[i][j]记录序 列Xi 和Yj 的最长公共子序列的长度。其中, Xi={x1,x2,…,xi};Yj={y1,y2,…,yj}。当 i=0 或j=0 时,空序列是Xi 和Yj 的最长公共子序列。故此时C[i][j]=0。-err
Platform: | Size: 996352 | Author: rcponder | Hits:

[Data structsZuiChangGongGongZiXuLie

Description: 问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。-Description of the problem sequence is Z =
Platform: | Size: 8192 | Author: 陈文浩 | Hits:

[3D Graphickinem_INV

Description: 另一种的IK求解演示程序,数值分析的方法,对很多情况很实用-Another demonstration of the IK solving procedures, numerical analysis method is very useful for many
Platform: | Size: 44032 | Author: 吴子朝 | Hits:

[Algorithmlongest

Description: Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8). -Problem B: Longest Ordered SubsequenceA numeric sequence of ai is ordered if a1 <a2 <... <aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 <i2 <... <iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, eg, ( 1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, eg, (1, 3, 5, 8).
Platform: | Size: 1024 | Author: hzf | Hits:

[Windows Developlander

Description: 简单IK解算DEMO,2D. 是IK入门的好代码.-2D IK slover
Platform: | Size: 500736 | Author: starpoll | Hits:

[SCMflash_cs4_help

Description: FlashCS4刚发布不久现在里面用的是AS3竟然有ik和3D的一些东西..里面的整体结构也发生了改变要学习这些东西 看看本书吧-flashCS4 is a new software I thought you can use this book study this software this book is so cools
Platform: | Size: 5359616 | Author: vsked | Hits:

[CSharpzixulie

Description: 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。 你的任务是:给定2个序列X、Y,求X和Y的最长公共子序列Z。 -Sequence Z = <B,C,D,B> Is a sequence X = <A,B,C,B,D,A,B> Sub-sequences, the corresponding increment subscript sequence " 2,3,5,7" . In general, given a sequence X = <x1,x2,…,xm> , Another sequence Z = <z1,z2,…,zk> Is a sub-sequence of X is defined as the existence of a strictly increasing sequence of < i1,i2,…,ik> subscript such that for all j = 1,2, ..., k so that the first j elements in Z and X in the zj first ij the same elements. Given two sequences X and Y, when another sequence Z is X is Y sub-sequence of sub-sequences, that Z is a sequence of X and Y of the common sub-sequence of. Your task is: given two sequences X, Y, seeking X and Y of the longest common subsequence Z.
Platform: | Size: 881664 | Author: | Hits:

[Speech/Voice recognition/combine2028

Description: OTOMATİ K KONUŞ MA TANIMA ALGORİ TMALARININ UYGULAMALARI Kö ksal Ö CAL Ankara Ü niversitesi Fen Bilimleri Enstitüsü Elektronik Mühendisliğ i Anabilim Dalı Danı ş man : Yrd. Doç . Dr. H. Gö khan İ LK Bu ç alı ş mada, SMM (Saklı Markov Model) tabanlı izole bir kelime tanı ma sistemi geliş tirilerek, sesin akustik parametreleri LPC (Linear Predictive Coding), LPCC (LPC Cepstrum), CEPS (Ayrı k Fourier dö nüş ümü tabanlı cepstrum) ve MFCC (Mel Frequency Cepstral Coefficients) ‘nin konuş macı dan bağ ı msı z konuş ma tanı ma sistemlerindeki performansları değ erlendirilmiş tir. Değ iş ik akustik parametrelerle birlikte değ iş ik S-OTOMATİ K KONUŞ MA TANIMA ALGORİ TMALARININ UYGULAMALARI Kö ksal Ö CAL Ankara Ü niversitesi Fen Bilimleri Enstitüsü Elektronik Mühendisliğ i Anabilim Dalı Danı ş man : Yrd. Doç . Dr. H. Gö khan İ LK Bu ç alı ş mada, SMM (Saklı Markov Model) tabanlı izole bir kelime tanı ma sistemi geliş tirilerek, sesin akustik parametreleri LPC (Linear Predictive Coding), LPCC (LPC Cepstrum), CEPS (Ayrı k Fourier dö nüş ümü tabanlı cepstrum) ve MFCC (Mel Frequency Cepstral Coefficients) ‘nin konuş macı dan bağ ı msı z konuş ma tanı ma sistemlerindeki performansları değ erlendirilmiş tir. Değ iş ik akustik parametrelerle birlikte değ iş ik SMM
Platform: | Size: 1241088 | Author: strike | Hits:

[matlabSignals_Systems_MATLAB

Description: Won Y. Yang · Tae G. Chang · Ik H. Song · Yong S. Cho · Jun Heo · Won G. Jeon · Jeong W. Lee · Jae K. Kim Signals and Systems with MATLAB
Platform: | Size: 7352320 | Author: nclk | Hits:
« 1 23 4 5 »

CodeBus www.codebus.net