-
lunar/solar calendar compilation conversion
农历/阳历汇编转换程序-lunar/solar calendar compilation conversion
- 2022-10-16 17:10:03下载
- 积分:1
-
用DS18B20来显示当前的温度,低字节存在r7中,高字节存在r6中,在KEILC中通过编译测试成功,用的是汇编语言...
用DS18B20来显示当前的温度,低字节存在r7中,高字节存在r6中,在KEILC中通过编译测试成功,用的是汇编语言-Using DS18B20 to display the current temperature, low-byte r7 existence, the existence of the high-byte r6, in KEILC tested successfully by the compiler, using assembly language
- 2022-09-29 03:15:03下载
- 积分: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
-
121 243453543452 54您提供的文件包
121 243453543452 54您提供的文件包-121 243453543452 54 your packet of documents
- 2023-04-04 15:45:04下载
- 积分:1
-
选了一部分比较有代表性的汇编实验题目,都是自己亲手调过的,很有参考价值...
选了一部分比较有代表性的汇编实验题目,都是自己亲手调过的,很有参考价值-More representative selection a part of a compilation of experimental subjects, are transferred off his hand, of great reference value to
- 2022-05-30 03:11:39下载
- 积分:1
-
it is about how thing goes in bank
it is about how thing goes in bank
- 2022-01-26 04:11:55下载
- 积分:1
-
模拟实际的交通灯程序
1加到100
8086模拟器2.05
模拟实际的交通灯程序
1加到100
8086模拟器2.05-Simulation of the actual process of traffic lights 100 8086 Simulator 1 Add 2.05
- 2023-03-10 12:45:04下载
- 积分:1
-
C8051F330单片机的FLASH程序的读写低层代码,可以用它实现在线录入....
C8051F330单片机的FLASH程序的读写低层代码,可以用它实现在线录入.-C8051F330 MCU FLASH procedures to read and write low-level code can use it online entry.
- 2022-06-16 05:58:48下载
- 积分:1
-
intron 10 has several successful c compiler code, we are happy to share.
内含十几个已编译成功的c代码,欢迎大家共享。-intron 10 has several successful c compiler code, we are happy to share.
- 2022-06-26 12:12:52下载
- 积分:1
-
8051单片机的监控程序
8051监控程序:-使用外部ram运行用户程序-使用EEPROM保存用户程序-提供单步去毛刺,可以读取内部寄存器和ram
- 2022-08-22 01:20:44下载
- 积分:1