• 大小: 0.10M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: 曲线  屏保  

资源简介

类似于window的屏保曲线算法, 移动鼠标, 曲线移动

资源截图

代码片段和文件信息

// DrawLine.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “DrawLine.h“

#include “MainFrm.h“
#include “DrawLineDoc.h“
#include “DrawLineView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDrawLineApp

BEGIN_MESSAGE_MAP(CDrawLineApp CWinApp)
//{{AFX_MSG_MAP(CDrawLineApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10581  2004-10-20 14:42  DrawLine.rc

     文件       1782  2004-10-20 14:42  DrawLineDoc.cpp

     文件       1497  2004-10-20 14:42  DrawLineDoc.h

     文件       5285  2004-10-22 14:36  DrawLineView.cpp

     文件       1875  2004-10-20 15:58  DrawLineView.h

     文件       2535  2004-10-20 15:50  MainFrm.cpp

     文件       1581  2004-10-20 14:42  MainFrm.h

     文件       4359  2004-10-20 14:42  ReadMe.txt

     文件        496  2004-10-20 14:42  Resource.h

     文件        210  2004-10-20 14:42  StdAfx.cpp

     文件       1054  2004-10-20 14:42  StdAfx.h

     文件       1078  2004-10-20 14:42  res\DrawLine.ico

     文件        400  2004-10-20 14:42  res\DrawLine.rc2

     文件       1078  2004-10-20 14:42  res\DrawLineDoc.ico

     文件       1078  2004-10-20 14:42  res\Toolbar.bmp

     文件      28564  2004-10-20 15:42  DrawLine.aps

     文件       2306  2004-10-27 15:50  DrawLine.clw

     文件       4245  2004-10-20 14:42  DrawLine.cpp

     文件       4597  2004-10-20 14:42  DrawLine.dsp

     文件        539  2004-10-20 14:42  DrawLine.dsw

     文件       1378  2004-10-20 14:42  DrawLine.h

     文件      74752  2019-11-27 09:26  DrawLine.ncb

     文件     233472  2019-11-27 09:26  DrawLine.opt

     文件       2104  2019-11-27 09:25  DrawLine.plg

     目录          0  2019-11-27 09:25  Release

     目录          0  2019-11-27 09:25  res

----------- ---------  ---------- -----  ----

               386846                    26


评论

共有 条评论