-
可以用masm32编译
可以用masm32编译-compiler can be used between
- 2022-06-26 18:50:40下载
- 积分:1
-
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!...
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!
- 2022-05-22 06:09:15下载
- 积分:1
-
该C语言编写的程序能计算出细胞的个数,如果对生物感兴趣的同学可下载....
该C语言编写的程序能计算出细胞的个数,如果对生物感兴趣的同学可下载.-the C language procedure to calculate the number of cells, the right biological interested students can download.
- 2022-05-07 14:14:28下载
- 积分:1
-
通过51程序,用户可以使用ATMEL T89C51CC01建
通过a51程序,用户可以使用ATMEL T89C51CC01内置的模数转换功能,提高学习效率
- 2022-01-25 15:58:27下载
- 积分:1
-
本程序是数字钟的单片机汇编程序,可供大家参考。
本程序是数字钟的单片机汇编程序,可供大家参考。-This procedure is the single-chip digital clock assembler for your reference.
- 2022-01-26 05:43:20下载
- 积分:1
-
呵呵 一些及其简单的源代码 不是我的垃圾 而是我实在太急需要一些东西了 抱歉了 大家...
呵呵 一些及其简单的源代码 不是我的垃圾 而是我实在太急需要一些东西了 抱歉了 大家-Hehe some of its simple source code is not my rubbish but I really need to rush things a sorry everyone
- 2022-01-21 18:43:44下载
- 积分:1
-
直线电机的控制
controling motor linearly
- 2022-11-28 21:50:03下载
- 积分:1
-
Multi
多功能太阳能定时器程序(液晶),对产品开发有很好的参考价值。-Multi-function solar timer program (LCD), for product development has a very good reference value.
- 2022-07-03 13:20:51下载
- 积分: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
-
This is a brushless DC motor speed control based on the DSP2407 source code, eve...
这个是直流无刷电机的基于DSP2407的速度控制源代码,希望对大家有所帮助,平台是CCS2-This is a brushless DC motor speed control based on the DSP2407 source code, everyone would like to help, platform is CCS2
- 2022-07-06 22:52:11下载
- 积分:1