-
小游戏贪吃蛇代码
设计出一个算法,贪吃蛇小游戏怎么做出来的,利用C++语言编写,代码简单,很容易看懂,function [p,ff] = oct3bank(noi);
pi = 3.14159265358979;
Fs = 500000; %1/(t(2)-t(1)); % Sampling Frequency
N = 3; % Order of analysis filters.
%f=[1.00 1.25 1.60 2.00 2.50 3.15 4.00 5.00 6.300 8.00]
ff=[20 25 31.5 40 50 63 80 100 125 160 200 250 315 400 500 630 800 1000 1250 1600 2000 2500 3150 4000 5000 6300 8000 10000 12500 16000]
%ff = ((2^(1/3)).^[0:19]); % Exact center freq.
p = zeros(1,30);
% Design filters and compute RMS powers in 1/3-oct. bands
- 2022-03-14 23:12:20下载
- 积分:1
-
this progam calculates the optimum laser p owers at different rod lengths
this progam calculates the optimum laser powers at different rod lengths-this progam calculates the optimum laser p owers at different rod lengths
- 2023-09-06 19:35:03下载
- 积分:1
-
in Turbo C development environment and achieve symmetric matrix input, and to de...
在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the input module of arbitrary non-singular matrix inversion. Inverse algorithm adjoint matrix method, used to solve determinant of the upper triangular matrix. The algorithm is based on my "Linear Algebra" to describe the preparation, the biggest band Matrix will be able to arbitrarily amend, more versatile.
- 2023-01-02 15:05:03下载
- 积分:1
-
这是关于支持向量机SVM的例子,实用多多,大家可以看一下
这是关于支持向量机SVM的例子,实用多多,大家可以看一下-on support vector machines SVM example, practical arrangement, we can look at the
- 2022-07-21 20:06:42下载
- 积分:1
-
TSP的蚁群算法
从一个网站借得了它了。在这篇文章中,我们研究解决知名旅行推销员的可能性问题 (TSP),它的范围之间 NP 难问题,并提供一种实现理论一些用于解决这一问题的方法的概述。蚁群算法优化 (ACO),其中属于集团的进化技术和提出了求解 tsp 问题的蚁群算法应用程序中使用的方法。我们考虑研究的影响通过实施这种算法的一些控制参数。它基本上是一个基于 GUI 代码和 alos 它可以采取 TSP 或它的页可以甚至随机生成它提供几个参数给出。
- 2023-04-08 15:10:03下载
- 积分:1
-
图像处理
这是一个C语言的开发包。这些代码来源于一本相关的书籍,里面主要是一些已经开发好了的代码。包括.cpp文件,。h文件,是图像处理中最基本的一些算法和思想。里面有对代码的介绍和解释。十分适合新手学习。
- 2023-03-01 16:50:08下载
- 积分:1
-
常用、经典算法及讲解
常用、经典算法及讲解-commonly used, and on the classical algorithm
- 2023-03-03 21:25:03下载
- 积分:1
-
使用java写的大量有用算法,可以下载观看比较xuexi!
使用java写的大量有用算法,可以下载观看比较xuexi!-use of a large number of useful algorithms can be downloaded to compare xuexi!
- 2022-05-13 04:35:15下载
- 积分:1
-
kruskal algorithm
该算法基于贪心方法。使用了该算法
- 2022-01-26 03:44:28下载
- 积分:1
-
深度人工智能
机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。它是人工智能的核心,是使计算机具有智能的根本途径,其应用遍及人工智能的各个领域,它主要使用归纳、综合而不是演绎。
- 2022-06-30 17:21:30下载
- 积分:1