-
Tiny语言词法分析
C语言实现的Tiny语言词法分析器
使用DFA构造Tiny语言的词法规则,通过一遍扫描得出Tiny语言的Token
- 2023-08-17 06:10:03下载
- 积分:1
-
diannaobaojiaguanlixitong
电脑报价管理系统,实现查询,插入,修改,统计等等功能,用语装机时候管理帐单,配件等等,有数据库备份(Computer pricing management system, query, insert, modify, statistics and so on function, management of billing terms when installed, accessories and so on, have a database backup)
- 2008-04-10 17:02:37下载
- 积分:1
-
基于条件随机场的短语识别
对于哈语的基于条件随机场的短语识别,根据哈语的已经标注好的短语语料,在条件随机场的模型下训练就得到训练好的参数,再用训练好的模型和参数对测试语料进行测试,就得到相应的结果
- 2022-09-30 20:35:06下载
- 积分:1
-
Dvvesktop
单片机入门程序 带仿真 流水灯 数码管(SCM entry program with light water digital simulation)
- 2015-04-07 22:03:48下载
- 积分:1
-
qishi
这是一个骑士飞行棋的游戏,自己在vs2010上实现,很有参考价值(This is a chess game knight flying himself realized on vs2010, great reference value)
- 2013-12-14 10:06:21下载
- 积分:1
-
converte-into-corresponding-digital
对一段只含有几种字符的字符串进行转换,转换成相应的数字(a string contains only several character conversion, and converted into the corresponding digital
)
- 2013-09-07 17:46:26下载
- 积分:1
-
步进电机位置环控制
/* 包含头文件 ----------------------------------------------------------------*/
#include "stm32f1xx_hal.h"
#include "StepMotor/bsp_STEPMOTOR.h"
#include "usart/bsp_debug_usart.h"
#include "EncoderTIM/bsp_EncoderTIM.h"
#include
#include
/* 私有类型定义 --------------------------------------------------------------*/
typedef struct
{
__IO float SetPoint; // 目标值 单位:mm
__IO int LastError; // 前一次误差
__IO int PrevError; // 前两次误差
__IO long SumError; // 累计误差
__IO double Proportion; // Kp系数
__IO double Integral; // Ki系数
__IO double Derivative; // Kd系数
}PID;
/* 私有宏定义 ----------------------------------------------------------------*/
#define TXDCYCLE 1000 // 数据发送周期;单位:ms
#define SAMPLING 0x01 // 采样标记
#define TXD 0x02 // 发送数据标记
#define MAX_SPEED 200
#define abs(x) ((x)= TXDCYCLE) // 1s
{
Time_Flag |= TXD;
time_count = 0;
}
}
- 2021-10-18 00:30:55下载
- 积分:1
-
AKMC-_TIS_Solute-
用于研究粒子在晶体材料内输运性质,计算扩散系数的动力学蒙特卡洛程序(
Kinetic Monte Carlo program is used to study particle transport properties in crystalline materials, the calculation of the diffusion coefficient
Kinetic Monte Carlo program is used to study particle transport properties in crystalline materials, the calculation of the diffusion coefficient)
- 2016-05-06 18:08:16下载
- 积分:1
-
Program
find contour not complete
- 2012-06-30 03:17:30下载
- 积分:1
-
1
说明: 51单片机简单的蜂鸣器代码,新手入坑,还有字数限制(51 MCU simple buzzer code. Novice into the pit. There are word limits.)
- 2020-06-21 04:00:02下载
- 积分:1