代码搜索:UpdateData
找到约 2,738 项符合「UpdateData」的源代码
代码结果 2,738
www.eeworm.com/read/352280/10566684
cpp remotedbdlg.cpp
// RemoteDBDlg.cpp : implementation file
//
#include "stdafx.h"
#include "RemoteDB.h"
#include "RemoteDBDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/352105/10581458
cpp storeineditdlg.cpp
// StoreInEditDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Stock.h"
#include "StoreInEditDlg.h"
#include "StoreIn.h"
#include "ProInStore.h"
extern CUsers curUser;
#ifd
www.eeworm.com/read/159682/10623063
cpp wattoffsetdlg.cpp
// WattOffsetDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Calibration.h"
#include "WattOffsetDlg.h"
#include "calcomp.h"
#include "interface.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/422526/10631966
cpp filedlg.cpp
// FileDlg.cpp : implementation file
//
#include "stdafx.h"
#include "File.h"
#include "FileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/349896/10791082
cpp editlinkformat.cpp
// EditLinkFormat.cpp : implementation file
//
#include "stdafx.h"
#include "EditLinkFormat.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#end
www.eeworm.com/read/275538/10812554
cpp testseledlg.cpp
// TestSeleDlg.cpp : implementation file
//
#include "stdafx.h"
#include "wordpad.h"
#include "TestSeleDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/274727/10856037
cpp 文章dlg.cpp
// 文章Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "文章.h"
#include "文章Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endi
www.eeworm.com/read/274718/10856268
cpp 13_4.cpp
void CComplexCalculatorDlg::OnButton1() //乘法
{ UpdateData(); //获取数据
CComplex cpxA(m_dblA, m_dblB); //构造复数
CComplex cpxB(m_dblC, m_dblD); //构造复数
CComplex cpxC = cpxA*cpxB; //计算复数乘法
www.eeworm.com/read/418970/10890174
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/273301/10921214
cpp modidlg.cpp
// ModiDlg.cpp : implementation file
//
#include "stdafx.h"
#include "DataBase.h"
#include "ModiDlg.h"
#include "UserPassSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c