搜索:Province+Lookup
找到约 13 项符合「Province+Lookup」的查询结果
结果 13
按分类筛选
https://www.eeworm.com/dl/cadence/ebook/470767.html
电子书籍
讨论路由中的lookup及packet classification
讨论路由中的lookup及packet classification
https://www.eeworm.com/dl/665/252133.html
matlab例程
Lookup a chemical element based on Symbol, name, or atomic number
Lookup a chemical element based on Symbol, name, or atomic number
https://www.eeworm.com/dl/527/301264.html
通讯/手机编程
Shi Naide company s frequency changer atv31 communication procedure,is a province project part, has
Shi Naide company s frequency changer atv31 communication procedure,is a province project part, has entered the test, with everybody share.
https://www.eeworm.com/dl/684/194289.html
软件设计/软件工程
附录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
功
举例 ...
https://www.eeworm.com/dl/620/472163.html
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.
https://www.eeworm.com/dl/964707.html
技术资料
辽宁省第一届智能车擂台赛一组源码
辽宁省第一届智能车擂台赛一组源码 用的飞思卡尔单片机-Liaoning Province, the first Smart Car Challenge race with a source of Freescale microcontroller
https://www.eeworm.com/dl/637/382375.html
多国语言处理
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 current ...
https://www.eeworm.com/dl/681/221289.html
Oracle数据库
4、 编写一个过程。要求:有一个输入参数和一个输出参数
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
...