资源列表
[数据结构常用算法] expression
说明:需求分析 (1) 任何一个表达式都是由操作数、运算符和界限符组成的,我们称之为单词. (2) 表达式求值首先要符合四则运算规则: ① 先乘除,后加减 ② 从左到右进行运算 ③ 先括号内,后括号外 (3) 功能实现: ① 若当前单词为数字串,则压入数值栈 ② 若当前单词为运算符并大于运算栈的栈顶符号,则进栈 ③ 若当前单词为运算符并等于运算栈的栈顶符号,去括号,输出 ④ 若当前单词为运算符并小于运算栈的栈顶符号,则进行运算 -Needs analysis<马巧英> 在 2025-12-22 上传 | 大小:106kb | 下载:0
[数据结构常用算法] linklistreverse
说明:链表倒置操作演示程序,是数据结构中的基本演示程序之一。-List inversion operation and demonstration of procedures, data structures, one of the basic demo.<meteor> 在 2025-12-22 上传 | 大小:106kb | 下载:0
[matlab例程] DetectionOfLicensePlate
说明:matlab车牌定位的源文件,简单实用! Detection of License Plate-matlab license plate location of the source file, simple and practical! Detection of License Plate<likeus> 在 2025-12-22 上传 | 大小:106kb | 下载:0
[数学计算/工程计算] Max-IntMax-MinMin-Min
说明:极小 算法(Min-Min)、极大极小算法(Max-Min)、最大时间跨度算法(Max-Int)三种典型的映射算法的算法原理以及计算程序-Minimal algorithm (Min-Min), max-min algorithm (Max-Min), maximum time-span algorithm (Max-Int) three typical mapping algorithm and the algorithm of the calculation program<fuhaijun> 在 2025-12-22 上传 | 大小:106kb | 下载:0
[数值算法/人工智能] perfect_random
说明:完美随机数的实现 , 以类封装随机数的实现 , 随机数的产生不会出现重复 , 程序只是简单实现 , 有待改进 .-Perfect realization of the random number to class encapsulates the realization of random numbers, random numbers generated will not be any duplication, the program simply realize, could be impr<zhang> 在 2025-12-22 上传 | 大小:106kb | 下载:0
[人工智能/神经网络/遗传算法] psoyh
说明:这是对粒子群Pso优化算法介绍,PDF电子档-This is a particle swarm optimization algorithm PSO Introduction, PDF electronic file<Jesse Chen> 在 2025-12-22 上传 | 大小:106kb | 下载:0
[人工智能/神经网络/遗传算法] HandIdentifyRate
说明:BP神经网络手写体识别。BMP图像训练后,进行识别率的计算-BP neural network handwriting recognition. BMP image training, recognition rate for the calculation of<zhaoqi> 在 2025-12-22 上传 | 大小:106kb | 下载:1
[数学计算/工程计算] The_E-M_Algorithm
说明:The E-M Algorithm 統計算法-The EM Algorithm statistical algorithm<schubert> 在 2025-12-22 上传 | 大小:106kb | 下载:0