-
vb programming, computer graphics
vb编程,计算机图形学-vb programming, computer graphics
- 2022-01-24 16:18:18下载
- 积分:1
-
著名的EmbeddedWB控件,给予tBrowser,制作自定义的浏览器必备
著名的EmbeddedWB控件,给予tBrowser,制作自定义的浏览器必备-Well-known EmbeddedWB control, giving tBrowser, create custom browser must have
- 2022-03-22 19:02:55下载
- 积分:1
-
广告任务网代码
这个代码是前段时间找朋友要的,全站信息,包括测试信息均涵盖。只是大家可以广泛应用。
这个代码是前段时间找朋友要的,全站信息,包括测试信息均涵盖。只是大家可以广泛应用。
- 2022-02-05 06:50:00下载
- 积分:1
-
facedetector
人脸检测器 #include < iostream >
#include < cv.h >
#include < highgui.h >
int main(void)
{
int 键 = 0 ;
int i;
CvMemStorage * 存储 = cvCreateMemStorage (0) ;
CvCapture * 捕获 = cvCaptureFromCAM (0) ;
char * 文件名 ="haarcascade_frontalface_alt.xml";
CvHaarClassifierCascade * 梯级 = (CvHaarClassifierCascade *) cvLoad (文件名,
0,0,0) ;
虽然 (关键! = "q") {
IplImage * 帧 = cvQueryFrame (捕获) ;
如果 (! 帧) 断 ;
CvSeq * 脸 = cvHaarDetectObjects (
帧,
级联,
存储,
1.1、
3,
0 / * CV_HAAR_DO_CANNY_PRUNNING *,
cvSize (40,40)) ;
为 (我 = 0 ; 我 < (脸? 面孔-> 共: 0) ; i + +) {
CvRect * wajah = (CvRect *) cvGetSeqElem (的脸,我) ;
CvFont 字体 ;
cvInitFont (& 字体,CV_FONT_HERSHEY_SIMPLEX,1.0,1.0,1,5,CV_AA) ;
CvRect * r=(CvRect*) cvGetSeqElem(faces, i) ;
cvPutTex
- 2022-01-30 19:16:21下载
- 积分:1
-
webbox网络盒子
c#实现的tab,page的界面,采用win32的发光字体,可以启用aeroglass效果,将aero扩展到整个软件。
实现了不规则窗体,可以自定义每个page的内容。可以自由切换主题背景,界面比较美观。
- 2023-09-01 19:20:03下载
- 积分:1
-
This process includes the establishment of the list by the end of interpolation...
本程序包括通过尾插法建立链表 对链表中的元素进行插入 删除 替换 等操作-This process includes the establishment of the list by the end of interpolation in the elements of the list to replace such operations insert delete
- 2022-03-23 03:20:04下载
- 积分:1
-
分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windo...
分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写"动态库名称@函数名称"(参数表)即可,例如下面函数可以写为"FXJFUNC@MYCMALOSE"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a standardized function. This instruction applies to analysts 3.10 standard and professional versions formula system. 2. Spread Function Function system for achieving the impossible special algorithm. 3. PSF with windows 32 DLL realized, production proposed use Microsoft Visual C programming. 4. called to the formula editor wrote "@ name DLL function name" (Table parameters) can be, for example, the following function can be written as "FXJFUNC @ MYCMALOSE" (5) 5. DLL name and function name can be its own definition. 6. using DLL can be copied to the directory analysts use.
- 2023-06-11 08:55:03下载
- 积分:1
-
学习c51单片机时写的时钟程序,提供给刚学单片机的朋友参考用...
学习c51单片机时写的时钟程序,提供给刚学单片机的朋友参考用-C51 Singlechip when learning to write the clock procedures, available to just friends in school single-chip reference
- 2022-03-16 14:10:44下载
- 积分:1
-
VB实现计算器程序
VB实现计算器程序-VB calculator program
- 2022-02-14 18:18:51下载
- 积分:1
-
躲在隐秘的数据与水印
隐藏内部图像水印的概念将其发送与隐私保护技术的分析数据,以确保与文件的安全密钥访问数据传输
- 2022-04-17 20:43:46下载
- 积分:1