搜索结果
找到约 48 项符合
Adding 的查询结果
按分类筛选
- 全部分类
- 其他 (7)
- 技术资料 (4)
- Java编程 (4)
- 电源技术 (3)
- 可编程逻辑 (3)
- Linux/Unix编程 (3)
- 单片机编程 (2)
- GPS编程 (2)
- 书籍 (1)
- 无线通信 (1)
- Windows编程 (1)
- 加密解密 (1)
- 操作系统开发 (1)
- 软件工程 (1)
- 其他书籍 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- 教程资料 (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- USB编程 (1)
- 人工智能/神经网络 (1)
- 数据结构 (1)
- Delphi控件源码 (1)
- Oracle数据库 (1)
- VIP专区 (1)
其他 prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example
prolog 找路例子程序:
=== === === === === ===
Part 1-Adding connections
Part 2-Simple Path
example
| ?- path1(a,b,P,T).
will produce the response:
T = 15
P = [a,b] ?
Part 3 - Non-repeating path
As an example, the query:
?- path2(a,h,P,T).
will succeed and may produce the bindings:
P = ...
GPS编程 Visual C++ source code for adding GPS units to PC desktop and Notebook exchange data from Serial por
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange data from Serial port to GPS devices support for NMEA-0183 GPS Standard.
电子书籍 1. Installation Uninstallation 2. Getting Started 3. Managing Projects 4. Adding Files to the
1. Installation Uninstallation
2. Getting Started
3. Managing Projects
4. Adding Files to the Project
5. Managing Resources
6. Custom Designer Plugins
7. What s New
技术资料 高性能模拟开关MC74LVX4066系列特性及应用介绍
Eleven new devices have recently been introduced by ON Semiconductor, adding to its large array of a
GPS编程 This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is to sho
This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is
to show the use of the new object editing capabilities in MapX Ver 3.51. The program show how
to perform functions such as adding a new layer adding lines and
points, and editing a layers data.
技术资料 GaussNoise11900082321
GaussNoise
通信中加入高斯噪音
需要调试-GaussNoise communication needs by adding Gaussian noise Debugging
其他 in this paper,wo propose an extension of the zerotree-based space-frequency quantization algorithm b
in this paper,wo propose an extension of the zerotree-based space-frequency quantization algorithm by adding a wedgelet symbol to its tree-pruning optimization.
软件工程 The Mythical Man-Month: Essays on Software Engineering is a book on software project management by F
The Mythical Man-Month: Essays on Software Engineering is a book on software project management by Fred Brooks, whose central theme is that "Adding manpower to a late software project makes it later."
Java编程 jbuzzer is an application written in Java that allows mapping your comuter keyboard to sounds. It su
jbuzzer is an application written in Java that allows mapping your comuter keyboard to sounds. It supports short samples as well as streaming format. The GUI allows dynamically adding and removing new slots for samples.
编译器/解释器 A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which t
A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy
program n analyses it. The program can be extended by adding more.