-
FFT_codes
fft source code
- 2012-06-26 19:41:39下载
- 积分:1
-
MPPT1
MPPT,最大功率跟踪,使用STC12R5608AD作主控芯片。原理图,程序完整。直接烧录即可使用。PCB就不上传了,自己画一下。研究生课程设计的作品(MPPT, MPPT using STC12C5608AD as master chip. Schematics, program integrity. Direct burn to use. PCB not uploaded Kazakhstan, she painted it. Graduate course design work)
- 2013-08-20 21:52:28下载
- 积分:1
-
OBJLoader
利用OpenGL实现obj格式模型文件的读取和显示。(Using OpenGL to read and display obj format model file.)
- 2016-01-18 12:10:43下载
- 积分:1
-
文字文稿1
说明: ESN算法,想与PSO相结合,以此为例作为参考(ESN algorithm, want to combine with PSO, use this as an example for reference)
- 2020-11-20 10:29:38下载
- 积分:1
-
小型网络交换机驱动程序
小型网络交换机驱动程序,基于网络芯片ksz8895网络程序,程序详细描述了芯片的驱动的编写 ,各种模式的控制,级联方法的使用及控制
- 2022-03-10 05:36:55下载
- 积分:1
-
Test test test
Test testTest testTest testTest testTest test 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-11 23:36:27下载
- 积分:1
-
shoppingsystem
sql server 7.0 and vc 6.0 complete a shop system.
- 2008-08-30 17:14:22下载
- 积分:1
-
步进电机位置环控制
/* 包含头文件 ----------------------------------------------------------------*/
#include "stm32f1xx_hal.h"
#include "StepMotor/bsp_STEPMOTOR.h"
#include "usart/bsp_debug_usart.h"
#include "EncoderTIM/bsp_EncoderTIM.h"
#include
#include
/* 私有类型定义 --------------------------------------------------------------*/
typedef struct
{
__IO float SetPoint; // 目标值 单位:mm
__IO int LastError; // 前一次误差
__IO int PrevError; // 前两次误差
__IO long SumError; // 累计误差
__IO double Proportion; // Kp系数
__IO double Integral; // Ki系数
__IO double Derivative; // Kd系数
}PID;
/* 私有宏定义 ----------------------------------------------------------------*/
#define TXDCYCLE 1000 // 数据发送周期;单位:ms
#define SAMPLING 0x01 // 采样标记
#define TXD 0x02 // 发送数据标记
#define MAX_SPEED 200
#define abs(x) ((x)= TXDCYCLE) // 1s
{
Time_Flag |= TXD;
time_count = 0;
}
}
- 2021-10-18 00:30:55下载
- 积分:1
-
dde-server-mfc-application
一个小型的DDE服务器,可以拿来练手和学习(A small DDE server that can be used for hands-on training and learning)
- 2020-06-19 02:40:01下载
- 积分:1
-
helloworld-BT
输出Hello, World
混乱C语言的源代码(加密源代码,嘿嘿)
仅供朋友们“消遣作乐”,能够看懂是为什么固然不错。看不懂也不必太过认真,如果你要觉得有意思的话,顶顶贴。如果你觉得没什么意思的话,一笑了之。仅供娱乐而已,不必太过认真。(The output Hello, World chaotic C language source code (encrypted source code, Hei hei) only friends " entertainment creating music" , able to read it all very well why. There is no need to read too seriously, if you want to find interesting, then, Dingding paste. If you think there is any meaning, then laugh. Only for entertainment only, do not be too careful.)
- 2009-12-12 23:04:50下载
- 积分:1