-
pl0语言语法分析(c++写的)
本来是编译原理的作业,作业布置到了语义分析,想下载贵网站的源码参考参考,发现没有Money,只能上传源码看能不能行。。。输入文件是test1.pl0和test2.pl0,输出文件是Error_1.txt和Error_2.txt。写了这么多不知道有没有50个字,上传一下试试哈~
- 2022-07-07 03:02:53下载
- 积分:1
-
TMS320LF2407 achieved using space
用TMS320LF2407实现空间矢量PWM(SVPWM).rar-TMS320LF2407 achieved using space-vector PWM (SVPWM). Rar
- 2022-05-24 17:19: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
-
汇编语言程序设计(第二版)课后答案,从第二章开始!
汇编语言程序设计(第二版)课后答案,从第二章开始!-Assembly language programming (second edition) after the answer, from the beginning of the second chapter!
- 2022-01-28 20:53:19下载
- 积分:1
-
P1口的流水灯程序,先亮流水,后不亮流水,正反相对
P1口的流水灯程序,先亮流水,后不亮流水,正反相对-P1 mouth flow signals procedures and bright water, after failing to turn water, the relative pros and
- 2023-04-16 19:00:03下载
- 积分:1
-
步进电机加减速控制
步进电机加减速控制-Stepper motor speed control
- 2022-04-23 15:25:48下载
- 积分:1
-
motherboard equipment checks the source code TC!
主板设备检查的TC源代码!-motherboard equipment checks the source code TC!
- 2022-12-07 12:20:02下载
- 积分:1
-
用于mann
用于mann-kendall趋势分析,由于本人水平有限,只能做到这一步了,请凑活着用吧。-Mann-kendall for trend analysis, due to limited I can only do this step, please use your living together.
- 2022-08-19 12:21:23下载
- 积分:1
-
A Newton interpolation matlab m
一个牛顿插值的matlab的m文件-A Newton interpolation matlab m-file
- 2022-01-26 07:23:21下载
- 积分:1
-
1-WIRE通讯协议的C51例子程序集锦
1-WIRE通讯协议的C51例子程序集锦-1-WIRE communication protocol procedures for the collection of the best examples of C51
- 2023-03-30 12:40:03下载
- 积分:1