-
hog
使用C++计算图像的梯度直方图,提取图像的梯度特征,用于后期的应用(Using C++ to calculate the image gradient histogram, extract the image gradient feature for late applications)
- 2012-04-10 10:57:34下载
- 积分:1
-
CudaSift-master
在GPU-CUDA平台上进行SIFT特征提取,加快提取速度(On GPU-CUDA platform SIFT feature extraction, speeding up the extraction rate)
- 2021-04-09 22:38:59下载
- 积分:1
-
Visual C++ 工程应用与项目开发实践
说明: 一个Visual C++ 工程应用与项目开发实践中的图形图象编程例子!供大家参考,有什么不正之处望大家不吝赐教!(a Visual C application and project development in the practice of graphic images Programming example! For your reference, what is unjust Office, we hope the wing!)
- 2005-12-24 15:50:10下载
- 积分:1
-
光立方1
光立方的电路,自己买个器件把程序烧进去应该就可以了(The circuit of light cubic, buy a device oneself to burn a program in should be OK)
- 2018-12-28 11:23:46下载
- 积分:1
-
数据库查询程序示例:C# 获取客户表中指定城市的客户
C# 获取客户表中指定城市的客户,这是一个C# SQLSERVER结合的数据检索程序实例,用来查询满足指定条件的数据库数据,并显示出来。来看代码如下:
//获取客户表中指定城市的客户(使用存储过程返回行集合):
string MyCity = "London";
DataClasses1DataContext MyDataContext = new DataClasses1DataContext();
System.Data.Linq.ISingleResult MyRows = MyDataContext.MyCustomersByCity(MyCity);
string MyInfo = MyCity+"的客户包括:";
foreach (MyCustomersByCity_个结果 MyCustomer in MyRows)
{
MyInfo+="
客户ID:"+MyCustomer.CustomerID;
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
- 2022-07-11 07:44:24下载
- 积分:1
-
Rhapsody-0.1.8.tar
sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装一些操作系统相关的接口函数。已完成event mutex sem thread pipe相关的封装 advance_container:提供优先级消息队列,普通消息队列,定时器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反应器)定时器 algorithm:补充了堆排序 与快速排序 所有代码均已在windows linux与uclinux + arm44b0平台下测试 欢迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com()
- 2008-06-02 15:52:38下载
- 积分:1
-
wpf qq登陆概念版
wpf qq登陆概念版
- 2013-11-23下载
- 积分:1
-
rtc
this file describes an example of the use of the RTC (Real Time Clock) Routine.
- 2010-07-28 22:15:26下载
- 积分:1
-
BP-for-C-and-Matlab
bp算法C语言和matlab版,主要用于非线性系统的建模与控制,另外还有一个基于PID的BP算法(BPfor C and Matlab,Mainly used for nonlinear system modeling and control
)
- 2011-01-07 18:25:14下载
- 积分:1
-
yemianceju
超声波液面测距,已经编译成功,可以直接使用。(Ultrasonic ullage, has compiled successfully, can be used directly.)
- 2013-03-23 09:29:23下载
- 积分:1