-
C++写的hilbert变换类
支持2^N的正方形图像
C++写的hilbert变换类
支持2^N的正方形图像-C++ to write the type of support the hilbert transform of 2 ^ N square image
- 2022-03-06 15:18:18下载
- 积分:1
-
A simple spray of graphics, if you want to color effects, directly to the color...
一个简单的喷枪的绘图功能,如果想要彩色的效果,直接把颜色参数一改就好了
-A simple spray of graphics, if you want to color effects, directly to the color change like the one parameter
- 2022-05-31 23:40:12下载
- 积分:1
-
一具有序列化存储读取功能de的多文档-视图编程源码
一具有序列化存储读取功能de的多文档-视图编程源码-I have read the sequence of storage of multi-functional de documents- view programming source
- 2022-03-22 12:04:29下载
- 积分:1
-
一个小游戏,包含一个猜数字的算法
一个小游戏,包含一个猜数字的算法-a small game, including a viewing of the algorithm
- 2022-08-10 03:06:02下载
- 积分:1
-
I provide an implementation of fast
I provide an implementation of fast-growing indexable stacks which outperforms std::vector and std::deque. -I provide an implementation of fast-growi ng indexable stacks which outperforms std : : vector and std : : deque.
- 2023-01-27 12:00:04下载
- 积分:1
-
此代码是用在被成为数学魔法师的MAPLE软件上运行的。此代码清晰的描述了拉普拉斯的基本变换。...
此代码是用在被成为数学魔法师的MAPLE软件上运行的。此代码清晰的描述了拉普拉斯的基本变换。-This code is used in the magician to become the MAPLE mathematical software running. This code clearly describes the basic Laplace transform.
- 2022-03-23 11:58:22下载
- 积分:1
-
隐写术
stegenography 是一种技术,躲进图像 file.so 您可以发送任何机密数据的任何文件。
- 2022-07-16 02:08:07下载
- 积分:1
-
一个矩阵四则运算程序. 主要实现两个矩阵的 加,减,乘,除运算...
一个矩阵四则运算程序. 主要实现两个矩阵的 加,减,乘,除运算-a matrix 4 Operational procedures. Two main matrix, plus or minus, multiplication and Operational
- 2022-05-17 04:24:06下载
- 积分:1
-
使用API函数进行Windows程序设计
在窗口中点击鼠标左键绘制一个圆,点击鼠标右键输出一段文字
- 2022-02-04 22:56:11下载
- 积分: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