资源列表

« 1 2 ... .51 .52 .53 .54 .55 45856.57 .58 .59 .60 .61 ... 66605 »

[对话框与窗口Acoollogindialogbox

说明:一个很酷的登录对话框,帮助开发者实现漂亮的登陆对话框界面-A cool logon dialog box, to help developers to achieve a beautiful landing dialog interface
<yaoyao> 在 2025-03-01 上传 | 大小:22kb | 下载:0

[Windows编程5

说明:Atscr ipt 在你的程序中实现脚本功能 .简介 在你的程序中实现脚本功能,该脚本引擎名为Atscr ipt , 是类似于VBscr ipt 的语法, 在一些比VBscr ipt 更好用,更方便,而且容易扩展,无需组件环境
<111@11343.com> 在 2025-03-01 上传 | 大小:439kb | 下载:0

[Windows编程55

说明:[refer]http://www.installaide.com/Images/ats.jpg[/refer] Atscr ipt 是类似于VBscr ipt的脚本语言,无需组件环境. 易学易用,如果您已了解 Visual Basic 或 Visual Basic for Applications (VBA)或VBscr ipt,就会很快熟悉 VBscr ipt。即使您没有学过 Visual Basic,只
<111@11343.com> 在 2025-03-01 上传 | 大小:440kb | 下载:0

[Windows编程q12w3e4r

说明:.如何使用 使用这个控制之前, 我建议您先看一下有关Atscr ipt文件,知道您能在您的脚本中做些什么。 http://www.InstallAide.com/atscr ipt.asp 。 .
<111@11343.com> 在 2025-03-01 上传 | 大小:440kb | 下载:0

[Windows编程zaqwe3

说明:一、写一个脚本 创建一个简单的脚本 Section Main msgbox "hello" End Section 一 、写一个脚本 创建一个简单的脚本 Section Main msgbox "hello" End Section -一、写一个脚本 创建一个简单的脚本 Section Main msgbox "hello"
<111@11343.com> 在 2025-03-01 上传 | 大小:440kb | 下载:0

[其他小程序colorDopplerimaging

说明:对于彩色超声成像中的幅值和相位的提取中,考虑到中心频率会随着深度下移的现象,对其下移程度进行了研究。-For color Doppler imaging in the amplitude and phase extraction, taking into account the depth of the center frequency will be down with the phenomenon, the extent of it
<语言> 在 2025-03-01 上传 | 大小:420kb | 下载:0

[Windows编程zaqwe389

说明:二、如何运行脚本 调用方法非常简单,如下所示: CAtsEngineEng CStringstrPrompt UpdateData() Eng.Loadscr ipt( m_strscr ipt ) 二、如何运行脚本 调用方法非常简单,如下所示: CAtsEngineEng CStringstrPrompt UpdateData() E
<111@11343.com> 在 2025-03-01 上传 | 大小:440kb | 下载:0

[Windows编程zaqwe38909

说明:if( !Eng.RunSegment( "Main") ) { strPrompt.Format("scr ipt is error, ErrorCode= d,Line = d,ErrorWord= s" , Eng.m_nLastErrorCode , Eng.m_nErrorLine , Eng.m_strErrorWord ) AfxMessageBox( strPrompt ) } if( !Eng.
<111@11343.com> 在 2025-03-01 上传 | 大小:440kb | 下载:0

[Windows编程zaqwe38909000

说明:三、如何扩展脚功能 在atscr ipt中,那是很容易的 1. 创建 的对象类 class CMyAtsObj : public CAtsObject { public: CMyAtsObj() virtual ~CMyAtsObj()
<111@11343.com> 在 2025-03-01 上传 | 大小:440kb | 下载:0

[Windows编程zxcdsw

说明:virtual BOOL DoFun( LPCTSTR strFunName , CAtsParam *pParam ) virtual CAtsVarItem * GetVarItem(LPCTSTR sName ) virtual BOOL SetVar(LPCTSTR strName , LPCTSTR strData) public: } virtual BOOL D oFun( LPCTSTR
<111@11343.com> 在 2025-03-01 上传 | 大小:440kb | 下载:0

[Windows编程zxcdsw00000

说明:2. 创建一个对象的函数 BOOL CMyAtsObj::DoFun( LPCTSTR sFunName , CAtsParam *pParam ) { CStringstrFunName = sFunName if( strFunName.CompareNoCase("Test") == 0 ) { AfxMessageBox( pParam->GetItemData(1) ) retur
<111@11343.com> 在 2025-03-01 上传 | 大小:440kb | 下载:0

[Windows编程zxcdsw00000q12

说明:else if( strFunName.CompareNoCase("GetName") == 0 ) { pParam->SetReturnData( _T("MyObj") ) return true } return false } else if( strFunName.CompareNoCase("GetName") == 0 ) { pParam->SetRetur
<111@11343.com> 在 2025-03-01 上传 | 大小:440kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 45856.57 .58 .59 .60 .61 ... 66605 »

源码中国 www.ymcn.org