-
对二维图像进行离散傅里叶变换,分别给出了直流分量移动到频谱中心前后的频谱图样。...
对二维图像进行离散傅里叶变换,分别给出了直流分量移动到频谱中心前后的频谱图样。-Two-dimensional images of the discrete Fourier transform, respectively, given the spectrum to move to the DC component of the spectrum before and after the design center.
- 2022-02-24 13:12:55下载
- 积分:1
-
one can arbitrarily long integer addition and subtraction for the category, I pr...
一个可以对任意长整数进行加减的类 ,本人编写的代码,请多提意见-one can arbitrarily long integer addition and subtraction for the category, I prepared the code, please speak up
- 2022-03-12 16:18:16下载
- 积分:1
-
CC has released more than a month, but no effective defense CC CC code, issued t...
CC已经发布了一个多月了,但没有有效的CC防御方法CC的代码,发出来 ,大家讨论 一下 解压密码 www.77169.org-CC has released more than a month, but no effective defense CC CC code, issued to talk about extracting passwords www.77169.org
- 2022-06-20 09:33:44下载
- 积分:1
-
ISO 14229
Road vehicles ― Unified diagnostic
services
ISO 14229
Road vehicles ― Unified diagnostic
services
- 2022-03-05 16:54:54下载
- 积分:1
-
Read files from the hard disk inside the fixed txt file path to read the file an...
读文件 从硬盘的固定txt文件路径里读取文件 并存储为2进制文件的形式-Read files from the hard disk inside the fixed txt file path to read the file and stored as two binary files in the form of
- 2023-01-15 15:05:03下载
- 积分:1
-
small voice chip players procedures for reference!
语音播放芯片小程序,供参考!-small voice chip players procedures for reference!
- 2022-03-19 15:54:29下载
- 积分:1
-
WINCE驱动开发参考书籍
WINCE驱动开发参考书籍 -WINCE-driven development reference books
- 2022-12-31 18:25:03下载
- 积分:1
-
小型svm分类器
SVM是一种用超平面定义的分类器,是一种监督的分类算法。即使用带标签的训练数据,SVM得到优化的超平面,使得两类之间的距离最大,这样有什么好处呢?显而遇见,这样可以降低噪声干扰,因为超平面到数据点的距离是最大距离的一半,只要噪声扰动不要越过超平面即可。
- 2023-02-08 03:30:04下载
- 积分:1
-
Asynchronous serial communication program source code
异步串口通信程序源代码,EVC4.0, Wince.net-Asynchronous serial communication program source code
- 2023-02-09 15:55:04下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1