-
kinect fingerTip
这个一个用于识别手指的代码,跟一般的opencv识别不同,采用kinect传感器,可以动态识别手指,建立手指的简单模型,获取手指数据,从而实现一些应用,别如用手指控制电脑鼠标,模拟键盘,钢琴等。。。。。。。。。
- 2022-08-19 20:00:53下载
- 积分:1
-
将BIOS字节数和日期读入开发环境中
将BIOS字节数和日期读入开发环境中 -will BIOS byte count and date read into the development environment
- 2022-03-05 18:21:04下载
- 积分:1
-
人工神经网络算法,神经网络,双输入,一个输出
人工神经网络算法的实现,bp神经网络,二输入,一输出-Artificial neural network algorithm, bp neural network, two input, one output
- 2022-03-20 21:29:24下载
- 积分:1
-
ISO 14229
Road vehicles ― Unified diagnostic
services
ISO 14229
Road vehicles ― Unified diagnostic
services
- 2022-03-05 16:54:54下载
- 积分:1
-
皮肤操作的DEMO,很简单的,不是那么高级的,但是有帮助的。
皮肤操作的DEMO,很简单的,不是那么高级的,但是有帮助的。-Skin operation DEMO, is very simple and not so advanced, but there is help.
- 2022-04-22 08:11:18下载
- 积分:1
-
本程序可以扫描到系统目前windows系统存在的漏洞,并给出提示,查出漏洞后,可到MS官方网站下载相应的补丁,以确保系统尽可能地安全。...
本程序可以扫描到系统目前windows系统存在的漏洞,并给出提示,查出漏洞后,可到MS官方网站下载相应的补丁,以确保系统尽可能地安全。-This procedure can be scanned into the system the current loopholes in windows system, and gives tips for identifying vulnerabilities, you can download the MS official website of the corresponding patch to ensure that the system security as much as possible.
- 2022-01-26 07:37:03下载
- 积分:1
-
实用c++编程实现了串口通信技术,非常实用.
实用c++编程实现了串口通信技术,非常实用.-c++ implementation of the serial communication technology, very useful.
- 2022-03-22 09:38:33下载
- 积分:1
-
可以同时实现高精度阶乘、乘方、排列组合运算,非常实用!...
可以同时实现高精度阶乘、乘方、排列组合运算,非常实用!-can also achieve high precision factorial, involution, permutations and combinations Operational very practical!
- 2022-09-20 23:35:03下载
- 积分:1
-
小木偶Win32汇编教学,将离线版本。之间的有限..
小木偶Win32汇编教学,整理后的离线网页版本。MASM32或TASM代码。-small puppet Win32 compilation teaching, putting the offline version. Between code or TASM.
- 2022-01-25 22:22:15下载
- 积分:1
-
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut3...
glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。
glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。
glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%System32文件夹下。
然后拷贝对应的文件到对应的目录:
glut32.dll to %WinDir%System, //这里或者是System32
glut32.lib to $(MSDevDir)....VC98lib,
glut.h to $(MSDevDir)....VC98includeGL
对于vc2005,则应拷贝到:
VCPlatformSDKLib和VCPlatformSDKIncludeGL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc
- 2022-06-28 06:41:31下载
- 积分:1