登录
首页 » Windows开发 » difference by jeffery Archer

difference by jeffery Archer

于 2022-08-13 发布 文件大小:2.30 MB
0 223
下载积分: 2 下载次数: 1

代码说明:

difference by jeffery Archer

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个用VC写的操作鼠标的小程序.
    一个用VC写的操作鼠标的小程序.-a VC operation of the mouse to write small programs.
    2022-03-05 08:24:33下载
    积分:1
  • calculation A (n, x, y), 4; Gt; 0, ylt; Gt; 0:00 a.m., with a function call A (n...
    计算A(n,x,y),当n0,y0时,用函数调用A(n,x,y-1)代替,其中B=A(n,x,y-1)。在计算A(n,x,y-1)前,应先将参数n,x,y保存起来,待计算出A(n,x,y-1)的值之后,设其值为B,再回来计算A(n,B,x)。如果计算出A(n,x,y-1)时,仍有y-1>0,又要将n,x,y-1保存起来,去计算A(n,x,y-2),...,直到能计算出值,再返回来计算各中间值反复进行这一过程,直到最后求得最初的函数值-calculation A (n, x, y), 4; Gt; 0, ylt; Gt; 0:00 a.m., with a function call A (n, x, y-1) to replace, B = A (n, x, y-1 ). In the calculation of A (n, x, y-1), before first parameter n, x, y saved, the question calculate A (n, x, y-1) value, based Value B, A calculation of return (n, B , x). If calculated A (n, x, y-1), there is still y-1gt; 0, but also to n, x, y-1 saved, the calculation of A (n, x, y-2 ),..., until value can be calculated and then back to calculate the median repeated the process, until the last strike initial function
    2022-08-21 01:32:18下载
    积分: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
  • LBGalogrithm
    这是在 c + + 中的 LBG 算法仿真程序。 LBG 算法被用来估计通信信号的初始阶段。
    2022-10-15 03:00:04下载
    积分:1
  • 学习C++过程中总结的方法 过程 以及可以使用的模式等,希望对大家有用哦...
    学习C++过程中总结的方法 过程 以及可以使用的模式等,希望对大家有用哦-Learning C++ Process method of summing up the process and can use the model, so that useful for everyone Oh
    2022-03-01 07:43:08下载
    积分:1
  • 链表的实现 本人的C++课程设计
    链表的实现 本人的C++课程设计-Chain achieve my C Course Design
    2022-03-31 01:54:22下载
    积分:1
  • 本程序通过一个简单的例子,提供一个扩展资源管理器的框架,通过这个框架,从而实现资源管理器、我的电脑以及标准文件浏览框的鼠标右击功能,借助于右击菜单实现文件打印。...
    本程序通过一个简单的例子,提供一个扩展资源管理器的框架,通过这个框架,从而实现资源管理器、我的电脑以及标准文件浏览框的鼠标右击功能,借助于右击菜单实现文件打印。-This procedure adopted by a simple example to provide a resource manager to expand the framework, the adoption of this framework in order to achieve Explorer, My Computer, as well as the standard file browser box of the mouse right-click function, through the use of right-click the file menu to print.
    2022-04-14 10:15:56下载
    积分:1
  • Mifare仿真工具(该)
    Mifare Emulation Tool (Omnikey)
    2022-03-07 09:42:54下载
    积分:1
  • PNG美化Button
    #ifndef _PNGBUTTON_H #define _PNGBUTTON_H #if _MSC_VER >= 1000 #pragma once #endif  #include #include "gdiplus.h" #pragma comment(lib,"gdiplus.lib") using namespace Gdiplus; class CPngButton : public CButton { DECLARE_DYNAMIC(CPngButton) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-13 22:43:22下载
    积分:1
  • 经典游戏
    应用背景宝石棋游戏。简单的按钮形式图形。关键技术窗体应用程序。该程序主要是关于算法的游戏,不使用任何图形多的简单按钮的窗体窗体。游戏是对2个玩家,每一个轮到自己的标签,和他们的面板着色。两家buttuns只是显示成绩。上面和底部的12个按钮,代表着每个洞里的石头的数字表示游戏的洞。
    2023-03-17 06:30:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载