搜索结果
找到约 12 项符合
lookup 的查询结果
按分类筛选
加密解密 CRC via table lookup
CRC via table lookup
人物传记/成功经验 Some diploma, about video lookup
Some diploma, about video lookup
matlab例程 基于MATLAB的simple_lookup详解
基于MATLAB的simple_lookup详解,主要解决的是simple_lookup的问题
matlab例程 Lookup a chemical element based on Symbol, name, or atomic number
Lookup a chemical element based on Symbol, name, or atomic number
电子书籍 讨论路由中的lookup及packet classification
讨论路由中的lookup及packet classification
软件设计/软件工程 在二进制图像中利用lookup 表进行边沿操作
在二进制图像中利用lookup 表进行边沿操作
软件设计/软件工程 附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = mak
附录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.bestblk
功
举例 ...
技术资料 dsp28335例程-SPI回传
dsp28335例程,买开发板送的 SPI_LOOKUP源码
Internet/网络编程 nslookup - *nix simple nslookup clone for the Win32 platform (Console Application) /// Does A DNS l
nslookup - *nix simple nslookup clone for the Win32 platform (Console Application)
/// Does A DNS lookup by Host Name or IP. Host Name lookups can return
/// multiple IP Ranges.
多国语言处理 Implement a phone book system for employees of a company. Your program will output the following me
Implement a phone book system for employees of a company.
Your program will output the following menu
(1) Enter an employee and a phone pair to the system
(2) Lookup an employee s phone number
(3) Find out who is/are the person(s) of a given number
(4) How many people are currently in the system
(5) ...