-
词法分析器
//分割符号
#define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";")
//表达式符号
#define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="")
//数字
#define is_num(c) (c>= "0"&&c
- 2023-01-10 16:50:04下载
- 积分:1
-
精神的项目
数据流是用于许多不同的应用的一种重要模式:网络流量分析,传感器网络监控,运动对象的跟踪,金融数据分析。主要的挑战是:1)速度的挑战:数据正在进入该系统中的实时处理(例如,股票指数报价,传感器测量结果,网络流量); 2)空间的挑战:数据通常是无界的某些职位上如何有效地存储和处理数据的另一个挑战。很多数据流应用的监控应用,其中的实时数据流进入系统体积庞大需要进行趋势分析和异常检测进行监控。关键的是要检测的模式和关系中可能存在的共同进化的数据流。流往往是内在相关性(例如,温度在同一栋大楼,在同一网络中主机的流量,在同一个市场,价格等),它可以减少几百个数字流逼到了一把隐变量的紧凑描述的主要趋势,并显着降低了进一步的数据处理的复杂性。
- 2022-12-30 01:25:03下载
- 积分:1
-
ACM1087 realize the title of the request, the document provided in the form of t...
实现了ACM1087题中的要求,以文件的方式提供测试数据。-ACM1087 realize the title of the request, the document provided in the form of test data.
- 2022-06-27 12:01:22下载
- 积分:1
-
on several spline interpolation algorithm classic
关于多次样条插值的经典算法-on several spline interpolation algorithm classic
- 2022-03-25 04:31:35下载
- 积分:1
-
Edge Detection and Image SegmentatiON
The command prompt version of the Edge Detection and Image SegmentatiON (EDISON) System provides a versatile environment for performing confidence based edge detection and synergistic image segmentation through the definition of user defined scripts. In an EDISON script one specifies the system parameters, input, output, and operations. The system functionality is facilitated through a simple set of commands and parameters described in the following sections.
- 2022-05-30 00:51:05下载
- 积分:1
-
有关图片转化格式
资源描述
这个是一个非常好的代码,踏实一个好的程序aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
- 2022-09-06 13:20:03下载
- 积分:1
-
0v7670实现寻捡网球机器人
应用背景可用于物体的识别跟踪。寻捡。实现视觉跟踪。关键技术网球的识别与跟踪。寻找中心,进行中心的扩散,确定网球的边界以及中心,并在LCD显示。以新的中心进行扩散。不断实现网球的跟踪。学校一门课程最后做的寻捡网球机器人,0v7670采集图像,处理pwm控制电机进行跟踪,最后通过多次判断寻捡网球条件,驱动舵机捡起网球。
- 2022-06-17 20:12:11下载
- 积分:1
-
很经典的算法,自己看看吧,也是别人作的。
很经典的算法,自己看看吧,也是别人作的。-classic algorithms, and let"s see it themselves, but also for the others.
- 2022-04-18 04:18:24下载
- 积分:1
-
数据挖掘中的bridgit算法的例子。 非常经典
数据挖掘中的bridgit算法的例子。 非常经典-of data mining algorithms bridgit example. Very classic
- 2022-07-07 13:17:01下载
- 积分:1
-
车 detcte
你好我是一名学生在我试着做一个项目结束 concernat 研究对象的城市交通 (4 轮驱动及 2 轮摩托车,例如) 检测的第三年周期工程师这一项目与 visual studio 2010 和 opencv 2.4.8 并且谢谢你
- 2023-03-29 14:45:04下载
- 积分:1