-
mBot程序集
说明: mbot,scratch程序案例,可以用来学习mbot控制。(Mbot, scratch program case, can be used to learn mBot control.)
- 2020-06-25 17:00:01下载
- 积分:1
-
change_label
读取二进制文件并修改其中指定的关键数字,替换为另一个指定数字(read data and change it)
- 2019-05-15 16:54:30下载
- 积分:1
-
C# 基于LumiSoft.Net的Sip电话开发
说明: C# LumiSoft.Net的源码库 和网上找的一个Sip电话实例 有需要的可以看看 LumiSoft.Net的协议还是很丰富的,希望可以帮到大家(C# LumiSoft. Net source library and a Sip phone instance found on the Internet need to see LumiSoft. Net protocol is still very rich, I hope to help you.)
- 2019-04-28 14:14:07下载
- 积分:1
-
可逆素数
输入一个数判断该数是否是一个可逆素数,如果是输出**是可逆素数,否则为不是!(Enter a number to determine if the number is a reversible prime number. If it is output * is a reversible prime number, otherwise it is not!)
- 2018-05-01 16:32:39下载
- 积分:1
-
tongjimima
统计字母出现的频率,统计英文文章相应字母出现概率(Statistics the frequency of occurrence of English letters, the letters corresponding to probability statistics)
- 2011-12-19 20:02:36下载
- 积分:1
-
mpu6050
mpu6050驱动代码,加上液晶屏,啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊(MPU 6050 driver code)
- 2020-06-18 23:20:01下载
- 积分:1
-
SMGPGateway
电信短信接口 SMGP协议接口开发包以及测试代码(Telecommunication short message interface)
- 2018-01-25 13:29:02下载
- 积分:1
-
ADS1292资料V3.0
说明: ADS1292源码,包括原理图,STM32源码,实现心电图,呼吸监测(ADS1292 , include sch, stm32 code(hal, std))
- 2021-04-20 20:18:50下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
LLT User Guide
This document describes the installation process and the implementation of the Local Loading Tool (LLT). This tool allows the user to download software components or parameter files in the terminals with TELIUM technology.
- 2019-02-11 14:07:42下载
- 积分:1