搜索结果
找到约 2,077 项符合
E-store 的查询结果
其他书籍 经典的linux编程指导书 虽然是e文的
经典的linux编程指导书 虽然是e文的,但是语言比较易懂。
其他嵌入式/单片机内容 st7920 128*64测试程序sbit RS = P1^0 sbit RW = P1^1 sbit E = P1^2
st7920 128*64测试程序sbit RS = P1^0
sbit RW = P1^1
sbit E = P1^2
单片机开发 本程序是一个将CanOpen协议的通讯转换为TTL串口通讯(9600,e,7,1),CANOPEN的站号是9
本程序是一个将CanOpen协议的通讯转换为TTL串口通讯(9600,e,7,1),CANOPEN的站号是9
串口编程 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
电子书籍 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
* 程序默认源点为第一个顶点
* 算法完成后输出路径长度和路径上的顶点
* 格式为:路径长度:目标顶点<-经过的顶点...<-源点 ...