-
VC-Matlab-hunhebiancheng
对利用vc和matlab的混合编程技术进行介绍(For mixed use vc and matlab programming techniques are introduced)
- 2011-09-17 12:00:10下载
- 积分:1
-
datiqi
说明: 答题器源码,用51单片机控制的。具体内容自己下载看吧(Answer source browser, with 51 single-chip control. Download and see the specific content of their own)
- 2008-10-17 01:03:26下载
- 积分:1
-
crtvktd
ncurses library file Developed source code()
- 2018-05-18 15:18:21下载
- 积分: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
-
migong
C语言代码,实现走迷宫,代码设计是从一个迷宫中找出仅有的一条正确路劲(find the corrent rode .add private the rode)
- 2015-04-17 13:19:32下载
- 积分:1
-
FFT_test
说明: FFT test program, can be used normally, for your reference
- 2020-06-22 04:40:02下载
- 积分:1
-
WMS
该系统是仓库管理系统,详细功能可参考里面的设计文档。(The system is warehouse management system, detailed functional design documents can be reference to the inside.)
- 2010-08-05 16:47:04下载
- 积分:1
-
cxisyejcesnapshot
一个rulerkjian,有水平和垂直的标尺(A rulerkjian, a horizontal and vertical rule)
- 2018-08-07 19:29:34下载
- 积分:1
-
stl_introduction
本书从c基础开始深入STL,而且是Word版,可以直接复制书上的代码在VC平台上运行。(This book started from the c-based in-depth STL, but also a Word version, you can directly copy the code book on the VC platform.)
- 2009-11-01 08:52:15下载
- 积分:1
-
voice
语音控制小车,适用于羚羊单片机,即有DSP芯片的单片机(voice control the car)
- 2012-04-10 12:31:12下载
- 积分:1