-
calculator
基于单片机的简易计算器,4键输入,完成加减乘除(calculator)
- 2009-11-06 21:17:20下载
- 积分:1
-
ConstructWaveBaseFunction
说明: 紧支撑小波基的构造。
以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像.
void Convolution(double* pShortData, int nShort, double* pLongData, int nLong)
int CalcScaleFunction(double* pOutData)
int CalcWaveletFunction(double* pOutData)
Convolution()不是通用的离散卷积代码,而是简单地实现了后面两个函数需要的离散卷积,它要求输入的前一个数组长度小于后一数组长度,而且卷积结果就直接覆盖存储在后一数组中。CalcScaleFunction()计算尺度函数,CalcWaveletFunction()计算小波函数。
(Compactly supported wavelet bases constructed. To Daubechies wavelet filter coefficients as an example, the derived wavelet function and scaling function, and draw their images. Void Convolution (double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction (double* pOutData) int CalcWaveletFunction ( double* pOutData) Convolution () instead of generic discrete convolution code, but simply the realization of a function behind the need for two discrete convolution, which requires input before an array length is less than the array length of the latter, but the result of convolution directly covered by the latter is stored in the array. CalcScaleFunction () calculated scaling function, CalcWaveletFunction () calculation of wavelet function.)
- 2020-11-10 20:19:45下载
- 积分:1
-
ABC.c
Artificial Bee Colony Optimisation Algorithm
- 2012-09-20 00:40:42下载
- 积分:1
-
datelock
用c编写的时钟信号的源程序,希望对广大网友有用(C prepared by the source clock signal, in the hope that the broad masses of netizens useful)
- 2009-03-03 15:06:05下载
- 积分:1
-
CSerialPort
CSerialPort.h
CSerialPort.c
VC++串口通讯类,用于初学串口通讯,及串口通讯原理有一定帮助。(CSerialPort.h
CSerialPort.c)
- 2009-11-18 08:43:15下载
- 积分:1
-
CC253x_cpu_conf
CC253x寄存器列表。方便自己编写/分析ZigBee 协议栈,CC253x 硬件编程。已在实际工程项目中验证通过。(The CC253x register list. Convenient to write / analyze ZigBee protocol stack, CC253x hardware programming. It has been verified in the actual project.)
- 2019-01-04 15:55:24下载
- 积分:1
-
SHT30-31-35全套资料
SHT30-31-35全套资料
- 2020-11-30下载
- 积分:1
-
STM32-temperature-
STM32F103RT6 内部温度传感器实验(STM32F103RT6 internal temperature sensor experiment)
- 2013-10-16 21:03:00下载
- 积分:1
-
Mt4ApiDemo
说明: 简介
mt4api接口,是用于直接连接mt4服务器,获取实时行情报价,交易执行,以及历史行情和历史订单的查询等功能的dll接口,
适合开发行情展示或者订单管理,交易策略等,如果可以,你甚至可以用他开发一个mt4客户端!该api比使用mt4终端进行报价和交易要快得多;
提供实时开仓、平仓等多种功能。
功能特点
报价连接:提供直连服务器获取数据功能。
实时报价: 可以获取每个证券代码的实时报价。
证券/组: 提供获取所有证券代码和用户所在组信息。
交易连接:直连服务器进行交易,不需要mt4终端客户端。
交易类型:支持所有交易类型
订单反馈:提供实时平仓开仓反馈。
盈亏状态:实时的盈亏状态。
付费说明
api接口的使用需要license授权文件,在开发周期内,你可以通过license生成助手申请测试license进行测试。测试license有7天的有效期.
正式用户请选择生成按月付费或者永久有效的license. 可以通过微信或支付宝直接支付或者联系我们!(MT4 API interface is a DLL interface used to connect MT4 server directly, obtain real-time information price, transaction execution, query historical quotation and historical order, etc.
Suitable for the development of market display or order management, trading strategies, etc., if you can, you can even use him to develop a MT4 client! The API is much faster than quoting and trading with MT4 terminals.)
- 2019-06-12 17:30:49下载
- 积分:1
-
串口调试波形图版
软件功能:
1、帮助用户调试串口数据,并且把串口数据以波形图的形式显示出来。
2、支持接收与发送串口数据。
3、支持波特率:110---921600,支持所有标准的波特率。
4、支持悬浮窗体,让用户可以更加灵活的查看设备状态。
3、可以对数据进行保存或打印处理,对波形图可以进行打印或保存处理。
4、本软件为免费版本,个人用户不得用于商业用途。
- 2023-01-17 00:15:04下载
- 积分:1