• 大小: 3.82MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-10
  • 语言: 其他
  • 标签: cy7c68013a  上位机  

资源简介

slave fifo 上位机程序 bulk存取 并将数据保存到一个txt中

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “SJCJVC.h“
#include “SJCJVCDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSJCJVCApp

BEGIN_MESSAGE_MAP(CSJCJVCApp CWinApp)
//{{AFX_MSG_MAP(CSJCJVCApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CSJCJVCApp construction

CSJCJVCApp::CSJCJVCApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CSJCJVCApp object

CSJCJVCApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CSJCJVCApp initialization

BOOL CSJCJVCApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CSJCJVCDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

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

     文件      13178  2004-06-17 19:09  SJCJVC\CyAPI.h

     文件     142024  2004-06-17 19:09  SJCJVC\CyAPI.lib

     文件       7728  2008-09-02 09:05  SJCJVC\cyioctl.h

     文件          0  2012-07-24 11:32  SJCJVC\Debug\FileRecevieTest.txt

     文件    5415936  2012-07-23 15:01  SJCJVC\Debug\SJCJVC.bsc

     文件     122926  2012-07-23 15:01  SJCJVC\Debug\SJCJVC.exe

     文件     286072  2012-07-23 15:01  SJCJVC\Debug\SJCJVC.ilk

     文件      13612  2012-07-21 16:57  SJCJVC\Debug\SJCJVC.obj

     文件    6874092  2012-07-21 16:57  SJCJVC\Debug\SJCJVC.pch

     文件     427008  2012-07-23 15:01  SJCJVC\Debug\SJCJVC.pdb

     文件       2868  2012-07-23 15:00  SJCJVC\Debug\SJCJVC.res

     文件          0  2012-07-21 16:57  SJCJVC\Debug\SJCJVC.sbr

     文件      36724  2012-07-23 15:01  SJCJVC\Debug\SJCJVCDlg.obj

     文件          0  2012-07-23 15:01  SJCJVC\Debug\SJCJVCDlg.sbr

     文件     105556  2012-07-21 16:57  SJCJVC\Debug\StdAfx.obj

     文件    1376906  2012-07-21 16:57  SJCJVC\Debug\StdAfx.sbr

     文件     222208  2012-07-23 15:04  SJCJVC\Debug\vc60.idb

     文件     372736  2012-07-23 15:01  SJCJVC\Debug\vc60.pdb

     文件       3957  2008-09-02 09:02  SJCJVC\devioctl.h

     文件          0  2012-07-23 13:55  SJCJVC\FileRecevieTest.txt

     文件      12928  2006-07-19 00:21  SJCJVC\Inf200XP\loadersample.sys

     文件       2298  2006-07-23 13:18  SJCJVC\Inf200XP\usbsample.inf

     文件       6144  2006-07-19 00:21  SJCJVC\Inf200XP\usbsample.sys

     文件       3579  2007-01-10 14:40  SJCJVC\ReadMe.txt

     文件       1078  2007-01-10 14:40  SJCJVC\res\SJCJVC.ico

     文件        398  2007-01-10 14:40  SJCJVC\res\SJCJVC.rc2

     文件       3072  2007-04-05 15:23  SJCJVC\res\Thumbs.db

     文件       1052  2012-07-23 15:00  SJCJVC\resource.h

     文件      36436  2012-07-23 15:00  SJCJVC\SJCJVC.APS

     文件       1463  2012-07-23 15:04  SJCJVC\SJCJVC.clw

............此处省略20个文件信息

评论

共有 条评论