-
本程序设计是为了方便的自动更换墙纸,可以根据你的设置自动更换墙纸...
本程序设计是为了方便的自动更换墙纸,可以根据你的设置自动更换墙纸-this procedure is designed to facilitate the automatic replacement of wallpaper, you can set up automatic replacement of wallpaper
- 2022-08-09 02:01:10下载
- 积分:1
-
本程序是利用文件240X.ASM中的子程序对EEPROM 240X进行多字节读写的操作示例(同样适用于416)...
本程序是利用文件240X.ASM中的子程序对EEPROM 240X进行多字节读写的操作示例(同样适用于416)-this procedure is to use the document 240X.ASM subroutine right EEPROM 240X multi-byte read and write operations examples (the same applies to 416)
- 2023-07-22 10:45:03下载
- 积分:1
-
C8051 int 的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料....
C8051 int 的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of C8051 int, it will bring you very big benfit if you will read it, it is very nice.
- 2022-02-20 02:58:58下载
- 积分:1
-
dsk5416的McBSP的应用。我已经调试以确保正确…
DSK5416的mcbsp应用.本人调试过,保证正确-Application of the McBSP DSK5416. I have been debugging to ensure that the correct
- 2022-06-28 23:06:01下载
- 积分:1
-
此程序对端口进行测试,保证其方向的正确性。
此程序对端口进行测试,保证其方向的正确性。-This procedure to test port to ensure the correctness of its direction.
- 2022-03-21 06:03:50下载
- 积分:1
-
1. 本程序中,首先应输入一个值赋给初始报数上限m,人数n应为任意的,程序应能自动保存出列人的序号并将出列的人所持的密码赋给m,再次作为报数上限,然后删除出列人...
1. 本程序中,首先应输入一个值赋给初始报数上限m,人数n应为任意的,程序应能自动保存出列人的序号并将出列的人所持的密码赋给m,再次作为报数上限,然后删除出列人信息。如此循环,直至所有人都出列为止。
2. 程序以用户和计算机的对话方式执行,即在计算机屏幕上显示“提示信息”之后,由用户在键盘上输入相应数据(即每个人所持的密码),每个人的序号由程序自动分配并存储。
-1. This process should first enter a value assigned to the initial reported that the maximum number of m, the number n should be arbitrary, the procedure should be able to automatically save a number of people out and held out the password assigned to m again reported as the maximum number, and then delete the information out of people. Such a cycle, until all that far out. 2. Procedures to computer users and the implementation of the dialogue, that is displayed on the screen in the computer " message" after the keyboard by the user in the corresponding input data (that is, each person" s password), each individual" s serial number automatically assigned by the procedures and stored.
- 2022-01-31 12:38:49下载
- 积分: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
-
FAT16 磁盘格式引导程序(ASM)
FAT16 磁盘格式引导程序(ASM)-FAT16 disk format guide (ASM)
- 2022-06-16 22:49:29下载
- 积分:1
-
68013 FIFO通信与安装,你也有时间来看看!
68013与fifo通信设置,还请各位有时间看看!-68,013 fifo communication with the setup, you also have time to look at!
- 2022-07-07 07:57:58下载
- 积分:1
-
51编写的电扇的程序,可以控制转速,并且在液晶上显示。在我们的板子上可以调试通过的...
51编写的电扇的程序,可以控制转速,并且在液晶上显示。在我们的板子上可以调试通过的-51 fans prepared procedures to control speed, and liquid crystal display. In our board can debug through the
- 2022-11-23 07:25:03下载
- 积分:1