-
MODBUS 调试资料
MODBUS 调试资料
int main(void)
{
u8 check=0;
u8 i;
u8 res;
m_frame_typedef txframe;
Stm32_Clock_Init(9); //ϵͳʱÖÓÉèÖÃ
//uart_init(72,115200); //´®¿Ú³õʼ»¯Îª115200
BEEP_Init();
mp_init(72,115200);
delay_init(72); //ÑÓʱ³õʼ»¯
LED_Init(); //³õʼ»¯ÓëLEDÁ¬½ÓµÄÓ²¼þ½Ó¿Ú
KEY_Init(); //³õʼ»¯°´¼ü
LCD_Init(); //³õʼ»¯LCD
FSMC_SRAM_Init(); //³õʼ»¯ÍⲿSRAM
my_mem_init(SRAMIN); //³õʼ»¯ÄÚ²¿ÄÚ´
- 2022-11-24 21:55:03下载
- 积分:1
-
Ray
说明: Orleans是一个框架,它提供了一种直接构建分布式高规模计算应用程序的方法,而无需学习和应用复杂的并发或其他扩展模式。
Ray在Orleans框架进行封装,在一致性方面得到了很好的处理(A straightforward approach to building distributed, high-scale applications in .NET.
Orleans is a framework that provides a straightforward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns.)
- 2020-06-21 08:40:01下载
- 积分:1
-
相册管理系统
c#和sql 做的相册管理潇洒结合本次大赛内存空间撒才能生存成绩撒
- 2022-06-17 14:24:35下载
- 积分:1
-
STM32_MPU6050 - Mini
STM32_MPU6050 - Mini:
6轴惯导,加速度计陀螺仪,实现惯导解算
- 2023-08-31 04:15:05下载
- 积分:1
-
实现数据输入后语音的即时提示较对 C#语音功能
实现数据输入后语音的即时提示较对 C#语音功能-Data input immediately after the voice prompts than the right
- 2022-06-17 18:38:05下载
- 积分:1
-
最优化方法算法,大M单纯形法
大M单纯法求线性规划最优解
(simple method for solving linear programming problems.)
- 2023-05-09 22:20:03下载
- 积分:1
-
Description : Let numbered 1, 2, ..., n (NGT; 0) clockwise direction by individu...
描述:设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,抱m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。
.算法思想:
Jeseph函数是实现问题要求的主要函数,其算法思想是:从1至m对带头结点的单循环链表循环计数,到m时,输出该结点的编号值,,再从该结点的下一个结点起重新自1起循环计数;如此下去,直到单循环链表空时循环过程结束。
-Description : Let numbered 1, 2, ..., n (NGT; 0) clockwise direction by individuals sitting around a circle, each holding a positive integer code. At the beginning of a given arbitrary reported few limits on m, started from the first clockwise direction from the starting sequence reported a few, when they report back m reported few, hold out the m out from the clockwise direction in the next personal re-order starting from a newspaper; This situation continues until all people so far shown up. Asked to design a simulation of this process, and give out the number of people out sequence. . Algorithm thinking : Jeseph function is to seek to achieve the main function of the algorithm is thinking : m f
- 2023-04-25 22:10:03下载
- 积分:1
-
Setup file forms screens
主协议检查和应用程序运行屏幕可用于创建安装文件复选框应用程序。它是作为一个示例应用程序设计的。你需要写你自己的应用程序名,而不是桌面,网页。。物体。
- 2022-02-12 11:40:29下载
- 积分:1
-
C语言解决八数码的启发式搜索
本代码用实现了八数码问题的启发式回溯搜索
- 2022-02-26 07:06:20下载
- 积分:1
-
单片机的温度采集系统
基于单片机的温度采集系统,采用DS18B20温度传感器,89c52单片机,lcd1602显示
- 2022-01-21 21:39:15下载
- 积分:1