-
1
说明: Education matlab Language with c practical examples
- 2014-02-18 17:29:56下载
- 积分:1
-
远程TreeView的Windows资源管理器的仿真
简单的远程TreeView的Windows资源管理器的仿真。客户、服务器和连接客户端的监控。写在C++,MFC
- 2023-07-18 09:35:03下载
- 积分: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
-
2
说明: opencv经典教程源代码,希望对大家有帮助( opencv classic tutorial source code, we hope to
)
- 2012-02-29 20:05:41下载
- 积分:1
-
arp
在windows平台下的一个ARP程序,有些安装VC++软件不完整的可能不包含部分同文件,Iphlpapi.h可以下载后放进include文件夹下面即可,通过程序帮助理解协议的本身(In a windows platform ARP procedures, and some installation VC++ Incomplete software may not contain some of the same document, Iphlpapi.h can be downloaded into the folder include the following can, through the procedure to help understand the agreement itself)
- 2008-04-15 09:08:34下载
- 积分:1
-
kalaman
kalman filter program...extended kalman filter
- 2011-05-22 03:23:06下载
- 积分:1
-
Itemteleport.cpp
随身宝石系统.使用于SKY端.其他端可以自己试着添加看可否(Portable gem system. Use other end can try to add to see whether SKY end.)
- 2012-09-09 11:57:28下载
- 积分:1
-
opoengl_shadow_mapping
1个减单而较高质感的Opengl ShadowMap(Save a single and high texture opengl ShadowMap)
- 2020-10-13 00:17:32下载
- 积分:1
-
SVPWM的原理讲解
说明: SPWM原理讲解,详细介绍了SPWM的原理以及过程,理论推导详细,过程清晰。(The principle of SPWM is explained. The principle and process of SPWM are introduced in detail. The theoretical derivation is detailed and the process is clear.)
- 2019-12-18 11:30:46下载
- 积分:1
-
xinxi
这是一段求信息量的C++程序,对输入的一组数据进行求和,及最终算出其信息量和信道容量(This is for the amount of information for some of the C++ Procedures, a group of input data summation, and finally calculate the amount of information and channel capacity)
- 2008-01-11 03:16:35下载
- 积分:1