-
期望最大化MLE算法(MLE.m)
期望最大化MLE算法(MLE.m)
- 2021-05-06下载
- 积分:1
-
game2048
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int table[16]={0},Score=0,Max_number=0;
bool allprint=true;
int&at(int* pn,int x,int y=-1,bool rev=false){
return rev?(~y?pn[x*4+y]:pn[x]):(~y?pn[y*4+x]:pn[x]);
}
bool canMove(int* pn,int direction){
for(int i=0,sum=0;i
- 2023-08-08 02:35:03下载
- 积分:1
-
LED BLINKING
LED闪烁项目作为一个启动和定义端口的一个基本程序
- 2022-08-06 21:20:02下载
- 积分:1
-
f28335_closeloop3_ticcs
f28335适用的三相逆变器的一个简单闭环程序(A Simple Closed-Loop Program for Three-Phase Inverter Applicable to f28335)
- 2019-04-18 11:17:17下载
- 积分:1
-
H7440H_应用手册_20181206
H7440芯片数据手册,有需要的朋友可以下载(H7440datasheet,Need friends can downloadv)
- 2020-06-19 06:20:01下载
- 积分:1
-
Esp 潜行者
一个简单的方法,对 writestalker 秘籍 !
学分和她︰
双 V
WasserEsser
TeamGamerFood
哔叽
- 2022-01-29 00:08:51下载
- 积分:1
-
IFFT
源程序为快速傅里叶逆变换,可以修改输入数据(Inverse fast Fourier transform)
- 2017-03-17 10:33:31下载
- 积分:1
-
czpy
LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式,融合了自组织和有导师监督的技术,学习方法是竞争的,但(LVQ (Learning Vector quantization) algorithm: it is an extended form of supervised learning of Kohonen, which combines self-organizing and supervised techniques. The learning method is competitive, but the)
- 2018-08-03 20:57:24下载
- 积分:1
-
Project4_BallmanFord
(图论)实现负权重转换(Bellman-Ford)
对于输入的任何一个拓扑(部分边的权重为负),要求变换网络中边的权重,任意两节点间的最短路不变,输出变换后各边权重。如果网络中存在负环,程序要有报警功能。算法主体写在CGraph类中((Graph theory) to achieve negative weight conversion (Bellman-Ford) to the input of any topology (some edge weight is negative), requiring transform the network edge weights between any two nodes of the shortest path unchanged, the output transform each edge weights. If the negative loop exists in the network, the program should alarm function. Algorithms written in CGraph class body)
- 2020-08-03 17:48:35下载
- 积分:1
-
水木清华程序在C代码生成器
水木清华关于C++Builder程序的代码
-SMTH procedures on the C code Builder
- 2022-04-01 16:18:11下载
- 积分:1