-
image_canny_gray
opencv將彩色影像轉成灰階和canny並存檔(opencv convert color images to grayscale and canny and archive)
- 2011-05-11 11:01:57下载
- 积分:1
-
semaphore
vxworks 信号量演示程序
在vxworks 5.5和vxworks6.6测试通过(vxworks semaphore demo
tested in vxworks 5.5 and vxworks 6.6)
- 2013-12-04 16:47:11下载
- 积分:1
-
MAZE
borlandc C++ 3.1 实现可视化迷宫算法(borlandc C++ 3.1 maze algorithm visualization)
- 2013-10-22 23:58:31下载
- 积分:1
-
sanweigenzong
三维纯角度被动跟踪定位的最小二乘_卡尔曼滤波算法(Pure three-dimensional perspective of the passive tracking of the least-squares Kalman filter algorithm )
- 2009-03-23 22:08:36下载
- 积分:1
-
YSF4_HAL_MOTOR-003.25GA370电机编码器测速
使用开发板配套的Mini USB线连接到开发板标示“调试串口”字样的Mini USB接口为开发板供电。按下任一按键之后,在PC端硬石上位机串口助手功能可以看到当前转速(圈/s),编码器值,速度的方向代表电机转动的方向(Connect the Mini USB cable supporting the development board to the Mini USB interface marked with "debugging serial port" to power the development board. After pressing the next button, you can see the current speed (coil /s), encoder value and speed direction of the hard stone upper PC serial port assistant function)
- 2019-04-26 22:58:47下载
- 积分:1
-
otb-insar-master
说明: InSAR数据处理程序。otb-insar master(InSARotb-insar master)
- 2021-03-11 09:29:26下载
- 积分:1
-
注册一个标准的字符设备
1: /*动态分配一个设备号*/alloc_chrdev_region(&LedDev,0,1,"myled"); //我们可以读取/proc/devices文件以获得Linux内核分配给设备的主设备号和设备名字2: /*动态分配cdev结构体,返个cdev结构;如果执行失败,将返回NULL。*/LedCdev = cdev_alloc();3: /*初始化Cdev结构体*/cdev_init(LedCdev,&fops);4: /*注册Cdev结构体*/cdev_add(LedCdev,LedDev,1);
- 2022-01-26 02:49:41下载
- 积分:1
-
小型文件系统模拟实验,操作系统实验程序,给大家使用。
小型文件系统模拟实验,操作系统实验程序,给大家使用。-Small file system simulation, operating systems, experimental procedures, to the U.S. to use.
- 2022-01-31 09:46:28下载
- 积分:1
-
s
说明: 计算三次样条插值函数(Calculation of cubic spline interpolation function)
- 2003-03-16 00:00:00下载
- 积分:1
-
C++
构造函数 析构函数 拷贝构造函数 赋值运算符重载 的实例(Constructor destructor copy constructor assignment operator overloading example)
- 2007-07-13 22:49:09下载
- 积分:1