搜索资源列表
Matlab_imageMatlab
- 附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相关命令: makelut 2.best
1
- 在二进制图像中利用lookup 表进行边沿操作
fx
- 分析*如何显示人怪信息与人物坐标偏移的查找-Analysis plug-in how to display information and the strange figures who coordinates offset lookup
diplom
- Some diploma, about video lookup
Using_LUTs_to_Perform_Gamma_Correction_on_LEDs.ra
- Using Lookup Tables to Perform Gamma Correction on LEDs
lookupsched_2
- This document explains the use of lookup table for routing of packets through a network.And also the scheduling of those packets.
Dictionar-TabelaDispersie
- An associative array (also associative container, map, mapping, dictionary, finite map, and in query-processing an index or index file) is an abstract data type composed of a collection of unique keys and a collection of values, where each key is ass
erfenchaz
- 二分查找函数模板及测试程序,它能实现查找方式中的二分查找,党查找失败时返回-1!-Binary search function template and test procedures, it can find ways to implement binary search, the party returns-1 lookup failed!
gdjdf-jd
- 升余弦查找表,对于通信实验有很大作用,基本通信专业的学生都可以-Raised cosine lookup table
BLOOM
- 关于BLOOM滤波器的缓存机制快速路由查找算法-BLOOM filter caching mechanism on the fast route lookup algorithms
dds_ds558
- The LogiCORE™ IP DDS (Direct Digital Synthesizer) Compiler core sources sinusoidal waveforms for use in many applications. A DDS consists of a Phase Generator and a SIN/COS Lookup Table. These parts are available individually or combined
haxibiao
- 人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,... [HashList.rar] - 实现哈希表的建立 查找-Named after people, the Chinese name of the pinyin form. 30 to be filled into a hash table of names, ... [HashList.rar]- the establishment of the hash table lookup
java5.0-API
- JAVA5.0 API中文版,核心API,帮助初学者有效的查阅。-JAVA5.0 API Chinese version of the core API to help beginners lookup.
Balls
- 对于文章的第一套实验中,那些最类似我们的前辈,我们的算法把网络作为一个无向重图。这意味着,如果有2个节点之间在两个方向上的边缘时,确切其中之一被隐藏是可能的。在这情况下,我们仍然会检查我们的结果只针对在边缘方向是隐藏的。如果有很多的不同意对边缘,这种方法将是一个不利的。-I am good,This is a technology news site where users can rate each other as friend or foe Furthermore, context
yuanma
- 顺序表查找算法的实现,查找函数用顺序查询和折半查询实现-Order table lookup algorithm to achieve the Find function to order inquiries and binary query implementation.
design-documents
- 网页信息采集子系统: 网页采集:动态查找及实时分析新增网页,读取网页回帖信息。 网页过滤:,对获取的网页,通过网页清洗模块清除网页中的广告、导航信息、 图片、版权说明等噪声数据,萃取出相关网页的标题、正文、链接地址、采集时 间、回帖、发帖人数等数据。 网页信息预处理子系统: 网页审查脏字:主要功能包括中文分词、词性标注、命名实体识别、新词识别, 建立数据库说明每类词库,建立敏感词词库。 网页舆情监测:监测是否出现了一定影响的*,即回帖的回帖或支持、顶等 达到
CMST-DataStruct
- A Classifi ed Multi-Suffi x Trie for IP Lookup and Update
xueshengchengjichazhao
- 学生成绩查找系统 输入姓名或学号查找成绩-Student achievement find the system to enter your name or student number lookup achievements
1231
- MATLAB 图像处理命令,在二进制图像中利用 lookup 表进行边沿操作-MATLAB image processing orders, in a binary image using the lookup table by using the edge operator
VerilogHDLWritingSpecifications
- 规范的Verilog代码风格对于最后的综合以及错误的查找都是极为重要的,并且为之后的阅读打下基础*-Standard Verilog coding style for final comprehensive and error lookup is extremely important, and lay the foundation for the subsequent reading*