-
MACD-2Line
外汇MT4双线MACD指标。免费赠送,欢迎下载!(Foreign exchange MT4 double-line MACD index. Free gift, welcome to download!)
- 2020-06-17 20:20:07下载
- 积分:1
-
win32 系统托盘
win32系统托盘的实现,简洁干净,实现了两个托盘右键菜单,显示和退出,需要系统托盘图标的程序可以擦你考。工程是vs2005的,用vc6的可以新建个文件加入工程即可。
- 2022-03-15 04:36:35下载
- 积分: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
-
Timer_key_1602
利用MSP430单片机实现5分钟倒计时。用Timer_A实现1s定时,4位共阳型数码管显示时间,显示格式为:“x-xx”,分别代表“分”、“十秒”和“秒”。每隔1s,倒计时器的时间减1,倒计时从4分59秒开始计时,至0分0秒结束,停止计时。(MSP430 microcontroller is used to realize 5 minute countdown. Timer_A is used to realize 1s timing and 4-bit common-sun digital tube display time. The display format is "x-x x", representing "minutes", "ten seconds" and "seconds" respectively. Every 1s, the countdown time is reduced by 1. The countdown time starts at 4:59 seconds and ends at 0:0 seconds.)
- 2019-04-08 20:51:10下载
- 积分:1
-
MATLABEngine
matlab引擎封装类方便了VC++与matlab引擎混合编程(the matlab engine wrapper class convenient VC++ hybrid programming with Matlab engine)
- 2013-05-18 20:03:48下载
- 积分:1
-
STM32F407 MODBUS通信源码
因工作需要,搞STM32F407 MODBUS通信好久,重要调试通过了,期间经历了好多波折和困难,不敢独享,奉献给大家,愿有需要的朋友不用再重复反复折腾之苦,直接拿起使用就行了。
- 2022-01-26 15:24:36下载
- 积分:1
-
C #遗传算子VRP
c#遗传算 VRP-c# genetic operator VRP
- 2022-06-27 00:41:50下载
- 积分:1
-
1278-smt
射频通信lora通信模块相应资料,可以使用1278进行通信无线抄表(Radio frequency communication)
- 2018-04-10 14:56:44下载
- 积分:1
-
周志华-机器学习_
入门级别的机器,内容较多,篇幅较长,请耐心学习,高清的可以自kindle中看(The introduction level machine, the content is more, the length is longer, please be patient to study, the high definition can see from the Kindle.)
- 2018-03-15 19:11:15下载
- 积分:1
-
计算机考试系统:cs模式的。使用C#语言。包括前台和后台两个部分。包括学生考试,老师打分,老师查看考试名单、缺考名单、强制结束考试等。具体功能代码里有详细的说明...
计算机考试系统:cs模式的。使用C#语言。包括前台和后台两个部分。包括学生考试,老师打分,老师查看考试名单、缺考名单、强制结束考试等。具体功能代码里有详细的说明-Computer Examination System: cs mode. The use of C# Language. Including front and back-office in two parts. Including students, examinations, teacher grades, teachers view the test list, the list of absence, forced the end of examinations. Specific functions of the code, there are detailed instructions
- 2022-10-28 21:20:03下载
- 积分:1