2018年11月12日

摘要: #define MAIN_Fosc 12000000L //定义主时钟 //#define Main_Fosc_KHZ (MAIN_Fosc / 1000) #include "15W4KxxS4.h" #include "intrins.h" #include <string.h> #define 阅读全文
posted @ 2018-11-12 15:41 arcfz 阅读(140) 评论(0) 推荐(0) 编辑

2018年11月7日

摘要: 1. 定时器和延时 #include "15W4KxxS4.h" #define FOSC 12000000 #define CLK (65536-FOSC/2/12/1000) sbit clk=P3^0; void clk_wave(void) //1KHZ@12MHz { AUXR |= 0x 阅读全文
posted @ 2018-11-07 09:26 arcfz 阅读(162) 评论(0) 推荐(0) 编辑

2018年10月20日

摘要: 1. 控制台,浏览器输入http://localhost:8080/ using System; using System.Collections; using System.IO; using System.Net; using System.Net.Sockets; using System.T 阅读全文
posted @ 2018-10-20 09:43 arcfz 阅读(279) 评论(0) 推荐(0) 编辑

2018年10月19日

摘要: 8. 语音 http://www.codexiu.cn/python/blog/15810/ https://blog.csdn.net/sinat_34820292/article/details/77165107?utm_source=blogxgwz26 7. python esp8266 h 阅读全文
posted @ 2018-10-19 08:55 arcfz 阅读(110) 评论(0) 推荐(0) 编辑

2018年10月17日

摘要: 1. 2. 语音 文字 https://segmentfault.com/a/1190000013600141 https://www.jianshu.com/p/b93c18f69dbd https://zhuanlan.zhihu.com/p/37523225 https://www.i5seo 阅读全文
posted @ 2018-10-17 17:59 arcfz 阅读(73) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/26726297 阅读全文
posted @ 2018-10-17 16:01 arcfz 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 以管理员权限运行cmd cmd 右击‘以管理员身份运行’ 输入net user administrator /active:yes 取消为 net user administrator /active:no cmd C:\Program Files (x86)\Microsoft Visual St 阅读全文
posted @ 2018-10-17 15:41 arcfz 阅读(145) 评论(0) 推荐(0) 编辑

2018年10月15日

摘要: 原文:https://blog.csdn.net/qq_25352981/article/details/81007075?utm_source=copy 1.简洁的代码 typedef struct{ float limit; //输出限幅 float target; //目标输出量 float 阅读全文
posted @ 2018-10-15 10:31 arcfz 阅读(156) 评论(0) 推荐(0) 编辑

2018年10月10日

摘要: 1. stc15 ad_1.7 9600 1t #include <string.h> //9600 #include <absacc.h> #include <stdio.h> #include <intrins.h> // 加入此头文件后,可使用_nop_库函数 #define MAIN_Fos 阅读全文
posted @ 2018-10-10 13:18 arcfz 阅读(119) 评论(0) 推荐(0) 编辑

2018年10月5日

摘要: #include <string.h> #include <intrins.h> // 加入此头文件后,可使用_nop_库函数 #define MAIN_Fosc 11059200L //定义主时钟 #define Main_Fosc_KHZ (MAIN_Fosc / 1000) #include 阅读全文
posted @ 2018-10-05 16:41 arcfz 阅读(102) 评论(0) 推荐(0) 编辑

导航