posted @ 2008-04-07 14:32 Demon521 阅读(453) 评论(0) 推荐(0) 编辑
摘要:
一,用Matcom: 1、启动MIDEVA ,File->New,新建如下Test1.m文件: x=1:0.1:10; y=sin(x); plot(x,y); 将文件保存。 2、在VC中用MFC Wizard(exe)创建一个基于对话框名为Example的工程。 在面板上添加一个ID为IDC_BUTTON1按扭。 3、将C:\matcom45\Debug目录下的Test1.cpp文件的内容拷贝... 阅读全文
摘要:
void CImageshopView::OnDraw(CDC* pDC)//kqy5 { CImageshopDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); IPicture *pPic; IStream *pStm; CFileStatus fstatus; CFile file; ... 阅读全文
posted @ 2008-04-07 14:30 Demon521 阅读(256) 评论(0) 推荐(0) 编辑
摘要:
// ShowMessage(NULL,AFX_IDS_APP_TITLE,IDS_PWD_CHK_DRAGDROP); /**//* CString strTitle; CString strMsg; strTitle.LoadString(AFX_IDS_APP_TITLE); // uErrorMsg=IDS_ER... 阅读全文
posted @ 2008-04-07 14:29 Demon521 阅读(517) 评论(0) 推荐(0) 编辑
摘要:
if(nBinderRect.PtInRect(point) == TRUE) { //InvalidateRect(nBinderRect,FALSE); // UpdateWindow(); // if( m_moveflag==1... 阅读全文
posted @ 2008-04-07 14:28 Demon521 阅读(148) 评论(0) 推荐(0) 编辑
摘要:
1.void CRaku2ScrollView::LoadMoveSmallBK() { CDC *pDC = GetDC(); int m= nBinderRectcopy.right - nBinderRectcopy.left; int n= nBinderRectcopy.bottom - nBinderRectcopy.top; ... 阅读全文
posted @ 2008-04-07 14:28 Demon521 阅读(303) 评论(0) 推荐(0) 编辑
摘要:
change must to upload 1.insert icon 2.int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) m_ImageList.Create(30,24, ILC_COLOR24 | ILC_MASK, 6 , 6); m_UnableImageList.Create(30,24, ILC_COLOR24 ... 阅读全文
posted @ 2008-04-07 14:27 Demon521 阅读(228) 评论(0) 推荐(0) 编辑
摘要:
//BpNet.h: interface for the Bp class. // 2006.8.8 by 曾志军 版权所有 //E-Mail:zengzhijun369@163.com /**/////////////////////////////////////////////////////////////////////// #include "stdafx.h" #includ... 阅读全文
posted @ 2008-04-07 14:24 Demon521 阅读(3820) 评论(0) 推荐(0) 编辑