09 2021 档案

摘要:[TOC] # 一、创建一个新工程 1.点击project,选择new uvison project 2.选择对应的芯片, 3.进行环境设置,CMSIS下选择CORE;Device下Startup # 二、添加文件 1.左侧project下单击Source Group 1,选择Add New Ite 阅读全文
posted @ 2021-09-28 18:46 Artemisean 阅读(376) 评论(0) 推荐(0)
摘要:一.在Ubuntu系统下用C语言编写一个简单的输出 hello word 的程序,并编译有、运行之; 二.请编写一个主程序文件 main1.c 和一个子程序文件 sub1.c, 要求:子程序sub1.c 包含一个算术运算函数 float x2x(int a,int b),此函数功能为对两个输入整型参 阅读全文
posted @ 2021-09-15 13:12 Artemisean 阅读(517) 评论(0) 推荐(0)