搜索资源列表
match
- halcon 库编写的一个行状匹配的例子带图片 学习HALCON 可以
cimagematch
- 体育sigma算子的图像匹配,效果不错 自己很满意-picture match
STL-Algorithms
- STL Algorithms Non modifying sequence operations mismatch: 1. Generic mismatch algorithm: Find the corresponding positions in a deque and list at which unequal elements first occur 2. Check for mismatch between two vectors 3. Use mismatch fun
Search_Tree
- 使用文件保存初始的单词数据(至少100个),以逗号分隔。程序中将单词读入到内存中,并据此建立一种数据结构用来保存这些单词。 由键盘输入查找目标,在你定义的结构上进行查找,屏幕上显示出最佳匹配的字符串。 -Save the file the initial word of data (at least 100), separated by commas. Program, the word is read into memory, and accordingly the establish
Match-the-candidates
- 在一些重要场合,常常要做出选择,为了让大家的选择更方便,简洁,本人特地根据一些实例编写了一些自动选择代码,希望能给大家带来一些启示。-In some important occasions, often have to make a choice, the choice to make everyone more convenient, simple, I specially prepared according to some examples of some automatic select
regular_expressions
- 在计算机科学中,是指一个用来描述或者匹配一系列符合某个句法规则的字符串的单个字符串。在很多文本编辑器或其他工具里,正则表达式通常被用来检索和/或替换那些符合某个模式的文本内容。许多程序设计语言都支持利用正则表达式进行字符串操作。例如,在Perl中就内建了一个功能强大的正则表达式引擎。正则表达式这个概念最初是由Unix中的工具软件(例如sed和grep)普及开的。正则表达式通常缩写成“regex”,单数有regexp、regex,复数有regexps、regexes、regexen。-In com
CODE_OF_mimo-ofdm_with_MATLAB
- <MIMO-OFDM无线通信技术及MATLAB实现>书中全部的matlab源码程序,pudn上有分享过,但是该资源与书中不符,是错误文件,希望本源码给大家带来帮助。-<MIMO-OFDM无线通信技术及MATLAB实现> Book full matlab source program, the pudn have shared before, but does not match the resource book is wrong file, the source of
impacting-filter
- 雷达通信一体化系统,针对非波动目标以及波动目标的雷达探测性能分析。-he dual-frequency MPPSK-MODEM platform is a flexible one. When ranging accuracy request is low or platform is particularly affected by power limitations, the platform would perform both data transmission and range me
radar-function
- 雷达功能仿真分析,与用相关的电磁软件仿真结果完美匹配。-Radar function simulation analysis, and with the relevant electromagnetic software simulation results perfectly match.
C语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c