-
VB邮件服务器源码,可供有同样需求的朋友参考
VB邮件服务器源码,可供有同样需求的朋友参考-VB source mail server for the needs of our friends have the same reference
- 2022-05-15 14:27:00下载
- 积分:1
-
use of data compression algorithm
使用的数据压缩算法-use of data compression algorithm
- 2023-08-16 04:10:03下载
- 积分:1
-
M序列和CA码的产生
GPS 系统,信号处理分析中的CA码和M序列的产生以及其各种相关函数。
- 2022-02-02 12:28:49下载
- 积分:1
-
生成使用 SBL 解码的爵士
稀疏贝叶斯学习 (SBL) 解码器。SBL 算法 (2012 年 6 月 4 日) 解码复值的正交频分复用 (OFDM) 的信号。该算法估计观察的空的音调,在接收端要减去当前 OFDM 帧中的脉冲噪声估计的脉冲噪声。SBL 算法学习每一帧中的脉冲噪声的分布。
- 2022-03-07 18:31:38下载
- 积分:1
-
定时自动关机,实现类似听半小时歌后自动关机
定时自动关机,实现类似听半小时歌后自动关机-Automatic shutdown from time to time to achieve similar songs to listen to half an hour after the automatic shutdown
- 2022-03-25 13:33:06下载
- 积分:1
-
一个躲开炸弹的小游戏,类似手机上的那种,环境VS2005
一个躲开炸弹的小游戏,类似手机上的那种,环境VS2005-a small bomb to escape the game, similar to the kind of phone, the environment VS2005
- 2022-05-17 13:08:42下载
- 积分:1
-
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把M...
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把MFC EXE应用程序中
CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
CWinThread *pThread=GetCurrentThread()
pThread->Run()
就可装载启动常规DLL内应用程序框架.-Realize Methods: The MFC AppWizard to generate a conventional DLL, in the conventional DLL there is one derived from CWinApp instance, reuse of the MFC AppWizard to generate a MFCEXE applications, the MFC EXE application CAppView, CMainFrame, CAppDocument block of text RES directory and copy resources to the conventional DLL project, add to the project, the compiler generates a DLL, in another WIN32 application, start a thread in the thread function explicitly loading the DLL, check inside the DLL the current thread, CWinThread* pThread = GetCurrentThread () pThread-
- 2022-01-22 01:31:41下载
- 积分:1
-
图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的―要价太高;自己做―难度太大。笔者在这里发布一个用MS_OC...
图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的―要价太高;自己做―难度太大。笔者在这里发布一个用MS_OCR做的示范程序,大家试试,识别能力还不错,并且支持多种图形格式(bmp,jpg,tif)。-Graphic character recognition (OCR) is a common thing. Many programmers want to program in their own embedded OCR recognition modules. However, use someone else
- 2022-04-16 06:58:04下载
- 积分:1
-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小...
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
- 2022-08-07 23:09:54下载
- 积分:1
-
JSP连接SQL数据库的实现
JSP连接SQL数据库的实现-JSP to SQL databases to achieve
- 2022-04-29 08:28:11下载
- 积分:1