资源列表
[压缩解压] Upload_EZW128
说明:本程序实现了一个Embedded Zerotree Wavelet Codec,对图像进行嵌入式零树编码的小波压缩。-the realization of an Embedded EZW Wavelet Codec , the image is embedded zerotree wavelet compression coding.<麦田> 在 2025-06-25 上传 | 大小:14kb | 下载:0
[matlab例程] stepchar
说明:求系统的时域性能指标的函数,给定系统的数学模型,即可通过该函数计算系统的超调量、峰值时间、调整时间和上升时间,经测试非常好用。-system for the time-domain performance of the function, given the mathematical model, This function can be calculated by the overshoot, the peak time, adjusting time and rise time, the t<why> 在 2025-06-25 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] annccode
说明:神经网络c源码, c写的BP神经网络源码,比较小,但是结构很条理,精简。-neural network c source code, write c BP neural network source, relatively small, but the structure is coherent, concise.<肖武> 在 2025-06-25 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] 374
说明:一堆的神经网络c程序集合,包括BP,HOPFIELD等-heap of the neural network c pool procedures, including BP, Hopfield, etc.<肖武> 在 2025-06-25 上传 | 大小:263kb | 下载:0
[数学计算/工程计算] matlabcodesofIterativeMethodsforLinearandNonlinear
说明:This folder contains all the codes based on Matlab Language for the book <《Iterative Methods for Linear and Nonlinear Equations》, and there are totally 21 M files, which can solve most of linear and nonlinear equations problems. -This folder conta<宏姬> 在 2025-06-25 上传 | 大小:24kb | 下载:0
[人工智能/神经网络/遗传算法] TravelingSalesmanProblemwithGeneticAlgorithm
说明:this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checki<宏姬> 在 2025-06-25 上传 | 大小:4kb | 下载: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-06-25 上传 | 大小: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-06-25 上传 | 大小: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-06-25 上传 | 大小: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-06-25 上传 | 大小:162kb | 下载:0
[数据结构常用算法] timetable
说明:一台精密仪器的工作时间为 n 个时间单位。与仪器工作时间同步进行若干仪器维修程序。一旦启动维修程序,仪器必须进入维修程序。如果只有一个维修程序启动,则必须进入该维修程序。如果在同一时刻有多个维修程序,可任选进入其中的一个维修程序。维修程序必须从头开始,不能从中间插入。一个维修程序从第s个时间单位开始,持续 t个时间单位,则该维修程序在第s+t-1个时间单位结束。为了提高仪器使用率,希望安排尽可能少的维修时间。 -a precision instrument for the time n time<wu> 在 2025-06-25 上传 | 大小:91kb | 下载:0