-
人臉辨識 C#
应用背景
使用Emgu.CV 元件進行開發人臉辨識,藉由WebCAM辨識人臉資料,用以驗證人臉辨識之可行性
关键技术使用C#開發,藉由WebCAM進行人臉擷取,應用Emgu.CV元件進行辨識
- 2022-02-01 19:39:18下载
- 积分:1
-
G711转AAC的源码,附有例子,测试声音,转化后的声音
专程为G711A的音频转化为ACC写的转化程序。并封装为库,分3步:1:初始化,2转化(输入G711a的音频输出AAC音频),3关闭。并配有音频例子G711A,aac转码之后的音频,简单清晰明确。
- 2022-02-10 03:51:29下载
- 积分:1
-
Windows NT2000 32 capture word, delphi,with the help of mouse hook and winapi,th...
Windows NT2000 32位取词
delphi,利用鼠标钩子和winapi实现屏幕取词功能,无解压密码-Windows NT2000 32 capture word, delphi,with the help of mouse hook and winapi,this program can capture screen word.whithout unzip password.
- 2022-04-09 07:15:44下载
- 积分:1
-
网络任务+ v6.5 [来源]。网络神偷+ v6.5 [来源]
网络神偷+v6.5[源码].
网络神偷+v6.5[源码]-Network Mission+ V6.5 [source]. Network Thief+ V6.5 [source]
- 2022-03-13 12:15:14下载
- 积分:1
-
使用XML编写的通讯薄
使用XML编写的通讯薄-prepared by the use of XML communications thin
- 2022-03-24 23:21:19下载
- 积分:1
-
可以运行在windowCE上的智能词典,含数据库操作
可以运行在windowCE上的智能词典,含数据库操作-can run on the Smart windowCE Dictionary, containing database operation
- 2022-07-15 00:56:56下载
- 积分:1
-
生命科学导论在线考试系统
生命科学导论在线考试系统--可以实现在线考试,自动抽卷批改评分
- 2022-02-11 12:02:07下载
- 积分:1
-
MFC工具提示控件(ctooltipctrl)是易于使用的一个窗口,如一个孩子…
MFC Tool tip control(CToolTipCtrl) is easy to use with a window, such as a child window, or an application-defined rectangular area within a window s client area. However, in some situations you may not know in advance for which controls or rectangle area you will be displaying the tool tip. In this case, you have to dynamically display the tool tip depending on where your mouse position is. For e.g. you may have a window which display some graphics and you may want to display the tool tip on the graphics depending on where the mouse position is.
- 2023-04-20 19:30:03下载
- 积分:1
-
循环缓冲的c++代码,循环缓冲有什么用大家应该知道吧,这里只实现了关键代码,大家可以补充完整,或者给我意见,本来想用类模板实现的,但想想太复杂了,而且类模板各编...
循环缓冲的c++代码,循环缓冲有什么用大家应该知道吧,这里只实现了关键代码,大家可以补充完整,或者给我意见,本来想用类模板实现的,但想想太复杂了,而且类模板各编译器差别比较大,还不如直接用强值类型转换一样可以实现类模板的功能-Circulating buffer c++ Code buffer cycle what is the use, everyone should know it, only the achievement of a key code, you can add a complete, or give me advice, had wanted to use class template to achieve, but think too complicated , and the class template of the relatively large difference between the compiler, not as good as the direct use of strong value of the type of conversion can be achieved as the function of class template
- 2022-01-26 01:57:19下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1