-
矩阵运算的类,可以方便地进行矩阵加,减,乘等运算。
矩阵运算的类,可以方便地进行矩阵加,减,乘等运算。-matrix calculation of categories, and convenient for the matrix, plus or minus, by other operators.
- 2022-08-09 18:12:50下载
- 积分:1
-
C #基础
用于程序员基本
- 2022-10-21 13:55:04下载
- 积分:1
-
basic huffman code, visual c
basic huffman code, visual c-basic huffman code, visual c++
- 2022-03-16 14:22:58下载
- 积分:1
-
几个算法程序,如矩阵算法
几个算法程序,如矩阵算法-several algorithms procedures, such as matrix algorithm
- 2022-04-23 22:53:55下载
- 积分:1
-
UKF matlab生成C语言
这个代码是有一个外国人写的,主要讲的是ukf的实现。#include
#include
#include "FreeRTOS.h"
#include "kalman.h"
#include "matrix.h"
/*
* ukf_filter_new
*/
ukf_filter
ukf_filter_new(unsigned int state_dim,
- 2022-01-31 17:15:52下载
- 积分:1
-
leetcode部分算法源码
本人编写的leetcode部分算法源码,为了下载matlab程序,上传了。。。。。。。。。。。。。。。
- 2022-01-31 09:42:08下载
- 积分:1
-
C # SVM识别分类模式识别
应用背景这是支持向量机(SVM)的C #代码。从互联网上下载我。它的分类和模式识别是非常有用的。我相信如果你正在学习人工智能机还是有很大的帮助。这是一个GUI软件以及包括源代码。关键技术在机器学习, ; ; 支持向量机(SVM,也; ;支持向量网络)是 ;监督学习 ; 模型与相关的学习算法; ;,数据分析和模式识别,用于分类 ; ;和 ;回归分析。给定一组训练样本,每个标记为属于两个类别之一,训练一个SVM算法建立模型,分配新的实例为一类或其他,是一种非概率 ;二元 ;线性分类器。支持向量机模型是一个代表性的例子,空间中的点,将使单独的类的实例被明显的差距,尽可能宽。新的实例映射到相同的空间和预测属于一类基于差距落在哪边。
- 2022-02-04 00:22:25下载
- 积分:1
-
数字序列的编辑器
你现在要实现一个针对于数字序列的编辑器。
初始的时候,序列是空的。
在之后,有以下五种操作:
I x 在光标之后插入x
D 删除光标之前的数字
L 将光标向左移动,如果已经在最左,则不移动
R 将光标向右移动,如果已经在最右,则不移动
Q k 假设光标之前的序列是{a1, a2,...,an}, 定义Si=a1+a2+...+ai,此时输出满足1
- 2023-08-28 10:40:03下载
- 积分:1
-
单个文件在以下链接是可用的:
Individual files are available in the following links:
Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order.
Bessik -- Modified Bessel function In and Kn for real argument and integer or real order.
CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order.
CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order.
-Individual files are available in the following links: Bessjy- Bessel functions Jn and Yn for real argument and integer or real order. Bessik- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik- Modified Bessel functions Iv and Kv for complex arguments and real order.
- 2022-04-29 03:27:40下载
- 积分:1
-
一致性算法验证
分布性一致性算法的Isabella验证 we introduce a novel Broadcast-Free Algorithm that solves Consensusproblem in the presence of a Weak-Fairness property and an unreliablefailure detector -property, in asynchronous distributed systems, and later itsformal verication. The Broadcast-Free Algorithm Model is dened as a globaltransition system that is unambigously generated by local transition rules. At thesystem run, the algorithm model attempts involves two concepts : one to systemrun represents a innite computation and one to asynchronous communicationbetween processes without Broadcast.
- 2022-01-25 17:35:22下载
- 积分:1