-
Implementation of an Interval Iterative Closest Point that uses intervals to fou...
Implementation of an Interval Iterative Closest Point that uses intervals to found the global optimal solution. ICP can be used in vision technologies and photogrametry as pattern mathcing and as geometrical model finder. -Implementation of an Interval Iterative Closest Point that uses intervals to found the global optimal solution. ICP can be used in vision technologies and photogrametry as pattern mathcing and as geometrical model finder.
- 2022-07-01 17:01:25下载
- 积分:1
-
hey enjoy the photo album
hey enjoy the photo album
- 2022-02-19 23:43:40下载
- 积分:1
-
Partial Differential Equations numerical computation Explicit format c language...
偏微方程数值解法中显式格式的c语言程序,刚刚开始练习编程,希望各位多多指教。-Partial Differential Equations numerical computation Explicit format c language program has just begun to practice programming, I hope the exhibitions.
- 2022-08-26 12:47:56下载
- 积分:1
-
用C语言实现的卡尔曼滤波+小波分析结合的数字信号处理方法,所有子函数与主函数包含在两个文件中...
用C语言实现的卡尔曼滤波+小波分析结合的数字信号处理方法,所有子函数与主函数包含在两个文件中-With the C language implementation of the Kalman filter+ wavelet analysis combined with digital signal processing method, all the main function subroutine contained in the two documents
- 2022-07-21 18:25:23下载
- 积分:1
-
It add the API<F_PC_DISK HDmessage>Function,can load HD s parameter,like h...
API增加了《F_PC_DISK_硬盘信息》函数,获取硬盘的相关硬件参数,如磁头数,磁道数等,支持多硬盘。 2.修改了《F_PC_DISK_获取硬盘出厂号》函数,清除了一点BUG,支持多硬盘-It add the APIFunction,can load HD s parameter,like head section ...etc.support many kind of HD.
2. It modify Function,and debug in it,support many HD
- 2022-06-13 21:04:07下载
- 积分:1
-
各种插值算法的数值分析,其中包括:牛顿…
数值分析当中的各种插值算法,包括:牛顿插值,三次样条插值,代数插值等等,在工程应用中非常有用!-Numerical analysis of the various interpolation algorithms, including: Newton interpolation, cubic spline interpolation, algebraic interpolation, etc., in engineering applications is very useful!
- 2022-07-26 00:00:21下载
- 积分:1
-
实现自动扫雷的小程序... .
实现自动扫雷的小程序... .
-Automatically mine a small program ... ....
- 2022-05-20 23:26:48下载
- 积分:1
-
《C语言实用培训教程》源代码,可供初学者学习使用
《C语言实用培训教程》源代码,可供初学者学习使用-the source codes of c language course for practice training, suitable for the beginner
- 2022-12-05 16:05:03下载
- 积分:1
-
序列
The sequence-pair was proposed to represent a rectangle
packing and a placement, and is used to place modules automatically
in VLSI layout design. Several decoding methods
of sequence-pair were proposed. However, encoding methods
are not found except the original one called “gridding”.
- 2023-02-18 09:55:04下载
- 积分:1
-
c语言的编译器
c语言的编译器,语法分析,词法分析。分析程序生成器 (分析器生成器) 是一个指定某个格式中的一种语言的语法作为它的输入,并为该种语言产生分析过程以作为它的输出的程序。在历史上,分析程序生成器被称作编译-编译程序 (编译器编译程序),这是由于按照规律可将所有的编译步骤作为包含在分析程序中的动作来执行。现在的观点是将分析程序仅考虑为编译处理的一个部分,所以这个术语也就有些过时了。合并 LALR(1) 分析算法是一种常用的分析生成器,它被称作 Yacc (另一个编译器编译程序)。给出 Yacc 的概貌来,将使用Yacc为小语言开发一个分析程序。
- 2023-04-18 04:50:03下载
- 积分:1