-
ACM_dsp2812
使用TMS320F2812实验三相交流异步电机调速的程序,通过此代码可以学习DSP2812的编程框架和SPWM的产生方法。程序代码全部为C/C++语言(TMS320F2812 experiments using three-phase AC induction motor of the process, through this code can learn DSP2812 programming framework and method for the selection of SPWM. Code all C/C++ Language)
- 2021-01-19 10:28:42下载
- 积分:1
-
视频播放器源代码
ffmpeg播放器可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。采用LGPL或GPL许可证。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多code都是从头开发的(Bitstream filters for editing metadata in H.264, HEVC and MPEG-2 streams
Experimental MagicYUV encoder
TiVo ty/ty+ demuxer
Intel QSV-accelerated MJPEG encoding
native aptX and aptX HD encoder and decoder
NVIDIA NVDEC-accelerated H.264, HEVC, MJPEG, MPEG-1/2/4, VC1, VP8/9 hwaccel decoding
Intel QSV-accelerated overlay filter
mcompand audio filter
acontrast audio filter
OpenCL overlay filter)
- 2018-07-02 15:51:31下载
- 积分:1
-
WuLiu
物流管理系统包括基本信息管理、仓库管理、销售管理、配送管理、运输管理、报关管理、决策管理等模块,适合于大中型物流企业,对其他ERP开发者也有很好的借鉴作用。(Logistics management system includes the basic information management, warehouse management, sales management, distribution management, transportation management, customs management, decision management module, suitable for large and medium-sized logistics enterprises, ERP for other developers also have a very good reference.)
- 2007-09-26 09:05:21下载
- 积分:1
-
femsrc
用C/C++编程求解了一个有限元算例二维传热问题,可以作为有限元学习的编程实例,以更好地理解有限元理论,并为进一步使用大型有限元软件打下基础。(With C/C++ Programming to solve a finite element numerical example of two-dimensional heat transfer problems, finite element can be used as examples to learn programming in order to better understand the finite element theory, and for the further use of large-scale finite element software to lay basis.)
- 2008-06-28 12:51:20下载
- 积分:1
-
juzhenjianpan
51单片机矩阵键盘的程序,线反转法,实现4*4键盘的读值。(51 single-chip matrix keyboard program, line reversal, 4* 4 keyboard reading.)
- 2013-04-24 19:04:57下载
- 积分:1
-
外汇风控EA
参数解释:
应用货币 可选择 当前货币和所有货币
整体止损金额 选择的货币所有单子总亏损金额
整体止盈金额 选择的货币所有单子总盈利金额
整体止损比例 选择的货币所有单子总亏损比例,比如50%,填写50
整体止盈比例 选择的货币所有单子总盈利比例,比如50%,填写50
以下为单个单子计算,设置为0 = 不启用
动态止损金额 单个单子达到设置止损金额平仓
动态止盈金额 单个单子达到设置止盈金额平仓
动态止损 (不直接显示在定单上)
动态止盈 (不直接显示在定单上)
静态止损 (直接显示在定单上)
静态止盈 (直接显示在定单上)
移动止损激活 (当定单盈利达到设定点数时激活下面的移动止损)
移动止损点数 (止损开始从当前价以外点数往盈利方向移动)
移动保护激活 (当定单盈利达到设定点数时激活下面的移动止损保护)
移动保护点数 (止损移动到开仓价往盈利方向 + 保护点数)(Parametric interpretation:
Currency can be used to select the current currency and all currencies
Total Loss Amount of All Money Lists Selected by Total Stop Loss Amount
Total Profit Amount of All Money Lists Selected by the Total Stop Earnings Amount
The overall stop-loss ratio selects the total loss ratio of all monetary orders, such as 50%, and fills in 50%.)
- 2019-03-16 10:22:51下载
- 积分:1
-
lsm6dsl
lsm6dsl基于stm32f407的开发,详细代码,
/* Includes ------------------------------------------------------------------*/
#include "lsm6dsl.h"
#include "spi.h"
#include "usart.h"
#include "delay.h"
#include
//³õʼ»¯LSM6DSLµÄIO¿Ú
void LSM6DSL_Init(void)
{
uint8_t Device_ID;
GPIO_InitTypeDef GPIO_InitStructure;
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);//ʹÄÜGPIOGʱÖÓ
//GPIOI7ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ
GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_100MHz;//100MHz
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;
GPIO_Init(GPIOG, &GPIO_InitStructure);//³õʼ»¯PG7
LSM6DSL_SPI_Init();
- 2022-02-16 01:20:43下载
- 积分:1
-
12864stm32驱动
整理收集的12864驱动,亲测可用
/* Exported functions declared ---------------------------------------------- */
void LCD12864_Init(void); //液晶初始化函数
void LCD12864_Clear(void); //液晶清屏
void LCD12864_Display_Words(u8 x, u8 y, u8 *str); //液晶字符显示函数
void LCD12864_Display_Picture(u8 *pic); //液晶图片显示函数
- 2022-03-21 18:50:38下载
- 积分:1
-
2
说明: 蚁群算法原理及其应用PFD,希望对你们有帮助啊(Principle and Application of ant colony algorithm PFD, you would like to help ah)
- 2009-05-31 10:43:01下载
- 积分:1
-
SingleNumber
找出只出现一次的数字,其他数字均出现了2次,时间空间尽量少(Identify only appears once, while other figures have appeared two times to minimize time and space)
- 2013-10-24 09:01:25下载
- 积分:1