登录
首页 » c » stm32 简易PLC 功能

stm32 简易PLC 功能

于 2022-12-08 发布 文件大小:2.88 MB
0 76
下载积分: 2 下载次数: 1

代码说明:

使用STM32 开发的简易PLC功能代码。可以供初学者参考方法。完善了几十条PLC基本指令。可以正常使用。 用PLC的方法去开发单片机可以提高开发效率。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Shudu
    输入一个数独的内容,可以很快得到数独游戏的解法(Enter a Sudoku Sudoku solution can be quickly)
    2012-11-23 19:12:48下载
    积分:1
  • 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。...
    参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。-participate in the Games with n, the school No. 1 ... n. The competition is divided into m man, a woman and w projects. Item No. 1 man ... m, a woman m m w ....
    2022-05-28 16:29:15下载
    积分:1
  • FFT2
    进行快速傅里叶变换的程序,可以利用C++或者MATLAB直接完成快速傅里叶变换(Fast Fourier transform for the program can be utilized C++ or MATLAB directly to complete the fast Fourier transform)
    2013-01-24 15:51:43下载
    积分:1
  • Visio_Tetris
    使用c#控制VISION的生成,学习visio的测试文件,需Microsoft.Office.Interop.Visio(Controlling VISION Generation with c#.)
    2019-05-29 21:34:36下载
    积分:1
  • direct numerical simulations
    有关直接数值模拟和浸没边界法的经典的论文,希望对大家有用(A Paper about DNS and immersed boundary method,)
    2018-01-25 17:09:50下载
    积分:1
  • shengbomoni
    交错网格时间二阶空间十二阶声波方程数值模拟,加PML吸收边界,倾斜地层(Staggered grid space second-order time 12 order acoustic equation numerical simulation of the PML absorbing boundary, tilted strata)
    2015-01-03 11:03:15下载
    积分:1
  • 776867
    说明:  此系统由VC++ 6 0 MFC开发而成,主要实现一些基本的界面操作,如画笔画刷,文字改变字体颜色,以及时钟显示和小型购物系(This system is developed by VC 60 MFC. It mainly implements some basic interface operation, such as brush, text changing font color, clock display and small shopping department.)
    2018-12-31 12:24:07下载
    积分:1
  • C# 在密钥容器中创建非对称密钥
    在密钥容器中创建非对称密钥、在密钥容器中删除非对称密钥、在密钥容器中获取非对称密钥,具体的实现代码,请参考如下代码:   private void button1_Click(object sender, EventArgs e)   {//在密钥容器中创建非对称密钥    CspParameters MyCSP = new CspParameters();    MyCSP.KeyContainerName = this.textBox2.Text;    RSACryptoServiceProvider MyRSA = new RSACryptoServiceProvider(MyCSP);    this.textBox1.Text=MyRSA.ToXmlString(true);   }   private void button2_Click(object sender, EventArgs e)   {//在密钥容器中删除非对称密钥    CspParameters MyCSP = new CspParameters();    MyCSP.KeyContainerName = this.textBox2.Text;    RSACryptoServiceProvider MyRSA = new RSACryptoServiceProvider(MyCSP);    MyRSA.PersistKeyInCsp = false;    MyRSA.Clear();    try    {    this.textBox1.Text = MyRSA.ToXmlString(true);    }    catch    {    this.textBox1.Text = "已经删除非对称密钥!";    }   }   private void button3_Click(object sender, EventArgs e)   {//在密钥容器中获取非对称密钥    CspParameters MyCSP = new CspParameters();    MyCSP.KeyContainerName = this.textB
    2022-02-06 13:18:17下载
    积分:1
  • WangEPD
    基于短时能量和短时过零率来实现语音端点检测。也称为双门限比较法,是一种传统的 语音端点检测方法。现在已经有研究人员提出若干其他更加高效和有效的检测方法,但 是这个方法不失为一种最简单的方法,可以通过程序来获得语音端点检测的感性认识和 体会。内的程序读取WAV文件,程序附有详细的使用说明和注释,以及若干测试用的语音文件。(Based on the short-term and short-term energy to achieve zero rate of voice activity detection. Also known as dual-threshold comparison method, is a traditional method of voice activity detection. Researchers now have made a number of other more efficient and effective detection methods, but this method may be one of the most simple way to get through the process of voice activity detection and the experience of perceptual knowledge. Procedures within the WAV file to read, procedures with detailed instructions and notes, as well as the voice of a number of test documents.)
    2009-07-11 20:32:45下载
    积分:1
  • 二维板模型重磁异常正演
    说明:  重磁异常正演方法,是在给定地质体的形状大小、空间位置及物性参数的条件下,求它外部空间任意点上的物理场值。(The forward method of gravity and magnetic anomaly is to calculate the physical field value at any point in the outer space of a given geological body under the condition of its shape, size, space position and physical parameters.)
    2019-05-09 16:57:27下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载