-
矩阵乘法是线性代数运算中最常见的运算,它在科学研究以及工程开发中都具有举足轻重的作用,提高其运算的效率是很多大型的学术研究中的内容,这边论文是分析主要的两个矩阵...
矩阵乘法是线性代数运算中最常见的运算,它在科学研究以及工程开发中都具有举足轻重的作用,提高其运算的效率是很多大型的学术研究中的内容,这边论文是分析主要的两个矩阵乘法算法.-Linear algebra matrix multiplication is the most common operation, it is in scientific research and engineering development have a decisive role in raising the efficiency of its operations for many large academic research of the contents of papers here is to analyze the main two a matrix multiplication algorithm.
- 2023-05-04 23:35:03下载
- 积分:1
-
two polynomial is the Euclid algorithm, namely polynomial for the two majors.
就是两个多项式的欧几里得算法,即求两个多项式的最大公约数。-two polynomial is the Euclid algorithm, namely polynomial for the two majors.
- 2022-12-24 12:30:04下载
- 积分:1
-
放苹果-递归算法
用递归算法求解把m个苹果放入n个盘子总共有多少种放法。很简单的程序,从屏幕输入两个参数,
一个为苹果个数,第二个为盘子个数。然后enter返回结果。
- 2022-01-25 15:55:46下载
- 积分:1
-
四轴四元数姿态滤波算法MadgwickAHRS和原理说明
资源描述文件包含软件源码和PDF原理说明、使用说明。此算法包含陀螺仪和加速度计数据融合、地磁传感器数据融合。
- 2022-01-26 02:27:14下载
- 积分:1
-
使用MFC的多项式计算完毕,很值得看,但也乐…
使用MFC完成多项式的计算,很值得一看,也是学习数据结构的好程序-use MFC polynomial complete the calculation, it is worth looking at, but also learn from the data structures the program
- 2023-07-15 23:15:08下载
- 积分:1
-
poj2528 的代码
poj2528 代码。关于北大acm的题解,关于线段树的算法。这是一道经典的线段树的题目,另外加上离散化的方法。由于题目中最大10000000,直接线段树无疑会大大超出内存限制,所以要对其离散化,基本做法是:先对所以端点坐标进行排序,用相应序号代替端点坐标构造线段树进行计算。
- 2022-08-24 02:30:43下载
- 积分:1
-
遗传算法图像分割,利用遗传算法进行图像分割
遗传算法图像分割,利用遗传算法进行图像分割-Genetic algorithm image segmentation, image segmentation using genetic algorithm
- 2022-03-22 21:49:42下载
- 积分:1
-
Blackjack C语言实现
用C语言实现blackjack游戏
游戏规则如下(法语)
La partie oppose tous les joueurs contre la banque. Le but est de battre le croupier sans dépasser
21 (voire la valeur des cartes ci-après). Dès qu’un joueur fait plus que 21, il est éliminé de la
partie. La valeur des cartes est établie comme suit :
– de 2 à 10 : valeur nominale de la carte ;
– chaque figure : 10 points ;
– l’As : 1 point ou 11 points au choix du joueur.
Un Blackjack est composé d’un As et d’une carte ayant pour valeur 10 (10, Valet, Daome ou
Roi). Cependant, si le joueur atteint les 21 points en 3 cartes ou plus on compte 21 points et non
pas Blackjack.
Au début de la partie le croupier distribue une carte face visible à chaque joueur et tire une
- 2022-01-25 22:14:08下载
- 积分:1
-
实现一个投票功能
输入投票的人名,实现记票功能,最后调试代码,功能均已实现。可以实现每个候选人的投票数,以及无效票数
- 2022-01-26 01:14:28下载
- 积分:1
-
车载诊断源码
关于OBD原理和诊断仪相关源码,包括详细的连接说明,对OBD系统开发以及诊断仪开发有很大的启发,希望与大家多多交流!!
- 2022-07-06 23:21:20下载
- 积分:1