Welcome![Sign In][Sign Up]
Location:
Search - nk.n

Search list

[Communicationldpc_distr

Description: LDPC码是Low Density Parity-check Codes的缩写,一个长为N的LDPC码由它的校验矩阵H来定义,该矩阵的特点是其中的元素0特别多,1特别少——即所谓的“低密度”。一个参数为(N,i,j)的H表示该矩阵中每列有i个1,每行有j个1,矩阵大小为N×K,N代表码字长度,K代表校验子的个数。 -LDPC code is the ab. of Low Density Parity-check Codes. A Length N LDPC is defined by its H matrix. The matrix has many zeros and few ones. which called \"low density\". An H matrix has a parameter as (N,i,j) express that it is the matrix which has i s 1 in each column ,j s one in each row, the size of the matrix is N*K,the N is the code word length ,k is the number of the checks.
Platform: | Size: 625205 | Author: 姚中华 | Hits:

[Communicationldpc_distr

Description: LDPC码是Low Density Parity-check Codes的缩写,一个长为N的LDPC码由它的校验矩阵H来定义,该矩阵的特点是其中的元素0特别多,1特别少——即所谓的“低密度”。一个参数为(N,i,j)的H表示该矩阵中每列有i个1,每行有j个1,矩阵大小为N×K,N代表码字长度,K代表校验子的个数。 -LDPC code is the ab. of Low Density Parity-check Codes. A Length N LDPC is defined by its H matrix. The matrix has many zeros and few ones. which called "low density". An H matrix has a parameter as (N,i,j) express that it is the matrix which has i s 1 in each column ,j s one in each row, the size of the matrix is N*K,the N is the code word length ,k is the number of the checks.
Platform: | Size: 624640 | Author: 姚中华 | Hits:

[MPIK-meanCluster

Description: How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments. -How the K-mean Cluster workStep 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (Nk) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3. Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4. Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.
Platform: | Size: 2048 | Author: yangdi | Hits:

[Othersingingsequence

Description: N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。任务是,已知所有N位同学的身高,计算最少需要几位同学出列,可以使得剩下的同学排成合唱队形-N students stand in a row, music teachers have to ask them (NK) students out of which the remaining students K chorus line formation. Task is known to students of all N-bit height, the calculation would need at least a few students out, you can make the rest of the students chorus line formation
Platform: | Size: 13312 | Author: 谭晓彤 | Hits:

[Otherxunhuanma

Description: 循环码的编码和译码算法。有两种编码器:K级和n-K级。配有译法算法。输入生成多项式或校验多项式,输入信息,就能得到编码输出。-Cyclic code encoding and decoding algorithm. There are two encoder: K-class and class nK. With a translation algorithm. Input to generate checksum polynomial or polynomial, input information, they will have the encoded output.
Platform: | Size: 471040 | Author: zhan | Hits:

[Windows CEROMDump

Description: 用EVC编写。实现将CE内核压缩成NK.NB0文件。可以通过DUMPROM程序解压出来-Prepared using EVC. To achieve the CE kernel NK.NB0 compressed file. DUMPROM decompression procedures can be adopted by
Platform: | Size: 1502208 | Author: wangzhenhua | Hits:

[Windows Develop4

Description: 将正整数n表示成一系列正整数之和:n=n1+n2+…+nk,其中n1≥n2≥…≥nk≥1,k≥1。 正整数n的这种表示称为正整数n的划分。求正整数n的不同划分个数。 例如正整数6有如下11种不同的划分: 6; 5+1; 4+2,4+1+1; 3+3,3+2+1,3+1+1+1; 2+2+2,2+2+1+1,2+1+1+1+1; 1+1+1+1+1+1。-Positive integer n will be expressed as the sum of a series of positive integers: n = n1+ n2+ ...+ nk, of which n1 ≥ n2 ≥ ... ≥ nk ≥ 1, k ≥ 1. Positive integer n such that n is called the division of positive integer. For positive integer n the number of different division. Positive integer 6, for example, the following 11 kinds of different division: 6 5+1 4+2,4+1+1 3+3,3+2+1,3+1+1+1 2+2+ 2,2+2+1+1,2+1+1+1+1 1+1+1+1+1+1.
Platform: | Size: 1024 | Author: yuecuiping | Hits:

[Wavelettest1

Description: 在某个音乐厅内,原始音频信号的回音由于墙壁和天花板等的反射而产生,听众所感受到的音频信号是 和它的回音的合成。令y(n)=x(n)+ax(n-k),其中x(n)=cos(0.3pin)+0.5cis(0.6pin),a=0.1,k=50.产生100个样本,使用Matlab工具,求出其自相关,从中观测确定a和k. -In a concert hall, the original audio signal echo the walls and ceilings due to the reflection of such production, the audience felt the audio signal is and its echo synthesis. So that y (n) = x (n)+ ax (nk), where x (n) = cos (0.3pin)+0.5 cis (0.6pin), a = 0.1, k = 50. Generate 100 samples, using Matlab tools, find the self-related, from observation to determine a and k.
Platform: | Size: 1024 | Author: miaomiao wang | Hits:

[matlabRBFNN

Description: Three function for RBF neural network, using OLS,Rand and SGA function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol) p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數 t 為目標輸出值,1×K矩陣 tol 為指定容忍度或正確率 centers選定中心點,N×nc矩陣 sigma為 ? 值 W為輸出層權重,nc×1矩陣 yh為網路輸出值,1×K矩陣 rmse 為目標輸出值與網路輸出值之RMSE-Three function for RBF neural network, using OLS,Rand and SGA function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol) p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數 t 為目標輸出值,1×K矩陣 tol 為指定容忍度或正確率 centers選定中心點,N×nc矩陣 sigma為 ? 值 W為輸出層權重,nc×1矩陣 yh為網路輸出值,1×K矩陣 rmse 為目標輸出值與網路輸出值之RMSE
Platform: | Size: 2048 | Author: aaronwu | Hits:

[Software EngineeringPermanentmagnetsynchronousmotordirecttorquecontrol

Description: : 文章根据永磁同步电机的数学模型和直接转矩控制的基本原理, 设计了一种基于T MS 3 2 0 F 2 8 1 2的 全数字化直接转矩控制系统。首先利用MA T L A B软件对直接转矩控制系统进行建模和仿真, 得到电流、 转速、 转矩以及磁链的仿真波形, 然后对 系统进行实验研究。-t:Ac c o r d i ng t o t h e ma t h e ma t i c a l mo d e l o f Pe r ma ne n t M a g n e t S y nc h r o no u s M o t o r a n d pr i nc i pl e o f Di r e c t To r q ue Co n t r o l S y s t e m.a Di g i t a l DTC c o n t r o l s ys t e m b a s e d o n DS P TM s 3 2 0F 28 1 2 i s pr o po s e d i n t hi s pa pe r ,Fi rs t l y,t h e mod e l i ng a n d s i mu l a t i o n o f t h e c o n t r o l s ys t e m a r e i nt r o d u c e d b a se d o n M ATL AB/ S I M ULI NK.I t i s s h o we d t h a t t he s ys t e m Wa s de s i g n e d r i g h t l y.Th e n t h e c o n t r o l s ys t e m C a n b e e x pe r i me n t e d . Ke y wo r d s:d i re c t t o r q ue c o n t r o l ;pe r ma n e n t ma g n e t s yn c h ro n o u s mo t o r ; DS P
Platform: | Size: 189440 | Author: 张国辉 | Hits:

[Windows Developdumpromy

Description: 将wince的nk.nb0中文件导出的代码,修正了时间戳的BUG,导出的DLL都可以查看符号表-Will wince' s nk.nb0 export files in the code, amending the timestamp BUG, exported DLL can view the symbol table
Platform: | Size: 17408 | Author: 王帆 | Hits:

[JSP/JavaCodejia.com_661c22bcd8a66c20f06f9faaddb10144

Description: Struts新闻管理系统学习版: 8 L* ]2 ]& B0 Q- t5 a2 jStruts新闻管理系统学习版说明 " z o r. n7 g1 u9 {. [5 i& x & f k! F y/ ]+ T1.本程序为学习struts的朋友提供一个例子。" I) w8 R9 z w( c3 ? : ?7 y1 K) J& R! {3 a( T8 c1 a2.本程序部分实现AJAX功能,采用DWR框架。( h X+ M l, C7 X k( ]: z( f2 v5 e* J3.程序运行环境为MYECLIPSE 5.0 + TOMACT 5.5 + ORACLE 9i7 m ]5 a+ T9 ^0 p8 B5 e9 _ l9 v( q $ B: ` w* b k- P 4.配置说明:将lib目录下的commons-pool-1.2.jar,commons-dbcp-1.2.jar,ojdbc14.jar复制到TOMACT目录下的COMMON下的LIB目录中。 9 e, g8 n k X6 e H q$ h) K$ k- ^( \2 M 5.登陆用户名:test密码为空。-Struts News Management System Learning Edition: 8 L*] 2] & B0 Q-t5 a2 jStruts News Management System Learning Help " z o ' r. n7 g1 u9 {. [5 i & x & fk! F y /]+ T1. This process of learning struts friends provide an example. " I) w8 R9 z ' w (c3?:? 7 y1 K) J & R! {3 a (T8 c1 a2. implement AJAX functionality in this part of the program, using DWR framework. (h ' X+ M l, C7 X k (]: z (f2 v5 e* J3. running environment for MYECLIPSE 5.0+ TOMACT 5.5+ ORACLE 9i7 m' ] 5 a+ T9 ^ 0 p8 B5 e9 _ l9 v (q $ B: `w* b k-P 4. configuration instructions: The lib directory of the commons-pool-1.2.jar, commons-dbcp-1.2.jar, ojdbc14.jar copied to TOMACT directory COMMON LIB directory under. 9 e, g8 nk X6 e H q $ h) K $ k-^ (\ 2 M 5. Login Username: test password is blank.
Platform: | Size: 4976640 | Author: 对心锁爱 | Hits:

[Windows DevelopAMESimandvalve

Description: 在 AMES i m环境下建立了立柱用安全阀的仿真模型并进行仿真,得出了立柱在顶板快速下沉时, 安全阀溢流时阀芯的运动曲线和阀口的压力及流量曲线。通过分析仿真结果可知适当增加弹簧的刚度,可减小阀芯的振荡, 实现安全阀的动态特性优化。-Abstrac t : In t he AMESi m env ironment , this arti c le estab lish the si m ulati on m ode l of pressure re lief v alve by the co l um n and si m ula ti on , t he co l um n reached the roo f i n the rapid s i nk i ng , receive the va l ve e l em ents m ove m ent curve and curve o f them outh o f the pres  s ure and flo w curves w hen the pressure re lief va lve is overflo w ed . By ana l y zi ng the results o f t he si mu lati on sho w s the appropr i a te i n crease i n the stiffness o f the spr i ng , can reduce the o sc illation of t he spoo , l to achieve t he opti m iza tion o f pressure re lief va l ve dyna m i c nature .
Platform: | Size: 480256 | Author: lgx | Hits:

[JSP/Javacommon

Description: 本代码是从电信CRM系统中分离出的页面脚本代码,是公共脚本,包括很多页面相关的函数定义、、值得参考-源语言: 菲律宾语 允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 Běn dàimǎ shì cóng diànxìn CRM xìtǒng zhōng fēnlí chū de yèmiàn jiǎoběn dàimǎ, shì gōnggòng jiǎoběn, bāokuò hěnduō yèmiàn xiàng guān de hánshù dìngyì,, zhídé cānkǎo 将中文译成英语 中文(简体) 英语 日语 The code is separated from the telecom CRM system out of the pages in script code, the script is public, including many pages related to the function definition, it is also useful
Platform: | Size: 35840 | Author: huatouzhu | Hits:

[Browser Client582211webbrowserAutomationsrc

Description: 多进程浏览器,防止软件假死,内存泄露等 共大家参考-多进程浏览器,防止软件假死,内存泄露等 共大家参考 允许输入拉丁字符的拼音请键入文字或网站地址,或者上传文档。 取消 Duō jìnchéng liúlǎn qì, fángzhǐ ruǎnjiàn jiǎsǐ, nèicún xièlòu děng Gòng dàjiā cānkǎo将中文译成英语 中文(简体)英语日语Multi-process browser to prevent suspended animation software, memory leaks, etc. Of your reference
Platform: | Size: 231424 | Author: 唐继承 | Hits:

[Scannernetscan

Description: 网络编程核心代码,端口扫描程序源代码,适合网络开发人员,欢迎下载学习,提出宝贵建议,共同进步! -网络编程核心代码,端口扫描程序源代码,适合网络开发人员,欢迎下载学习,提出宝贵建议,共同进步! 源语言: 中文 允许输入拉丁字符的拼音请键入文字或网站地址,或者上传文档。 取消 Wǎngluò biānchéng héxīn dàimǎ, duānkǒu sǎomiáo chéngxù yuán dàimǎ, shìhé wǎngluò kāifā rényuán, huānyíng xiàzài xuéxí, tíchū bǎoguì jiànyì, gòngtóng jìnbù!中文(简体)英语日语Alpha Network programming core code, port scan source code for web developers are welcome to download the study, valuable suggestions, and common progress!
Platform: | Size: 52224 | Author: ben | Hits:

[GUI Developeasy-CPP

Description: VC++的入门书籍,很容易上手,简单易学又可以深刻理解,进入VC++中级阶段。-ChineseTranslate text or webpage VC++的入门书籍,很容易上手,简单易学又可以深刻理解,进入VC++中级阶段。 Translate from: Chinese Allow phonetic typingType text or a website address or translate a document. Cancel VC++de rùmén shūjí, hěn róngyì shàngshǒu, jiǎndān yìxué yòu kěyǐ shēnkè lǐjiě, jìnrù VC++zhōngjí jiēduàn.EnglishSpanishArabicAlpha Introductory books on VC++, it is easy to use, easy to learn but also a deep understanding of, into the VC++ intermediate stage.
Platform: | Size: 1992704 | Author: 沙鸥 | Hits:

[SCMperfect-version

Description: 基于单片机的平板平衡系统工程文件 通过步进电机精确控制平板平衡,达到题目设计要求 2011年电子设计竞赛本科组-基于单片机的平板平衡系统工程文件 通过步进电机精确控制平板平衡,达到题目设计要求 2011年电子设计竞赛本科组 请键入文字或网站地址,或者上传文档。 取消 Jīyú dānpiànjī de píngbǎn pínghéng xìtǒng gōngchéng wénjiàn Tōngguò bù jìn diànjī jīngquè kòngzhì píngbǎn pínghéng, dádào tímù shèjì yāoqiú 2011 Nián diànzǐ shèjì jìngsài běnkē zǔ “”的用法示例:由 Google 自动翻译英语中文(简体)日语Alpha Microcontroller-based Tablet balance system engineering documents Tablet is precisely controlled by a stepping motor balance and achieve the subject design requirements 2011 Electronic Design Contest undergraduate group
Platform: | Size: 43008 | Author: alliswall | Hits:

[assembly languageS

Description: 过世界杀软保护,可以无声开启3389端口,并添加hacker$密码为393214425的账户-请键入文字或网站地址,或者上传文档。 取消 Guò shìjiè shā ruǎn bǎohù, kěyǐ wúshēng kāiqǐ 3389 duānkǒu, bìng tiānjiā hacker$mìmǎ wèi 393214425 de zhànghù “”的用法示例:由 Google 自动翻译中文(简体)英语日语 Too world kill soft protection, can silent open 3389 port and add the hacker $ password 393214425 Account
Platform: | Size: 1024 | Author: blackie | Hits:

[Software EngineeringLTE--RLC-layer-AM-transmission

Description: 针对 3 G PP最新发布的 LTE ( l o n g t er m evol u t i on ) R e l ease 8 标准, 研究了 LTE 空中接口协 议栈无线 链路控 制 ( ra d i o l i nk con t ro, l RLC ) 的子层确认 ( ac kn o w l e d ged m o d e , A M ) 传输模式的 设计与实 现机制。主要介 绍了 L TE 无 线接入网空中接口协议 栈的结构, 详细阐述了空中接口协 议栈中 RLC的 A M 数据传 输模式的 运行原理, 最 后根据 协议设计了一种具体在 协议栈软件中实现 A M 传输模式的方法。3 GP P L T E 协议栈 RL C 层 AM 传输-For 3 G PP Recently LTE (longt ER m eVol UTI on) R EL Ease 8 standard LTE air interface protocol stack of a radio link control (ra dioli nk con t ro, l RLC) sub-layer acknowledgment (ac kn owled ged mode, AM) Design and implementation of mechanisms for transfer mode. Mainly introduces L TE air interface of radio access network protocol stack structure, elaborated on the principle of operation of the air interface protocol stack, the data transmission mode of the RLC AM Finally, according to the protocol design a specific AM transmission implemented in the protocol stack software mode method. Of 3 GP PLTE protocol stack RL C layer AM transmission
Platform: | Size: 653312 | Author: cindy | Hits:
« 12 »

CodeBus www.codebus.net