-
arm-C
ARM 嵌入式系统C 语言编程
无操作系统支持的嵌入式系统软件,包括系统引导(BOOT) 、驱动程序、动态内存管理、IPO、通信以及应用软件等方面。
本文详细介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适
合于其他嵌入式平台的软件设计。(ARM C)
- 2009-11-04 11:06:52下载
- 积分:1
-
lcd12864driverRegister
基于STM32的12864驱动程序,可以实现字符、数字、图片、任意直线和任意点的显示,并且有程序详解,很任性(Based on the STM32 12864 driver, you can realize the characters, numbers, pictures, any line and any point of the display, and a program explain, very headstrong)
- 2015-03-27 13:58:56下载
- 积分:1
-
cwp
地震波正演和显示模块,来源于SU,作了修改,可以不依赖于SU的头文件和库,可以独立编译运行。(Seismic waves forward and display module, from the SU, has been modified, you can not depend on the SU s headers and libraries, the compiler can be run independently.)
- 2007-11-15 07:43:34下载
- 积分:1
-
Graphic
使用CArchive类对文件进行操作。对VC操作会更熟悉。(CArchive Class used to operate on the document. On the VC will be more familiar with the operation.)
- 2009-03-21 22:45:11下载
- 积分:1
-
PID
wood_berry蒸馏塔的PID控制,使用matlab编程实现。(wood_berry distillation column PID control, the use of matlab programming.)
- 2013-08-20 08:55:29下载
- 积分:1
-
C# MVC入门示例源码下载
C# MVC入门示例源码下载
- 2014-07-25下载
- 积分: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
-
interactiveoperation
C写的ArcSDE连接添加Feature的类(Add ArcSDE Connection C written in class Feature)
- 2010-01-27 18:09:26下载
- 积分:1
-
rsa-lib
说明: security rsa algorithms
- 2020-01-29 13:27:17下载
- 积分:1
-
jthread.1.3
这是一个跨平台多线程源码,使用CMAKE形成工程编译得到,支持linux window. ffmepg多线程要用到
- 2022-08-17 19:43:54下载
- 积分:1