资源列表

« 1 2 ... .19 .20 .21 .22 .23 20424.25 .26 .27 .28 .29 ... 28523 »

[数据结构常用算法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

[数学计算/工程计算wavelet4

说明:VC小波算法2,高效率VC小波算法2,可以看到小波变换的细节。-VC wavelet algorithm 2, a highly efficient VC wavelet algorithm 2, we can see the details of wavelet transform.
<楚燕> 在 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

[数据结构常用算法sfyx

说明:算符优先文法的一个实现,编译原理课的作业-Operators realize the priority of a grammar, the compiler of the operating principle lesson
<李超> 在 2025-12-22 上传 | 大小:106kb | 下载:0

[matlab例程zishiying

说明:这是在国外某网站上下的一些自适应信号处理的源程序,希望对做算法的人提供一些帮助。
<徐振华> 在 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

[数值算法/人工智能ACM

说明:是计算机专业的学生好东西,对于向c++及c方面发展的学生,这是美国acm编程大赛的算法,很有好处-Computer Science students is a good thing, for to c++ And c aspects of the development of students, this is the United States acm programming contest algorithms, very good
<杨毅> 在 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
« 1 2 ... .19 .20 .21 .22 .23 20424.25 .26 .27 .28 .29 ... 28523 »

源码中国 www.ymcn.org