-
对图像做了简单处理,最后一段代码段实现4各功能,汇编运算较多...
对图像做了简单处理,最后一段代码段实现4各功能,汇编运算较多-Do a simple image processing, the realization of the last paragraph of the code segment 4 of the function, the compilation of more computing
- 2022-03-26 11:40:23下载
- 积分:1
-
此源码是我从一篇日本论文中摘下来的,大家可以借鉴一下,如果需要的话。...
此源码是我从一篇日本论文中摘下来的,大家可以借鉴一下,如果需要的话。-I learned from this source is a paper off to Japan, and we can learn from you, if necessary.
- 2022-06-19 22:48:09下载
- 积分:1
-
用汇编写的哦!其他也没什么说的,只是他一定要20个字,没办法拉...
用汇编写的哦!其他也没什么说的,只是他一定要20个字,没办法拉-compilation was made with the Oh! Others have nothing to say is that he must 20 characters, not to pull the ball! !
- 2022-05-05 14:01:09下载
- 积分:1
-
根据8051单片机的特点及交通灯在实际控制中的特点,本文提出一种用单片机自动控制交通灯及时间显示的方法....
根据8051单片机的特点及交通灯在实际控制中的特点,本文提出一种用单片机自动控制交通灯及时间显示的方法.-According to the characteristics of 8051 and the traffic lights in the actual control of the characteristics of this paper, a single-chip automatic control with traffic lights and the time display method.
- 2023-03-23 05:30:03下载
- 积分:1
-
TI个实现同步电机的SVPWM控制算法的使用
使用TI TMS2407 实现SVPWM同步电机控制算法-TI TMS2407 realize the use of SVPWM control algorithm for synchronous motor
- 2022-03-10 03:28:16下载
- 积分:1
-
编的不好,请多多指教,32位的十六进制转换十进制并显示。
编的不好,请多多指教,32位的十六进制转换十进制并显示。-series of the poor, exhibitions, the 32 hexadecimal and decimal conversion shows.
- 2023-06-23 07:30:04下载
- 积分: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
-
一个显示图形的代码~如果做课程设计的同学可以拿来看看~...
一个显示图形的代码~如果做课程设计的同学可以拿来看看~-a graphic display to the code, if the design of the courses students could take a look at ~
- 2022-02-16 04:03:12下载
- 积分:1
-
LCD驱动ASM程序
lcd drive asm program-lcd drive asm2 program
- 2022-01-25 22:51:24下载
- 积分:1
-
avr串口通信,适合所有型号的,为刚刚入门的人提供参考
avr串口通信,适合所有型号的,为刚刚入门的人提供参考-avr serial communications, suitable for all models for the entry of people just provide a reference
- 2022-12-26 00:20:03下载
- 积分:1