搜索结果
找到约 2,065 项符合
Agilent-E 的查询结果
串口编程 C++BUILDER 模仿RS232 設備發出XONXOFF 軟體流量控制訊號,含源碼 可更該Baudrate 基本為7.E.2
C++BUILDER 模仿RS232 設備發出XONXOFF 軟體流量控制訊號,含源碼 可更該Baudrate 基本為7.E.2
其他 SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural la
SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
其他 SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech taggi
SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
VC书籍 effective C++.chm e ffective C++.chm
effective C++.chm e ffective C++.chm
其他行业 vb,Agilent sicl control class library.
vb,Agilent sicl control class library.
其他行业 vb,Agilent visa control class library.
vb,Agilent visa control class library.
其他行业 vb,agilent 816x vxipnp control library application.
vb,agilent 816x vxipnp control library application.
电子书籍 Write Your Own Operating System (E).rar
Write Your Own Operating System (E).rar
行业发展研究 电子图书及图书出版市场出版市场浅析 e-library
电子图书及图书出版市场出版市场浅析
e-library
数据结构 单源点最短路径算法 * 本程序用来实现单源点最短路径(E.Dijkstra)算法 * 在Turbo C2.0编译器下编译通过 * 算法过程中 * 每条边的两个顶点和权值由用户输入
单源点最短路径算法
* 本程序用来实现单源点最短路径(E.Dijkstra)算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* 每条边的两个顶点和权值由用户输入,格式:1 2 20
* 程序默认源点为第一个顶点
* 算法完成后输出路径长度和路径上的顶点
* 格式为:路径长度:目标顶点<-经过的顶点...<-源点 ...