m序列的概念、产生原理、方法、性质和运用,了解m序列的框图、仿真波形,学会对m序列的仿真设计.
上传时间: 2014-01-21
上传用户:梧桐
The FatFs/Tiny-FatFs module is opened for education, reserch and development. fat file.You can use, modify and republish it for personal, non-profit or profit use without any limitation under your responsibility.
标签: development Tiny-FatFs education reserch
上传时间: 2013-11-29
上传用户:wcl168881111111
一个模糊控制的m文件,可供模糊控制爱好者参考,程序可按需要作相应修改。希望大家共同进步,谢谢!
标签: 模糊控制
上传时间: 2015-11-29
上传用户:开怀常笑
一个数字PID控制的matlab的m文件,希望能够与各位控制领域的朋友多多交流,以求共同进步!
上传时间: 2013-12-24
上传用户:天诚24
这是一个dan_gu_chun_hanliangguji.rar(胆固醇含量估计)的m文件,请各位高手多多指教!
上传时间: 2015-11-29
上传用户:nanfeicui
介绍了基于87C52 微控制器和SA 8381 型PWM 产生芯片实现的SPWM 型单相逆变电源的全数字化控制系 统。详细说明了该逆变电源系统的原理构成和主电路原理。简要说明了M ITEL 公司的新型SA 8381 带微处理器接口的可编 程SPWM 波形发生器的引脚功能、内部框图及工作原理, 说明了他的技术特点、应用范围等, 并给出了逆变电源系统程序 框图及控制回路程序流程, 软件编程情况。
上传时间: 2014-08-15
上传用户:youmo81
图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5])=[5,3] w(3,[4,5,6])=[5,6,4] w(4,6)=2 w(5,6)=6 [a,b]=mintreek(n,w)
上传时间: 2015-11-30
上传用户:dreamboy36
NITRO FILE SYSTEM NFS即NDS上的文件系统文件之一
上传时间: 2015-12-01
上传用户:l254587896
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)
标签: Sometimes the contents desire
上传时间: 2013-12-25
上传用户:playboys0
The Disk sample is used with Classpnp.sys as disk driver. The sample supports Plug and Play, Power Management, WMI, and failure prediction (S.M.A.R.T.), and it is 64-bit compliant.
标签: sample The Classpnp supports
上传时间: 2014-12-06
上传用户:bjgaofei