-
使用python实现搜索和广深(人工智能)
本文介绍了搜索深度和宽度在人工智能中使用的发展。
在实现中使用了Python。
- 2022-04-19 19:55:02下载
- 积分:1
-
1维和2维快速傅里叶变换,网上广为流传的英文版本
1维和2维快速傅里叶变换,网上广为流传的英文版本-1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
- 2022-08-05 10:57:43下载
- 积分:1
-
It s a simple Parser That calculates mathematic operations.You give an input and...
It s a simple Parser That calculates mathematic operations.You give an input and it starts the calculation by showing you the parsing operation in real-time.
- 2022-10-05 22:30:02下载
- 积分:1
-
通过一系列的数据来预测和分析方法。ARMA算法
通过使用ARMA算法对一系列数据进行预测,并分析预测规律-ARMA algorithm by using a series of data to predict and analyze the prediction rule
- 2022-09-03 19:00:03下载
- 积分:1
-
bpsk解调
bpsk解调算法,比较好用,已经过测试 ,包含可执行程序,比较通俗易懂,适合初学者!!!!!!而且不是常见的matlab程序,是vc程序,用2005开发的。
- 2022-01-30 11:00:14下载
- 积分:1
-
粒子群算法
粒子群算法,gbest,和pbest,轻松实现,十分实用
- 2022-05-16 16:19:06下载
- 积分:1
-
国际象棋骑士遍历问题
国际象棋的骑士遍历也称跳马问题、马踏棋盘问题:在8*8方格的国际象棋棋盘上,从任意指定的方格出发,为象棋中的马寻找一条走遍棋盘每一格并且只经过一次的一条路径。程序从“深度优先”、“广度优先”两种算法思想入手,并设计了Java GUI界面,很好地展示了骑士遍历的过程。
- 2022-03-24 22:04:15下载
- 积分:1
-
学生的综合素质受多种因素影响,如何建立科学的评估体系是各大学多年来一直探索的问题。经
过分析各种因素建立了高校学生综合素质
模型,并对高校学生的综合素质...
学生的综合素质受多种因素影响,如何建立科学的评估体系是各大学多年来一直探索的问题。经
过分析各种因素建立了高校学生综合素质
模型,并对高校学生的综合素质进行科学地定性与定量分析,通
AHP
过模型计算表明:综合指数得出的结果能对学生的优点和弱点作出客观评价,有利于学生的全面发展,对当前进
行素质教育具有现实意义。-The overall quality of students affected by many factors, how to establish a scientific evaluation system of universities is to explore the issue has been. After analysis of various factors to establish a comprehensive quality model for college students and college students to carry out the comprehensive quality of qualitative and quantitative scientific analysis, Qualcomm AHP model calculations have shown that: composite index can be the result of the strengths and weaknesses of students to make objective evaluation, is conducive to the holistic development of students, carried out on the current quality of education has a practical significance.
- 2022-06-17 21:13:42下载
- 积分:1
-
Runge
龙格-库塔法是工程中常用的求解微分方程的一种方法.而且具有四阶精度,因此应用很广泛.改程序给出了其源代码.-Runge- Kutta method is commonly used in engineering solving a differential equation methods. But with four bands precision, it is widely used. Changed its procedures is the source code.
- 2022-05-18 08:57:06下载
- 积分:1
-
字母数字简写展开(例:a~d => abcd)
资源描述
输入一个字符串,将字母和数字 简写形式展开(例:a~d => abcd)
例如输入:hello a~d world 1~9 ok
输出:hello abcd world 123456789 ok
- 2022-07-14 14:13:45下载
- 积分:1