-
题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语
题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语句或if语句判断第二个字母。-Title: Please enter a few weeks the first letter to determine what is the day of the week, if the first letter of the same, then continue to determine the second letter. 1. Program analysis: statement by the situation better, if the first letter of the same, then the judge with the case statement or statements to determine if the second letter.
- 2022-12-08 13:50:03下载
- 积分:1
-
AT91SAM7S32的一个应用.本程序为为一个简单的DEBUG口的输出演示:
1,完成基本的初始化
2,初始化DEBUG口,使能发送和接收
3,现...
AT91SAM7S32的一个应用.本程序为为一个简单的DEBUG口的输出演示:
1,完成基本的初始化
2,初始化DEBUG口,使能发送和接收
3,现象为在超级几终端打印信息-AT91SAM7S32 an application. The procedure for a simple mouth DEBUG output exercise : a complete two basic initialization, initialize DEBUG mouth so that it can send and receive three. the phenomenon of a few super information terminals Print
- 2022-02-03 16:15:58下载
- 积分:1
-
在集成电路中,通常采用T型解码网络实现数字量往模拟的转换,再利用运算放大器完成模拟电流变为模拟电压的转换。所以,要把一个数字量变为模拟电压,实际上需要两个环节,...
在集成电路中,通常采用T型解码网络实现数字量往模拟的转换,再利用运算放大器完成模拟电流变为模拟电压的转换。所以,要把一个数字量变为模拟电压,实际上需要两个环节,先把数字量变为模拟电流,这是由D/A转换器完成的;再将模拟电流变成模拟电压,这是由运算放大器完成的。有时D/A转换器芯片只包含前一个环节,有些D/A转换器则包含两个环节,用前一种芯片时,需要外接运算放大器才能得到模拟电压。-In integrated circuits, the usual T-decode digital networks to analog conversion, and then complete the simulation of the use of op-amp current into the analog voltage conversion. Therefore, it is necessary to become a digital simulation of voltage, in fact, need two links, first into a digital simulation of currents, this is determined by D/A converters completed then simulate current into the analog voltage, this is determined by computing completed amplifier. Sometimes D/A converter chip contains only a part before, some D/A converter includes two aspects, before a chip, the need for external op-amp voltage can be simulated.
- 2022-03-04 04:10:59下载
- 积分:1
-
Through the DAC0832 output square wave, the initial frequency of 2KHz, the frequ...
通过DAC0832输出方波,初始频率为2KHz,频率可以通过按键“0”与“1”
进行步进调节,按一下“0”频率增加100Hz,按一下“1”频率降低100Hz。
-Through the DAC0832 output square wave, the initial frequency of 2KHz, the frequency can be key
- 2022-02-05 17:46:32下载
- 积分:1
-
(1) of the code after the function is an array on an array of n for the first ti...
(1)该码功能是将数组后n为一次放在数组前面,不改变其他元素顺序;
(2)用二分法求方程的根。-(1) of the code after the function is an array on an array of n for the first time in front of the other elements do not change the order (2) equation for the root of the dichotomy.
- 2022-06-02 21:33:27下载
- 积分:1
-
手机中用的I2C代码,包含GPIO口说明
手机中用的I2C代码,包含GPIO口说明-phone using I2C code, the oral statement contains GPIO
- 2023-01-09 15:45:03下载
- 积分:1
-
这个源代码是用汇编语言编辑的, 是可运行是源代码,用Masm611版本的编程环境运行即可。...
这个源代码是用汇编语言编辑的, 是可运行是源代码,用Masm611版本的编程环境运行即可。-the source code is compiled using the language editor, is running the source code, using Masm611 version of the programming environment can be run.
- 2022-02-20 15:59:18下载
- 积分:1
-
汇编语言实现的通讯录程序,拥有增加、删除、修改等功能。通讯录保存在记事本中,单个单位有姓名和电话号码组成。...
汇编语言实现的通讯录程序,拥有增加、删除、修改等功能。通讯录保存在记事本中,单个单位有姓名和电话号码组成。-Assembly language implementation of the address book program, has to add, delete, modify other functions. Contacts saved in Notepad, a single unit composed of the name and phone number.
- 2022-08-09 18:14:32下载
- 积分:1
-
汇编工具原代码,对处学着有很好的用处。大家快来看看看可那 啊...
汇编工具原代码,对处学着有很好的用处。大家快来看看看可那 啊-original code compilation tools to learn to be put to good use. Come see we can see that ah
- 2022-02-14 05:00:40下载
- 积分:1
-
汇编语言实现两台微机之间通过RS
汇编语言实现两台微机之间通过RS-232C电缆连接实现串行通信。
1、异步方式全双工通信,每次传送单个字符,能连续发送和接收。
2、通信双方采用程序查询方式。
-Microcomputer assembly language to achieve between the two RS-232C serial communication cable connection. 1, full-duplex asynchronous communications, each transmission of a single character can send and receive continuous. 2, communications procedures for both the use of inquiry methods.
- 2022-03-16 06:09:27下载
- 积分:1