-
MSP430F5529实例程序
说明: 包括多个基本例程,ad,da,led,pwm(Intelligent tracking car)
- 2020-06-18 13:00:01下载
- 积分:1
-
AM23XX系统温湿度传感器51单片机串口显示程序
51单片机,AM23XX系列温湿度传感器串口显示温湿度数据,有需要者可以下载
- 2022-02-01 07:25:15下载
- 积分:1
-
Matrix矩阵运算
矩阵的乘法、加法、减法、数乘和转置。README 中有详细的介绍//=========================================================================================
/* Name: matrix.h
* Description: declare matrix addition, subtraction and multiplication and so on.
* Note: 参与运算和存储的数组元素类型必须为 matrix_t ,否则出错
* Author: Sun Hubing
* Date: 2018/5/3 - 2018/6/10
* Email: shbmmd@163.com
*/
//=========================================================================================
#ifndef MATRIX_H
#define MATRIX_H
typedef int matrix_t; // 矩阵元素的数据类型
typedef unsigned int uint; // 用来计数
/* 矩阵的行列相乘
* 如果矩阵 a 和 b 的行列不满足条件,返回NULL
* 如果c = NULL,则申请一块内存存储结果,否则存在 c 中
* Note: c 可以等于 a 或 b
*/
void *mul_matrix(const void *a, const void *b, void *c, uint a_row, uint a_col, uint b_row, uint b_col);
/* 矩阵的加法
* 如果参数非法,返回NULL
* 如果c = NULL,则申请一块内存存储结果,否则存在 c 中
* Note: c 可以等于 a 或 b
* 不检查a
- 2022-03-21 07:44:36下载
- 积分:1
-
TCP
TCP通讯程序
TCP通讯程序
包含客户端以及服务端(tcp program
tcp program
包含客户端以及服务端)
- 2009-05-05 22:31:09下载
- 积分:1
-
PMSM-28335-master
说明: permanent magnet synchronous machine
- 2021-02-19 15:50:18下载
- 积分:1
-
2DFFT
二维快速离散变换,可快速实现二维快速离散变换,不可多得的程序。(Two-dimensional fast discrete transform, can quickly realize two-dimensional fast discrete transform, a rare procedure.)
- 2008-07-23 18:22:23下载
- 积分:1
-
支持向量机应用示例
支持向量机(Support Vector Machine, SVM)是一类按监督学习(supervised learning)方式对数据进行二元分类(binary classification)的广义线性分类器(generalized linear classifier),其决策边界是对学习样本求解的最大边距超平面(maximum-margin hyperplane),属于机器学习方法比较高级的一种,被应用于风电、水电的模拟,黑箱模型,模拟效果较好
- 2019-03-20下载
- 积分:1
-
Continuum is an financial simulation program written in c# 2.0 winforms.
Continum是一个金融模拟程序,使用 C# 2.0 winform 编写。-Continuum is an financial simulation program written in c# 2.0 winforms.
- 2022-06-27 09:17:44下载
- 积分:1
-
非均匀有理B样条 第2版
非均匀有理B样条 第2版.pdf
NURBS理论经典书籍(The nurbs book(second edition)
NURBS Theory Classic Books)
- 2019-06-25 02:52:58下载
- 积分:1
-
caffe-windows
caffe架构相关资料 介绍在window环境下的相关开发(Caffe architecture related materials introduced in the window environment of the relevant development)
- 2020-06-20 03:40:01下载
- 积分:1