资源列表

« 1 2 ... .76 .77 .78 .79 .80 15581.82 .83 .84 .85 .86 ... 28522 »

[数据结构常用算法Stack-processing-data

说明:编写三个函数;主函数、进栈函数、出栈函数。 主函数定义并初始化堆栈,用一个循环,由用户输入对堆栈的操作要求,进栈、出栈或结束操作。 进栈函数在数据进栈前要测试堆栈是否已满,如果已满,则输出提示,告知堆栈已满并取消本次进栈操作;如果未满,将数据进栈并修改栈顶指示器。 出栈函数在数据前要测试堆栈是否已空,如果已空,则输出提示,告知堆栈已空并取消本次出栈操作;如果为空,将栈顶出栈并修改栈顶指示器。数据出栈应将其输出到屏幕。 . -Stack processing data
<林树屏> 在 2025-08-28 上传 | 大小:1kb | 下载:0

[数学计算/工程计算LeastSquare20110722

说明:1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
<zbj> 在 2025-08-28 上传 | 大小:315kb | 下载:0

[数据结构常用算法test

说明:约瑟夫问题 设有n个人站成一圈,每个人有不同的编号i(1≤i≤n)。从编号为1的人开始按顺时针方向“1,2,3,4…”循环报数,数到m的人出列,然后从出列者的下一个人重新开始报数,数到m的人又出列,如此重复进行,直到n个人都出列为止。约瑟夫问题是:对于任意给定的n个人的原始排列顺序和m值,求出n个人的出列顺序。 例如,当8个人的原始排列顺序为 1 2 3 4 5 6 7 8 并且m=4时,其出列顺序为 4 8 5 2 1 3 7 6 -Documents and S
<段磊> 在 2025-08-28 上传 | 大小:1kb | 下载:0

[matlab例程weiji

说明:文吉尼亚密码的破解和一些算法,供密码学使用-Man Genia password cracking and some of the algorithms used for cryptography
<马汉> 在 2025-08-28 上传 | 大小:1kb | 下载:0

[matlab例程GA

说明:遗传算法,分为个7个子函数:分别为编码、解码、选择、交叉、变异、目标函数和总调用。有详细的注释。-Genetic algorithm, into a seven sub-functions: respectively, encoding, decoding, selection, crossover and mutation, the objective function and the total calls. There are detailed notes.
<pan> 在 2025-08-28 上传 | 大小:3kb | 下载:0

[matlab例程facedetection

说明:matlab人脸识别,智能识别人脸,应用于检测识别人脸-matlab face recognition, smart face recognition, face detection and recognition applied
<杨涛> 在 2025-08-28 上传 | 大小:1kb | 下载:0

[matlab例程simple-code

说明:bpsk bit and symbol generation
<Shoaib> 在 2025-08-28 上传 | 大小:1kb | 下载:0

[matlab例程weinalvboqi

说明:维纳滤波器和一般滤波器的设计以及信号通过滤波之后的比较-Wiener filter and the general filter design and the comparison signal after filtering
<马汉> 在 2025-08-28 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法bp

说明:这是一个神经网络的例子,有注释,适合初学者-neuron network in matlab
<zhenli> 在 2025-08-28 上传 | 大小:1kb | 下载:0

[matlab例程MATLABP7.0User-Mannual

说明:Matlab学习的经典教程,有40多章,非常详细,从入门到精通-matlab study document
<elvis> 在 2025-08-28 上传 | 大小:4.48mb | 下载:0

[人工智能/神经网络/遗传算法classification-of-speech

说明:BP神经网络的数据分类-语音特征信号分类-BP neural network data classification- classification of speech signal characteristics
<zhenli> 在 2025-08-28 上传 | 大小:368kb | 下载:0

[人工智能/神经网络/遗传算法nonlinear-systems

说明:BP神经网络的非线性系统建模-非线性函数拟合-BP neural network modeling of nonlinear systems- non-linear function fitting
<zhenli> 在 2025-08-28 上传 | 大小:48kb | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 15581.82 .83 .84 .85 .86 ... 28522 »

源码中国 www.ymcn.org