- 博客(5)
- 收藏
- 关注
原创 DS18B20简单介绍温度测量操作
DS18B20原理与控制测温DS18B20的结构引脚结构内部结构DS18B20的操作复位操作写操作读操作DS18B20的温度读取DS18B20的结构引脚结构DS18B20引脚有三个可以发现DS18B20的可操作口只有一个,一个口的元件我们以下称之为单总线元件,单总线元件显然的优点就是节约MCU的I/O口,可以腾出更多的I/O口给其他原件使用。但是单总线元件也有缺点,就是操作非常麻烦。假如我们想要读取DS18B20里的数据或者向DS18B20里发送指令,那么从一个口读取或者写入很多1或者0将会是非
2021-05-11 21:04:47 3334 8
原创 VJ代码Runtime error运行时错误可能情况
前段时间开始用VJ做题,之前一直在用PTA,一段时间的使用后可以说VJ的编译器更苛刻一些在PTA交的代码没问题但是,在VJ上就不太行,其实也跟测试数据有很大关系出现最多的就说运行时错误也就是Runtime error以下总结出现运行时错误的几种可能一,数组越界:1,是由于测试数据的原因,一开始数组声明的不够大,所以在用的时候就会越界2,是在写代码的时候操作不当,导致访问越界.二,存储的数据超过声明数据类型的容量时,也会可能出现运行时错误.三,指针瞎指,越了界指到了不该访问的地址.四,使用了已
2021-02-02 17:18:26 905 2
原创 VJ新生题C - Pig-Latin
这次是一道字符串处理题,不是很难。You have decided that PGP encryptation is not strong enough for your email. You have decided tosupplement it by first converting your clear text letter into Pig Latin before encrypting it with PGP.Input and OutputYou are to write a pro
2021-02-02 11:56:43 234
原创 VJ新生题B - Tic Tac Toe
今天继续发一道这几天做的题,题目不是很难,但是思路要很清晰。Tic Tac Toe is a child’s game played on a 3 by 3 grid. One player, X, starts by placing an X at an unoccupied grid position. Then the other player, O, places an O at an unoccupied grid position. Play alternates between X and
2021-01-29 13:55:24 132 1
原创 VJ新生题Specialized Four-Digit Numbers
最近在做学校VJ上开的题目遇到很多问题,题目不算特别难,但是平时写代码用的是PTA第一次用VJ感觉很不习惯老是Runtime error,先记几道自己已经做出来的,之后的题目会依次发出来。Find and list all four-digit numbers in decimal notation that have the property that the sum of its four digits equals the sum of its digits when represented in
2021-01-28 10:22:16 205
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人