-
lora(IAR)透传
基于stm32 实现lora模块透传,可以利用lora实现长距离通信(Transmitting Lora module based on stm32)
- 2019-05-12 11:28:45下载
- 积分:1
-
在C#中使用控件DataGridView实现数据库增删改查
在C#中使用控件DataGridView实现数据库增删改查详细解释和源码
- 2022-02-15 16:20:10下载
- 积分:1
-
arduino双车轮带编码器PI自动控制程序
void cesu_R()
{
bianmajishu_R+=1;
n_R=millis();
if((n_R-m_R)>20)
{
sudu_R=100*bianmajishu_R;
Serial.println(bianmajishu_R);
sudu_PI_R();
bianmajishu_R=0;
m_R=n_R;
}
}
int sudu_PI_L()
{
Bias_L=aimsudu_L-sudu_L; //计算偏差
shurusudu_L+=3*(Bias_L-Last_bias_L)+0.2*Bias_L; //增量式PI控制器
Last_bias_L=Bias_L; &n
- 2023-01-13 04:00:05下载
- 积分:1
-
Adaboost人脸识别
Adaboost人脸识别的改进算法 有效缩短算法运行的时间
- 2023-07-31 08:15:02下载
- 积分:1
-
Petri网可达分析算法
Petri网可达分析算法,
吴哲辉教授编写的Petri网导论的第三章算法3.1的实现
使用C++编写
- 2022-01-31 12:39:21下载
- 积分:1
-
matnet_src
C#,提供C#和matlab直接的调用,使得C#能够很好的使用matlab提供的各种功能
(C#, Matlab and C# directly to the call, C# can make good use of Matlab for the various functions)
- 2007-06-09 17:05:07下载
- 积分:1
-
fiberlaser_twoend.m
计算LP01模式分布,对于光学的传输模式的把握和分析能器到很大的作用(Calculate the distribution of LP01 mode, the transmission mode for the optical analysis can grasp and very useful device to)
- 2011-09-17 23:37:00下载
- 积分:1
-
STM32F407AD7606
STM32F407基于FSMC并口读取AD7606的代码,实测可用,开发环境Keil(STM32F407 FSMC is used to read the AD7606 code, based on the measured available, the development environment Keil)
- 2021-04-28 15:18:44下载
- 积分:1
-
TEST11
件设计思路是利用 MS 的定时器 B
中断执行相应的中断服务程序来产生舵机用多
路 PWM 波.4的 系 统 主 时 钟 频 率 取 8
MHz,设每个定时周期取 250/ =31.25 μs,(The x medium-density performance line family incorporates the highperforfrequency, highspeed embedded memories (Flash memory up toytes),
and an extensive range of s and peripherals connected to two APB buses.)
- 2019-05-09 22:49:55下载
- 积分:1
-
C++ tcp_client
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 2, 2 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
/* Tell the user that we could not find a usable */
/* WinSock DLL. */
return;
}
/* Confirm that the WinSock DLL supports 2.2.*/
/* Note that if the DLL supports versions greater */
/* than 2.2 in addition to 2.2, it will still return */
/* 2.2 in wVersion since that is the version we */
/* requested. */
if ( LOBYTE(
- 2022-07-21 00:36:24下载
- 积分:1