-
定时器程序采用89c2051
定时器程序采用89c2051 -timer procedures used 89c2051
- 2022-02-02 10:27:08下载
- 积分:1
-
it is helpful for download the program to the on
最新的2812烧写flash的插件,用于ccs2000的,适合于2812芯片为cg的版本。很好用-it is helpful for download the program to the on-chip flash.
- 2022-05-21 09:12:18下载
- 积分:1
-
- 2022-03-10 14:40:35下载
- 积分:1
-
(汇编源代码)编写一个简单的操作系统 By Vivek Mohan
(汇编源代码)编写一个简单的操作系统 By Vivek Mohan-(Compiled source code) to prepare a simple operating system By Vivek Mohan
- 2023-04-08 03:30:03下载
- 积分:1
-
VC内联汇编示例代码
VC内联汇编示例代码-VC associated sample code compilation
- 2023-08-16 13:00:02下载
- 积分: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
-
Learning assembly language produced by the procedure, very useful, I think more...
学习汇编语言编制的程序,非常参考价值,我认为汇编比较难。-Learning assembly language produced by the procedure, very useful, I think more difficult to compile.
- 2023-06-23 21:25:04下载
- 积分:1
-
Experimental ARMSYS 12: A/D converter applications Description: through the A/D...
ARMSYS实验十二:A/D转换器应用
描述:通过A/D转换器读入模拟信号伏值-Experimental ARMSYS 12: A/D converter applications Description: through the A/D converter analog signal read into the V value
- 2022-02-01 18:06:03下载
- 积分:1
-
无刷直流电机的SPWM程序,可以用来实现变频的作用
无刷直流电机的SPWM程序,可以用来实现变频的作用-Brushless DC motor SPWM procedures, can be used to realize the role of frequency
- 2022-01-31 06:23:44下载
- 积分:1
-
compilation prepared by the S52 MCU control of the LED digital display of lights...
汇编编写的S52单片机控制的LED数码管灯显示2位16进制程序-compilation prepared by the S52 MCU control of the LED digital display of lights two 16-band procedures
- 2022-02-14 14:40:04下载
- 积分:1