-
计算器的代码,一般用于计算器的工作
code for calculator generally used for working of calculator
- 2023-09-04 03:10:03下载
- 积分:1
-
介绍两类同步方法都是采用滑动相关寻找峰值的办法,区别在于使用的相关器模板和先验信息。每种方法在具体实现上又可分为:串行搜索和并行搜索...
介绍两类同步方法都是采用滑动相关寻找峰值的办法,区别在于使用的相关器模板和先验信息。每种方法在具体实现上又可分为:串行搜索和并行搜索-Introduce two types of synchronization methods are used to find the peak sliding correlation approach, the difference lies in the use of the correlator template and a priori information. Each method in the concrete realization can be divided into: serial search and parallel search
- 2022-05-05 08:24:49下载
- 积分:1
-
汇编语言学习者必备工具! 汇编语言学习者必备工具!
汇编语言学习者必备工具! 汇编语言学习者必备工具!-asdfghjkklqwwrttr
- 2022-03-21 06:52:05下载
- 积分:1
-
从键盘读入一个4进制数,CRT显示等效双…
从键盘读入一个四位的十六进制数,CRT显示等值的二进制数.
由于每个十六进制数位对应4个二进制,所以每读入一个十六进制位后,即可将其对应的4个二进制位依次输出。由于数字‘0’~ ‘9’的ASCⅡ码为30H~39H,字母‘a’~‘f’与 ‘A’~‘F’的ASCⅡ码为61H~66H 与41H~46H ,因此,如果输入的字母为数字‘0’~‘9’,则其低4位即为对应的二进制位;如果输入的字符为字母‘a’~‘f’或‘A’~‘F’,则需要减7,然后通过移位将低4位依次输出。
-Reading from the keyboard into a 4 hexadecimal number, CRT display equivalent binary number. Since each hexadecimal number of the corresponding 4-bit binary, so every time into a hexadecimal places, can be its corresponding 4-bit binary sequence output. Due to the number
- 2022-12-17 12:35:03下载
- 积分:1
-
pic16f877a和LCD1602一个简单的霹雳灯
pic16f877a和LCD1602一个简单的霹雳灯
- 2022-03-13 12:25:49下载
- 积分:1
-
Proteus和labview仿真,有源码,非常不错的
Proteus和labview仿真,有源码,非常不错的-Proteus and the LabVIEW simulation, source code has a very good
- 2022-04-30 09:37:45下载
- 积分:1
-
单片机播放音乐程序,这首曲子是刘德华的“天意”,实验通过,非常好听。...
单片机播放音乐程序,这首曲子是刘德华的“天意”,实验通过,非常好听。-Singlechip playing music, this song is Andy Lau
- 2022-04-17 06:49:22下载
- 积分:1
-
功放的电路图,是新款式的,有价值
功放的电路图,是新款式的,有价值-Power amplifier circuit, is a new style, and valuable
- 2022-02-26 06:51:27下载
- 积分:1
-
汇编语言实验作业,调试正确的词法分析.帮助有需要的朋友少走弯路...
汇编语言实验作业,调试正确的词法分析.帮助有需要的朋友少走弯路-assembly language experiment operations, debugging correct lexical analysis. Help the needy friends detours!
- 2022-03-17 09:31:47下载
- 积分:1
-
题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 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