-
汽车检测
本规范使用OPENCV和opencvblob lib中检测到汽车跨下红灯人行横道,这段代码 使用背景减除的运动检测和模板匹配的交通灯颜色检测,用于运行此 代码是必要的MinGW(带的pthread)和Eclipse。在这部影片中的示例https://www.youtube.com/watch?v=I7wW24j57Lw
- 2022-03-18 23:23:11下载
- 积分:1
-
a very common procedure, the database application, prepared by PB
很普通的一个程序,数据库的应用,PB编写的-a very common procedure, the database application, prepared by PB
- 2022-06-18 01:06:57下载
- 积分:1
-
mpi的安装过程及一个简单例子,适合初学者
mpi的安装过程及一个简单例子,适合初学者-mpi the installation process and a simple example, for beginners
- 2022-03-12 01:54:22下载
- 积分:1
-
his little function rounds a number (or the elements of a vector ot matrix) towa...
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes.
I was about to upload this file when I found "sd_round.m" by Edward Zechmann (see aknowledgment), which has similar feature (and more). But, because my script is very different in coding (much much shorter), I decided to share it anyway.
- 2022-06-30 21:07:55下载
- 积分:1
-
西安电磁科技大学<数值分析>上级作业部分程序.
西安电磁科技大学上级作业部分程序.-Electromagnetic Xi
- 2023-06-05 03:10:04下载
- 积分:1
-
该文件是如此的好,你可以用它在任何地方
the document is so good thatyou can ues it anywhere
- 2023-01-25 07:05:04下载
- 积分:1
-
PL2303
PL2303-18HXusb线的驱动,用于手机,平台的调试,-PL2303-18HXusb line driver for mobile phones, platform debugging,
- 2022-03-19 03:14:02下载
- 积分:1
-
用于系统优化 , 并附带一些实用工具
此软件 暂只完全支持 windows XP...
用于系统优化 , 并附带一些实用工具
此软件 暂只完全支持 windows XP-For system optimization, and some utility attached to this software is only temporary full support for windows XP
- 2023-02-24 19:30:04下载
- 积分:1
-
是一个利用数组编写的迷宫程序!
是一个利用数组编写的迷宫程序!-is an array prepared by the use of the maze procedure!
- 2023-03-09 02:40:03下载
- 积分:1
-
cuda 并行编程代码
CUDA 是一种并行编程模型和软件环境,用于应对这种挑战,同时保证熟悉 C 语言等标准编程语言的程序员能够迅速掌握 CUDA。CUDA 的核心有三个重要抽象概念:线程组层次结构、共享存储器、屏蔽同步(barrier synchronization),可轻松将其作为 C 语言的最小扩展级公开给程序员。这本关于GPU高性能编程的代码对于初学GPU编程的学者来说是非常难得的,它通过程序实例让初学者更好地理解GPU编程。
- 2022-04-10 15:46:25下载
- 积分:1