资源列表
排序选择:
[单片机(51,AVR,MSP430等)] high_speed_pcb_layout_design_manual
说明:高速PCB电路板设计指南,对设计高速电路板工程师有很大帮助-high-speed PCB design circuit boards guide for the design of high-speed circuit boards will be of great help engineers<ye jincai> 在 2025-10-17 上传 | 大小:224kb | 下载:0
[电子书籍] FAT16_flie_system_test_on_ARM_44B0
说明:在三星44B0开发板上的FAT16文件系统实现的源代码,开发板扩存储系统-44B0 development of the Samsung board of FAT16 file system to achieve the source code, development boards to expand storage system<ye jincai> 在 2025-10-17 上传 | 大小:127kb | 下载:0
[TCP/IP协议栈] UDPtest_for_ARM_44B0
说明:在ARM 44B0开发板上实验的的UDP数据报传输,可作为嵌入式系统进行网络通信的参考-on ARM development boards 44B0 experiment UDP datagram transmission, Embedded systems can be used as network communications reference<ye jincai> 在 2025-10-17 上传 | 大小:245kb | 下载:0
[文档资料] DemonstrationofRecedingHorizonControl(RHC)usingLMI
说明:Demostration of example 6.2: Constrained Receding Horizon Control Example retired from the book: Receding Horizon Control - Model Predictive Control for State Models published on 2007-03-28 -6.2 Demostration of example : Constrained to avoid ca<宏姬> 在 2025-10-17 上传 | 大小:3kb | 下载:0
[其他游戏] Soft20060207114840264
说明:小游戏 小游戏 小游戏 小游戏 小游戏-small game little game little game little game little game little game little game little game little game little game little game of small game small game little game of small game<> 在 2025-10-17 上传 | 大小:10kb | 下载:0
[uCOS开发] mbtcpd1.27
说明:lwip在ucos上的移植代码,硬件平台是LPC2138-lwip OUT on the transplant code, the hardware platform is LPC2138<wine> 在 2025-10-17 上传 | 大小:1.9mb | 下载:0
[数据结构常用算法] cfl
说明:上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Lan<wu> 在 2025-10-17 上传 | 大小:301kb | 下载:0
[数据结构常用算法] dicorder
说明:n个元素{1,2,…,n}有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。 给定n以及n个元素{1,2,…,n}的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 -n elements (1, 2, ..., n) n! Different permutations. This n! Arranged according to a lexicographic order, and numbered 0,<wu> 在 2025-10-17 上传 | 大小:131kb | 下载:0
[matlab例程] PerceptronLMSFeedForwardBackPropagationCharacterRe
说明:there are some newly released Neural Network Example Programs for Character Recognition, which based on Image Processing Toolbox,Neural Network Toolbox in MATLAB, which is quite informative for the beginners in Neural networks applicators-there are s<宏姬> 在 2025-10-17 上传 | 大小:12kb | 下载:0
[数据结构常用算法] stringcmp
说明:设A和B是长度相同的2个字符串。A和B的距离定义为相应位置字符距离之和。2个非空格字符的距离是它们的ASCII码之差的绝对值。空格与空格的距离为0;空格与其它字符的距离为一定值k。 字符串A的扩展是在A中插入若干空格字符所产生的字符串。在字符串A和B的所有长度相同的扩展中,有一对距离最小的扩展,该距离称为字符串A和B的扩展距离。 对于给定的字符串A和B,试设计一个算法,计算其扩展距离。 -Let A and B is the same length of two strings. A<wu> 在 2025-10-17 上传 | 大小:162kb | 下载:0