搜索资源列表
00933
- 本软件界面友好,功能齐全,数据后台安全,易学易用,操作方便,适合不同层次用户使用。适合各大、中专高等院校使用,主要对学生档案的基本信息、成绩等进行管理.。内附数据查询功能,使用户能方便地进行数据处理。-The software interface is friendly, full-featured, data security background, easy to learn and use, easy to operate, suitable for different levels of
U852_DATA_DICTIONORY
- 用友U852数据字典,供二次开发和报表查询使用-UF U852 data dictionary for the second development and use of report queries
111111111111
- 利用matlab实现数据模糊查询的功能,实现了在不精确数据中验证数据属于那个集合-Matlab fuzzy query data using the function
DWtest
- dw检验Matlab源码,傻瓜型,检测值矩阵已经在程序中准备好了,无需查询。直接导入数据出结果。解压后为m文件-dw test, easyused,import the data directly to the results. detection value matrix have been ready in the program, without having to query.
M
- 字典树的基本功能是用来查询某个单词(前缀)在所有单词中出现次数的一种数据结构,它的插入和查询复杂度都为O(len),Len为单词(前缀)长度,但是它的空间复杂度却非常高,如果字符集是26个字母,那每个节点的度就有26个,典型的以空间换时间结构。-The basic function of the dictionary tree data structure is used to query a number of times a word (prefix) appears in all the
linyujisuan
- 具备k邻域收索算法,根据不同的k值实现邻域收索,并输出收索后的邻域数据,通过交互式的界面实现邻域点的查询!-K neighborhood have received cord, cable algorithm to achieve a different neighborhood close k values through the GUI interface, and can output data after neighborhood close cord, al
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to