-
通过修改VCL源码实现自定义输入对话框,在BCB中有两个函数可以实现输入对话框:InputBox和InputQuery,其实InputBox也是调用了Input...
通过修改VCL源码实现自定义输入对话框,在BCB中有两个函数可以实现输入对话框:InputBox和InputQuery,其实InputBox也是调用了InputQuery,这个函数有几个缺点:-amend VCL source implementation-defined input dialog, the BCB has two functions can be achieved input dialog : InputBox and InputQuery, also called the InputBox InputQuery, this function has several drawbacks :
- 2023-08-08 23:05:03下载
- 积分:1
-
这是对人像识别的算法,由于小弟编程功力尚浅,所以要传上给大家,希望大虾能把它编写出来吧!^_^...
这是对人像识别的算法,由于小弟编程功力尚浅,所以要传上给大家,希望大虾能把它编写出来吧!^_^-This is the Face Recognition algorithms, programming skill, as a result of younger brother is so short that I want to give everyone Chuan, I hope it prepared shrimp can come out now! ^ _ ^
- 2022-10-17 00:10:04下载
- 积分:1
-
这是一个刷了屏,屏画功能可以实现直接路径。
这是一款屏幕画笔,可以实现屏幕绘画功能,在windows屏幕上直接绘画-This is a brush screen, screen painting functions can be achieved in a direct painting windows on the screen
- 2022-01-25 17:36:41下载
- 积分:1
-
利用vc编写的源代码用于数字图像处理中hough变换检测直线
利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
- 2022-11-03 20:15:03下载
- 积分:1
-
An algorithm stored on the page is very easy to use things
一个关于页面存储的算法 非常好用的东西 只要打开 就能用了-An algorithm stored on the page is very easy to use things
- 2022-06-30 15:22:05下载
- 积分:1
-
EXCRL直接读数据 EXCRL直接读数据
EXCRL直接读数据 EXCRL直接读数据-EXCRL?????潦???EXCRL?????潦??
- 2022-02-12 05:24:02下载
- 积分:1
-
watchDog可偵測程式是否關閉
可將執行中的程式,關閉,及重開。亦可以透過socket連線,來偵測是否程式已死當。其相關重要功能:重開機功能://重新開機void CWatchDogDlg::setSystemReboot(){msg = "準備關機重開!";::SendMessage(this->GetSafeHwnd(),MSG_STATUS_TOTAL,(WPARAM)&msg,0);CExitWindows m_ExitWindows;//m_ExitWindows.Restart(); m_ExitWindows.ForceReStart();}關閉程式:///關閉程式bool CWatchDogDlg::closeExeProcess(CString processName){processName.MakeLower();HANDLE hSnapShot;PROCESSENTRY32 pEntry;pEntry.dwSize =sizeof(pEntry);BOOL hRes;bool Found = FALSE;//Get the snapshot of the systemhSnapShot=CreateToolhelp32Snapshot (TH32CS_SNAPALL,NULL);//Get firs
- 2022-02-16 07:28:21下载
- 积分:1
-
《字符画大师》源代码
《字符画大师》源代码-"character painting master" source code
- 2022-04-13 14:30:49下载
- 积分:1
-
VB IE 代码
VB IE 代码-VB code IE
- 2022-08-05 17:40:58下载
- 积分:1
-
深入解析ATL2
本书主要介绍了ATL技术的原理、内部实现和应用技巧,由当今4 位顶
尖的Windows技术专家联合撰写。全书内容丰富,深入浅出,主要涵盖了
ATL内部架构和实现方法、运用向导简化ATL开发、C++/COM/ATL中字符串的
使用技巧、理解并正确实现IUnknown、充分利用ATL提供的Smart Types、
撰写能够暴露COM服务器上COM对象的粘合代码、利用Canned Interface实
现来支持对象持久化/COM群集/枚举、利用ATL Windows类建构独立的应用
程序和UI组件等的技术内容。本书适合于广大Windows开发人员阅读参考,
是ATL开发人员的必备权威参考书籍。
- 2022-08-10 19:33:02下载
- 积分:1