-
词法分析器
实现编译系统的词法分析功能,是后续语法分析,语义分析的基础和重要环节。
- 2022-02-24 11:27:50下载
- 积分:1
-
对图进行匹配的算法
对图进行匹配的算法-right map Matching Algorithm
- 2022-08-21 05:53:59下载
- 积分:1
-
图书馆管理系统
#include
#include
#include
#include
struct book //图书
{
long NO;//编号
char name[10];//书名
char author[10];//作者名
int classification;//分类号
char publish_unit[20];//出版单位
long publish_time;//出版时间
int number;//库存数
- 2022-02-22 11:27:15下载
- 积分:1
-
直流电机的 PID 控制
pid 控制直流电机转速和旋转编程与 CCS 编译器 (C 代码),用 protus 模拟
- 2022-03-09 19:29:15下载
- 积分:1
-
运动目标位置预测
运动目标位置预测-moving target location forecast
- 2023-06-21 09:55:03下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
找图delphi
应用背景简单的图片找图..抢微信红包也是用这个找图了.windows系统找图必需品,集成到自己作品超好类库.可扩展多种模式........关键技术简单的图片找图算法图找色.色对比..超容易调用.配合模拟按键(过了再发)就是一个按键精灵了.........按键精灵就是找图点击按键...........
- 2022-01-23 11:09:55下载
- 积分:1
-
牛顿迭代法解方程组 写得比较简单 但是使用
牛顿迭代法解方程组 写得比较简单 但是使用-Newton" s iterative method solution of equations written in relatively simple, but the use of
- 2022-02-05 16:37:23下载
- 积分:1
-
MESI协议
源代码采用C++实现多核缓存一致性协议。实现了MESI协议。测试用例使用4个内核运行,输入数据是内存系统上的50个请求。输出是缓存和内存的最终状态。
- 2022-05-21 13:44:41下载
- 积分:1
-
java calculator, has very powerful functions, able to perform most of scientific...
java 计算器,功能较强大,可进行大多数科学计算-java calculator, has very powerful functions, able to perform most of scientific calculation
- 2022-02-04 13:06:56下载
- 积分:1