-
DP-1581的8563T及7289a键盘LED演示程序-DP-1581 and 7289a of the 8563T Keyboard LED demo
- 2022-02-03 13:45:17下载
- 积分:1
-
这是液晶程序的源代码
这是液晶程序的源代码-This is a program"s source code
- 2022-12-26 22:35:02下载
- 积分:1
-
加密Altera的FPGA的方法
加密Altera的FPGA的方法
加密Altera的FPGA的方法
加密Altera的FPGA的方法-Altera FPGA encryption method Altera FPGA encryption methods
- 2022-09-04 15:55:03下载
- 积分:1
-
High to low dividend deposited in TEMP_STR
被除数由高到低存于TEMP_STR-->TEMP_STR+4中,除数存于TEMP_STR+10-->TEMP_STR+14中,
运算后商存于TEMP_STR-->TEMP_STR+4中,余数存于TEMP_STR+5-->TEMP_STR+9中
高字节在前
方法:移位相除
10位BCD码除法 XUE:20080729-High to low dividend deposited in TEMP_STR-> TEMP_STR+ 4, the divisor stored in TEMP_STR+ 10-> TEMP_STR+ 14, the operations are kept in after TEMP_STR-> TEMP_STR+ 4, the remainder stored in TEMP_STR+ 5-> TEMP_STR+ 9 in the high byte of the former method: shift 10 BCD division code division XUE: 20080729
- 2022-07-08 14:31:21下载
- 积分:1
-
编译原理大操作。语言编译器实现。大歌剧院…
编译原理大作业。C语言编译器的实现。附大作业的doc文档说明部分。-compiler principles large operations. C language compiler achieved. A large operations doc file narrative.
- 2022-04-20 09:02:23下载
- 积分:1
-
这是我最近制作的,觉得还可以,请大家评论以下
这是我最近制作的,觉得还可以,请大家评论以下-This is my most recent production, I felt that I could, please comment on the following
- 2022-11-19 00:00:03下载
- 积分:1
-
这个程序是:图形菜单,并且可以在菜单上添加窗口
这个程序是:图形菜单,并且可以在菜单上添加窗口-This procedure is: graphical menu, and can be added in the menu window
- 2022-03-23 06:23:50下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
用汇编语言实现单片机电流检测程序
用汇编语言实现单片机电流检测程序-ASM
- 2022-06-16 02:28:18下载
- 积分:1
-
在我们生活中,我们很容易通过这个叫张三,那个叫李四,另外一个是王五;那是因为每个人有不同的名子,我们就很快认出,同样,对于要通过一个按键来识别每种不同的功能,我...
在我们生活中,我们很容易通过这个叫张三,那个叫李四,另外一个是王五;那是因为每个人有不同的名子,我们就很快认出,同样,对于要通过一个按键来识别每种不同的功能,我们给每个不同的功能模块用不同的ID号标识,这样,每按下一次按键,ID的值是不相同的,所以单片机就很容易识别不同功能的身份了。-In our lives, we can easily Zhang through this three or four叫李that, another five-Wang it is because everyone has a different name, we quickly identified, and similarly, for a button to pass to identify the different functions of each, we have different functions to each module" s ID number with different logo, so, for every one button press, ID is not the same value, so it is easy to identify the different single-chip function hats.
- 2023-02-25 05:05:03下载
- 积分:1