-
折半插入排序相对来说要比冒泡插入排序效率要高,是一种思想。...
折半插入排序相对来说要比冒泡插入排序效率要高,是一种思想。-Binary insertion sort insertion sort, relatively speaking than the bubble speed, is a kind of thinking.
- 2022-04-02 02:00:34下载
- 积分:1
-
- 2022-04-14 15:05:24下载
- 积分:1
-
the sample best file for C or C++
the sample best file for C or C-the sample best file for C or C++
- 2022-08-05 12:55:29下载
- 积分:1
-
OBDII_SerialTest
这是OBDIIu SerialTest应用程序的源代码。
- 2022-02-01 13:28:00下载
- 积分:1
-
特征提取检测
在线学习操作中我们的算法过程收购特征向量的兴趣点。鉴于假设这条道路区域的单连通,该点列为道路躺在非道路的区域中可以看出作为兴趣点,标注为负样本(非道路样本),反之亦然。我们标注这些点作为新的训练数据(图9所示)。在网上学习实践过程中,有一件事要注意这是一个不知道究竟哪里是真正的我们的边界路域。我们能得到的是路区域在边缘形态运算的结果。为了减少附近的道路边贴错标签的训练数据的可能性,阈值M设定为保证金的边界附近的宽度该段道路和非道路区域如图10所示形态的运算结果。在我们的实验中,我们集合M为40个像素宽度
- 2022-11-04 02:55:04下载
- 积分:1
-
开发工具EVC3.0 按下面做然后编译 是一个字典程序 请解压缩到D盘根目录,在eMbedded Visual C++ 3.0 的Tools=>Optio...
开发工具EVC3.0 按下面做然后编译 是一个字典程序 请解压缩到D盘根目录,在eMbedded Visual C++ 3.0 的Tools=>Options菜单项Directories选择卡中加入头文件路径: D:JFDict200SourceCodelibxmlinclude D:JFDict200SourceCodelibxslt 和正确的库文件路径,对于Pocket PC为: D:JFDict200SourceCode\_libfilesWCE300Pocket_PCARMRel-development tools EVC3.0 done by Below is then compiled a dictionary please procedures to extract the D occurs, the eMbedded Visual Tools 3.0, C = gt; Directories Options menu items to choose the first card to add paper trails : D : JFDict200 SourceCode libxml include D : JFDict200 SourceCode libxslt and the correct path of the library for Pocket PC : D : JFDict200 SourceCode _libfiles WCE300 Pocket_PC ARMRel
- 2022-12-11 15:15:03下载
- 积分:1
-
I2C总线协议模拟tc源代码
I2C总线协议模拟tc源代码-I2C bus protocol source code simulation tc
- 2022-02-20 04:45:02下载
- 积分: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
-
电话薄的管理,能够进行删除添加查找能功能
电话薄的管理,能够进行删除添加查找能功能-Phone book management,Can be deleted to add a search function。
- 2023-01-23 01:20:03下载
- 积分:1
-
htmlarea在线编辑器实现了整业的编辑,拼写的检查,还有其他几个例子和插件,希望对网友有所帮助...
htmlarea在线编辑器实现了整业的编辑,拼写的检查,还有其他几个例子和插件,希望对网友有所帮助-Besides of the function of editing html file,HTMLArea also has the feature of Spelling-check,and there are some examples and plugs,hope helpful to you.
- 2022-02-09 12:17:02下载
- 积分:1