登录
首页 » Others » STM32小系统

STM32小系统

于 2020-04-11 发布
0 201
下载积分: 1 下载次数: 16

代码说明:

说明:  使用altium designer软件,绘制的STM32F103RCT6的最小系统板 有flash 有稳压模块(Using Altium designer software, the minimum system board of stm32f103rct6 drawn has flash and voltage stabilizing module)

文件列表:

STM32Сϵͳ.PcbDoc, 4853248 , 2020-04-02

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

发表评论

0 个回复

  • 这是一个很简单的程序,主要功能是如何实现从2张表中获取数据并进行简单计算...
    这是一个很简单的程序,主要功能是如何实现从2张表中获取数据并进行简单计算-This is a very simple procedure, the main function is how to achieve two from the table and access to data in simple terms
    2022-01-26 01:10:31下载
    积分:1
  • VC++ 6.0简单屏幕画笔源代码
    VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:   void CMyWnd::OnRed()//选中绿色   {    ColorX=255;    ColorY=0;    ColorZ=0;   }   void CMyWnd::OnYellow()//选中黄色   {    ColorX=255;    ColorY=255;    ColorZ=0;   }   void CMyWnd::OnGreen() //选中绿色   {    ColorX=0;    ColorY=255;    ColorZ=0;   }   void CMyWnd::OnBlue() //选中蓝色   {    ColorX=0;    ColorY=0;    ColorZ=255;   }   void CMyWnd::OnAdd() //增加画笔大小   {    ADxy+=1;   }   void CMyWnd::OnDec() //增加画笔大小   {    if (ADxy!=1)    ADxy-=1;   }   void CMyWnd::OnAbout() //增加画笔大小   {    //AfxMessageBox("你好");    //显示关于对话框    CLjxDlg dlg;    int xxx=dlg.DoModal();   }
    2022-11-18 14:20:03下载
    积分:1
  • Delphi开发的SQL查询插件源代码
    Delphi开发的一款基于ODBC的SQL查询插件源代码,自动读取BDE中的数据库别名进行连接,测试时请确认数据库已经通过ODBC连接上。界面使用有控件,若一时找不到控件,可以用Delphi自带的标准控件替换。
    2022-12-01 22:30:03下载
    积分:1
  • LaTeX语法和模板
    关于数学建模的论文模板,美赛必备Latex模板(A paper template on mathematical modeling)
    2018-03-12 22:01:07下载
    积分:1
  • small showing the correct color values
    小型正确显示各种颜色的数值-small showing the correct color values
    2022-07-09 12:45:22下载
    积分:1
  • statcom_Apf
    说明:  Modified PV for power factor correction
    2020-04-03 04:00:56下载
    积分:1
  • C++实现查看电脑CPU型号信息的源码
    // Test_cpu.cpp : 定义控制台应用程序的入口点。 // //===================================================================================== /*                 CPUID指令是intel IA32架构下获得CPU信息的汇编指令,                    可以得到CPU类型,型号,制造商信息,商标信息,序列号,                    缓存等一系列CPU相关的东西。 */ //#include "stdafx.h" #include
    2023-03-08 22:35:03下载
    积分:1
  • tankwar999
    用jwt GUI进行编写的一个小游戏,然后是java的多线程进行控制的(this is a small project to play of the name is TankWar)
    2020-06-16 05:40:01下载
    积分:1
  • 用VB编写的接收卫星接收机的是数据,在把数据通过打点法显示最后的图形...
    用VB编写的接收卫星接收机的是数据,在把数据通过打点法显示最后的图形 -VB prepared by the receiver to receive satellite data, the data showed the cook through the final Graphics
    2022-07-12 12:43:26下载
    积分:1
  • 公交车换乘-链表
    这个系统可以查询芜湖市某一站所经过的公交,或者一辆公交所经过的所有站。还可以查找从一站到另一站的公交或连续换乘。(The system can query all the stops of a certain station in Wuhu or all the stations that a bus passes through. You can also find buses or continuous transfers from one station to another)
    2018-05-17 09:12:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载