-
我实验板带的实验程序,留给初学者看看吧,其他的我再整理一下,陆续上传吧...
我实验板带的实验程序,留给初学者看看吧,其他的我再整理一下,陆续上传吧-I experiment with the experimental procedure sheet, leaving beginners take a look at it, other like me to organize a series of upload it
- 2022-02-25 00:27:19下载
- 积分:1
-
贪吃蛇C源码,可以实现C语言的一个游戏.
贪吃蛇C源码,可以实现C语言的一个游戏.-code of a game named eat_snake,this is can carry out a game of c language
- 2022-02-21 03:41:33下载
- 积分:1
-
一个密码程序很好
一个密码程序很好-a good password procedures
- 2022-05-25 15:06:28下载
- 积分:1
-
一个很好的汇编集成开发环境,支持多种汇编编译器。
一个很好的汇编集成开发环境,支持多种汇编编译器。-A good assembly language IDE which support most assemblers.
- 2022-03-26 10:42:29下载
- 积分:1
-
多位的加减运算,允许有负数.
多位的加减运算,允许有负数.-number of addition and subtraction operations and allow a negative.
- 2023-09-08 03:40:02下载
- 积分:1
-
failed to translate
用汇编编程,带字库的12864的点阵、图形、汉字显示-failed to translate
- 2022-05-13 00:31:29下载
- 积分:1
-
Intel instruction set compilation
Intel 汇编指令集-Intel instruction set compilation
- 2022-03-02 07:06:55下载
- 积分: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
-
DSP2407的CAN通讯例程,调试通过。
DSP2407的CAN通讯例程,调试通过。-DSP2407 the CAN communication routines, debugging through.
- 2022-04-18 22:10:17下载
- 积分:1
-
该程序是一个0~3V电压采集系统的通讯显示系统,共有128个通道。...
该程序是一个0~3V电压采集系统的通讯显示系统,共有128个通道。-The program is a 0 ~ 3V voltage acquisition system communication display system, a total of 128 channels.
- 2022-02-13 17:40:48下载
- 积分:1