-
文本编辑有我不再麻烦,课程设计?或者其他什么的~这里有你想要的资料・...
文本编辑有我不再麻烦,课程设计?或者其他什么的~这里有你想要的资料・-text editor I will not have trouble, curriculum design? Or what other ~ Here is the information you want
- 2022-01-22 01:40:58下载
- 积分:1
-
at24系列存储器的汇编语言存储程序,内容比较详细
at24系列存储器的汇编语言存储程序,内容比较详细-at24 series of assembly language memory storage procedure, the contents of a more detailed
- 2022-03-18 02:17:09下载
- 积分:1
-
that I write on the H.264 codec
这是我自己写的关于H.264解码反量化(IQ)部分的ARM汇编程序.请版主给以指教,多谢!-that I write on the H.264 codec- quantization (IQ) of ARM assembler. Please enlighten giving moderator, Thank you!
- 2022-04-02 05:03:07下载
- 积分:1
-
可以保存计算过程。
可以保存计算过程。-can preserve the computation process.
- 2022-03-24 05:40:44下载
- 积分:1
-
文件比较小,内容比较简单,很容易看懂,希望对大家有所帮组...
文件比较小,内容比较简单,很容易看懂,希望对大家有所帮组-document is relatively small, relatively simple and very easy to understand, and I hope to have you help group
- 2022-07-07 05:45:51下载
- 积分:1
-
24C01的汇编驱动程序。直接解压。 有注释
24C01的汇编驱动程序。直接解压。 有注释-24C01 compilation driver. Direct decompression. It Notes
- 2022-03-17 06:21:40下载
- 积分:1
-
this program is compiled using a series of intricate graphics clock, double
本程序是一个用汇编编的精致的图形时钟,运行时双击clock图标即可,钟表显示的时间为本机系统的时间。 按b键可扩大画面 ;按s键可缩小画面;按c键可改变颜色;按e键可听音乐;按q键退出本程序.-this program is compiled using a series of intricate graphics clock, double-click the clock running icon, watches showed the time-based system of the machine. By b Bond picture can be expanded; According s keys can narrow picture; By c Bond can change color; By e keys to listen to music; Q keys on the withdrawal procedures.
- 2023-06-24 10:15:03下载
- 积分:1
-
从首地址为1000H开始存放10个数,要求设计程序将这些数由小到大排序,排序后的数仍放在原地址处。...
从首地址为1000H开始存放10个数,要求设计程序将这些数由小到大排序,排序后的数仍放在原地址处。-Starting from the first address 1000H store the number 10 to require the design process to sort these the number of small to large, sort after a few still on the original address.
- 2022-06-18 21:59:25下载
- 积分: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
-
stepper_motor一个旋转的时钟
stepper_motor一个旋转的时钟-stepper_motor a rotating clock
- 2022-07-14 04:18:29下载
- 积分:1