登录
首页 » C » 基于stm32f105的template项目包, 以实现串口、系统滴答定时器延时接口

基于stm32f105的template项目包, 以实现串口、系统滴答定时器延时接口

于 2023-08-26 发布 文件大小:2.41 MB
0 115
下载积分: 2 下载次数: 1

代码说明:

基于stm32f105的template项目包, 以实现串口、系统滴答定时器延时接口,可用于项目后续开发

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

发表评论

0 个回复

  • C语言 文件的解压缩
    文件的解压缩。添加文件unzip.h、unzip.cpp、zip.h、zip.cpp,调用对应函数进行压缩和解压。压缩格式为zip;压缩之后的文件可以用winrar等程序打开。(File decompression. Add file unzip.h, unzip.cpp, zip.h, zip.cpp, call the corresponding function for compression and decompression. Compression format is zip the file after compression can be opened by winrar.)
    2020-07-14 09:58:51下载
    积分:1
  • C链表实现学生成绩管理系统
    C语言成绩记录簿,每个学生信息包括:学号、姓名、C语言成绩。具体功能:   (1).创建信息,并以磁盘文件保存(可选);   (2).读取磁盘文件(可选)并显示输出所有学生的成绩;  (3).按学号或姓名查询成绩;  (4).添加成绩记录;   (5).修改指定姓名或学号的学生的成绩;   (6).显示输出60分以下、60~79、80~89、90分以上各分数段的学生信息。 
    2023-05-26 16:50:03下载
    积分:1
  • snake_c
    贪吃蛇游戏的c代码,适合初学者对了解一下程序结构(Snake game c code, is suitable for beginners to learn about the program structure)
    2012-05-09 11:03:40下载
    积分:1
  • RS485通信源码
     /******************************************************************************* *  标题:                  RS485串口通信试验(接受与发送)                         * *    * *  1.通过本例程了解串口的基本原理及使用 ,理解并掌握对串口进行初始化    * * * *  2.请使用串口调试助手(Baud 4800、数据位8、停止位1、效验位无)做为上位机(发送)数据和(接受)数据, *    请在字符串输入框中输入字符和数字(HEX),按发送按钮。观看接受窗显示情况.也可以用自动循环发送。 * *  3.试验RS485需要用RS232转485的转换头。开板A对485转换头A  B对应485转换头B.接法大家可以参考原理图。 *          注意:18B20 请卸下,否则会影响RS485                                                                            * *
    2022-01-31 14:49:04下载
    积分:1
  • 20060611Access
    简要说明:直接通过DAO读、写Access文件    直接利用DAO来创建、读写Access文件,总的说来,对比上篇<直接通过ODBC读、写Excel文件>来讲,要简单一些。在下面的示例中,我们将用到两种方法:SQL和DAO类涵数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄,采用和上一篇读写Excel类似的操作,你也可以根据自己需要来动态改变它们。 (Brief Description : DAO directly through reading, writing documents directly using Access to create DAO, Access document literacy, in general, compared to the previous chapter)
    2006-08-29 12:05:09下载
    积分:1
  • liu
    一.问题描述 对2006年度全国80多个城市的每天空气质量状况进行查询、排序等操作。 空气质量状况对象包括城市代码、城市名称、首要污染物、污染指数、污染物级别、空气状况、年、月、日 二、实验要求 1. 普通查询:输入城市名称和城市代码,分别查询该城市每天、每周、每月、每季度和全年的空气质量状况 例子:查询太原市2006年第8周的空气质量状况 2.统计查询: (1)输入城市名称和城市代码,分别查询该城市每周、每月、每季度和全年的空气质量为优、良、轻微污染、轻度污染、重污染的天数 例子:查询石家庄市2006年第2季度空气质量为轻微污染的总天数 (2)根据时间查询空气质量状况:输入周编号、月编号、季度编号或年编号,以及空气质量为优、良、轻微污染、轻度污染、重污染的天数,查找相应的城市名称 例子:查询2006年5月,空气被轻度污染3天以上的城市有哪些? 3.排序查询 (1)输入周编号、月编号、季度编号或年编号,查询城市空气质量的排行榜 例子:查询2006年第6周,全国空气平均质量最好的前20个城市为哪些? 三、数据文件 Data.txt(one. Problem Description of the air quality day in 2006 more than 80 cities nationwide query, sorting and other operations. Air Quality objects include city code, city name, the primary pollutant, pollution index, contaminant level, air condition, year, month, day two, experimental requirements 1. General Queries: Enter a city name and city codes, each query in the city daily, weekly, monthly, quarterly example air quality and full year: Queries air quality in Taiyuan first eight weeks of 2006 2. Statistical inquiry: (1) enter a city name and city codes, each query in the city weekly, monthly, quarterly and annual air quality as excellent, good, slight pollution, light pollution, heavy pollution days example: inquiry Shijiazhuang City in 2006 second quarter, the air quality is the total number of days a slight pollution (2) according to time of the query air quality conditions: enter the week number, month number, quarter number or in number, and the air quality is excellent, good, sli)
    2017-04-07 10:58:37下载
    积分:1
  • msvcrt-v5
    microsoft visual studio c++ runtime library version 5
    2010-07-26 01:00:32下载
    积分:1
  • scriptdriverbook
    脚本驱动的应用软件开发方法与实践,界面设计的非常好的一本书。(Script-driven application development methods and practices, interface design of a very good book.)
    2009-06-04 17:07:16下载
    积分:1
  • zhongxingGPRS
    应用开发板进行GPRS传输数据,应用中包括远距离数据采集(Development board for GPRS data transmission, including remote data acquisition applications)
    2011-08-15 22:33:16下载
    积分:1
  • WindowsServices
    Simple Windows Services Describe Windows Service under Visual Studio Introduction As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted. This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account. Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl + Alt + P shortcut. (Simple Windows Services Describe Windows Service under Visual Studio Introduction As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted. This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account. Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl+ Alt+ P shortcut. )
    2009-06-29 05:15:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载