代码搜索:UpdateData
找到约 2,738 项符合「UpdateData」的源代码
代码结果 2,738
www.eeworm.com/read/367790/9732554
cpp buttonpage.cpp
// ButtonPage.cpp : implementation file
//
#include "stdafx.h"
#include "Controls.h"
#include "ButtonPage.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/366928/9792055
cpp leveloptions.cpp
/****************************************************************************************/
/* LevelOptions.cpp */
/*
www.eeworm.com/read/415926/11048248
cpp singledl.cpp
// singledl.cpp : implementation file
//
#include "stdafx.h"
#include "tlzw.h"
#include "singledl.h"
#include "lzwtable.h"
#include "lzwcode.h"
#include "lzwfile.h"
#ifdef _DEBUG
#undef T
www.eeworm.com/read/269065/11109936
cpp calculatordlg.cpp
// calculatorDlg.cpp : implementation file
//
#include "stdafx.h"
#include "calculator.h"
#include "calculatorDlg.h"
#include "math.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/413966/11136179
cpp dlglistbox.cpp
// DlgListBox.cpp : implementation file
//
#include "stdafx.h"
#include "Ex5.h"
#include "DlgListBox.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FIL
www.eeworm.com/read/413354/11158651
cpp 图书出版管理系统view.cpp
// 图书出版管理系统View.cpp : implementation of the CMyView class
//
#include "stdafx.h"
#include "图书出版管理系统.h"
#include "MyDlg1.h"
#include "MyDlg2.h"
#include "图书出版管理系统Set.h"
#include "图书出版管理系统D
www.eeworm.com/read/336105/12476635
cpp runlengthdialog.cpp
// RunlengthDialog.cpp : implementation file
//
#include "stdafx.h"
#include "entropyCoding.h"
#include "RunlengthDialog.h"
#include "Runlength_en.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#u
www.eeworm.com/read/147863/12513522
cpp compldlg.cpp
// complDlg.cpp : implementation file
//
#include "stdafx.h"
#include "compl.h"
#include "complDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE_
www.eeworm.com/read/249158/12519108
cpp compldlg.cpp
// complDlg.cpp : implementation file
//
#include "stdafx.h"
#include "compl.h"
#include "complDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE_
www.eeworm.com/read/248954/12529827
cpp 13_4.cpp
void CComplexCalculatorDlg::OnButton1() //乘法
{ UpdateData(); //获取数据
CComplex cpxA(m_dblA, m_dblB); //构造复数
CComplex cpxB(m_dblC, m_dblD); //构造复数
CComplex cpxC = cpxA*cpxB; //计算复数乘法